[Intel-gfx] [PATCH i-g-t] tests/gem_close_race: Remove basic-threads from BAT.

Marius Vlad marius.c.vlad at intel.com
Thu Apr 21 17:56:25 UTC 2016


Currently this test causes some machines to hang and segfaults on others.
Rename it for now until we figure out the root cause.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95048
Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
---
 tests/gem_close_race.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gem_close_race.c b/tests/gem_close_race.c
index 158e0ae..b814108 100644
--- a/tests/gem_close_race.c
+++ b/tests/gem_close_race.c
@@ -282,7 +282,7 @@ igt_main
 		igt_waitchildren();
 	}
 
-	igt_subtest("basic-threads")
+	igt_subtest("threads")
 		threads(sysconf(_SC_NPROCESSORS_ONLN), 10);
 
 	igt_subtest("process-exit") {
-- 
2.8.0.rc3



More information about the Intel-gfx mailing list