Mesa (main): Revert "nir: disable a NIR test due to undebuggable & locally unreproducible CI failures"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 15 23:59:19 UTC 2021


Module: Mesa
Branch: main
Commit: b1156f23a2a80a37ab13f7283cb3726dd7e78e7d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1156f23a2a80a37ab13f7283cb3726dd7e78e7d

Author: Caio Oliveira <caio.oliveira at intel.com>
Date:   Wed Dec 15 01:31:53 2021 -0800

Revert "nir: disable a NIR test due to undebuggable & locally unreproducible CI failures"

This reverts commit 6eb3fe2d4fa2c42d7ee1e20b390b3117a8980eaf.  The root cause was
a bug in Meson when using the new gtest protocol and a test failed before producing
the XML file expected by it.  This was fixed in later versions of Meson, so
we've bumped the required meson version to use that feature.  The failure should
now be properly identified, so re-enabling the NIR test.

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14204>

---

 src/compiler/nir/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
index da7ece78e74..720a8e15d5f 100644
--- a/src/compiler/nir/meson.build
+++ b/src/compiler/nir/meson.build
@@ -385,7 +385,7 @@ if with_tests
         'tests/lower_returns_tests.cpp',
         'tests/negative_equal_tests.cpp',
         'tests/opt_if_tests.cpp',
-        #'tests/serialize_tests.cpp',
+        'tests/serialize_tests.cpp',
         'tests/ssa_def_bits_used_tests.cpp',
         'tests/vars_tests.cpp',
       ),



More information about the mesa-commit mailing list