summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vlad <marius.c.vlad@intel.com>2016-04-21 20:46:27 +0300
committerMarius Vlad <marius.c.vlad@intel.com>2016-04-21 20:57:06 +0300
commitde4f3ab4187dc24a6b379418ff44d84e65fe9cb2 (patch)
treede5ac93fce171f208f4f078d3e9b097626050ba5
parent27372851c8cdec29b198bc9ec8e21f83cd1ec083 (diff)
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 <chris@chris-wilson.co.uk> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
-rw-r--r--tests/gem_close_race.c2
1 files changed, 1 insertions, 1 deletions
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") {