public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/core_unauth_vs_render: temporary disable the test
@ 2019-04-25 15:43 Emil Velikov
  2019-04-25 16:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-04-26  4:43 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Emil Velikov @ 2019-04-25 15:43 UTC (permalink / raw)
  To: igt-dev

From: Emil Velikov <emil.velikov@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@ffwll.ch>
Cc: Martin Peres <martin.peres@linux.intel.com>
Reported-by: Martin Peres <martin.peres@linux.intel.com>
Signed-off-by: Emil Velikov <emil.velikov@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-26  4:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25 15:43 [igt-dev] [PATCH i-g-t] tests/core_unauth_vs_render: temporary disable the test Emil Velikov
2019-04-25 16:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-04-26  4:43 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox