diff mbox

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

Message ID 1461261385-26266-1-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad April 21, 2016, 5:56 p.m. UTC
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(-)

Comments

Chris Wilson April 21, 2016, 6:28 p.m. UTC | #1
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 mbox

Patch

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