[igt-dev] [PATCH i-g-t] tests/core_unauth_vs_render: temporary disable the test

Emil Velikov emil.l.velikov at gmail.com
Thu Apr 25 15:43:15 UTC 2019


From: Emil Velikov <emil.velikov at collabora.com>

The kernel patch caused a regression, highlighting bug in the RADV
implementation, and was reverted. The patch will be reinstated, likely
in different form, although until then disable the test.

See the thread for details.

https://lists.freedesktop.org/archives/dri-devel/2019-April/215018.html
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Martin Peres <martin.peres at linux.intel.com>
Reported-by: Martin Peres <martin.peres at linux.intel.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Please add the bugzilla/other tags and push this for me. I have commit
access, yet am really short on time at the moment :-(
---
 tests/core_auth.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/core_auth.c b/tests/core_auth.c
index 1bdc2261..a4275317 100644
--- a/tests/core_auth.c
+++ b/tests/core_auth.c
@@ -194,6 +194,7 @@ static void test_basic_auth(int master)
 	close(slave);
 }
 
+#if 0
 static bool has_prime_import(int fd)
 {
 	uint64_t value;
@@ -292,6 +293,7 @@ static void test_unauth_vs_render(int master)
 
 	close(slave);
 }
+#endif
 
 igt_main
 {
@@ -332,6 +334,7 @@ igt_main
 			test_many_magics(master);
 	}
 
+#if 0
 	igt_subtest_group {
 		igt_fixture
 			master = drm_open_driver(DRIVER_ANY);
@@ -344,4 +347,5 @@ igt_main
 			igt_waitchildren();
 		}
 	}
+#endif
 }
-- 
2.21.0



More information about the igt-dev mailing list