Message ID | 1461261385-26266-1-git-send-email-marius.c.vlad@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Apr 21, 2016 at 08:56:25PM +0300, Marius Vlad wrote: > 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@intel.com> Acked-by: Chris Wilson <chris@chris-wilson.co.uk> -Chris
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") {
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@intel.com> --- tests/gem_close_race.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)