From de4f3ab4187dc24a6b379418ff44d84e65fe9cb2 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 21 Apr 2016 20:46:27 +0300 Subject: [PATCH] tests/gem_close_race: Remove basic-threads from BAT. 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 Acked-by: Chris Wilson Signed-off-by: Marius Vlad --- 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 158e0ae0..b8141081 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") {