From 8eaa0982d02e13d7d8d1e1a4601bbeb8adb531ae Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Mon, 2 Sep 2013 08:04:19 +0200 Subject: test/gem_concurrent_blt: remove hack for testing igt_fork Oops, this shouldn't have been committed ... Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68830 Signed-off-by: Daniel Vetter --- tests/gem_concurrent_blit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/gem_concurrent_blit.c b/tests/gem_concurrent_blit.c index b6d316d1..0e20abfc 100644 --- a/tests/gem_concurrent_blit.c +++ b/tests/gem_concurrent_blit.c @@ -274,8 +274,6 @@ static void run_forked(struct access_mode *mode, igt_fork_signal_helper(); igt_fork(child, 16) { - igt_fail(6); - /* recreate process local variables */ bufmgr = drm_intel_bufmgr_gem_init(fd, 4096); drm_intel_bufmgr_gem_enable_reuse(bufmgr); -- cgit v1.2.3