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>
This commit is contained in:
Marius Vlad 2016-04-21 20:46:27 +03:00
parent 27372851c8
commit de4f3ab418

View File

@ -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") {