diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-09-02 08:04:19 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-09-02 08:04:19 +0200 |
commit | 8eaa0982d02e13d7d8d1e1a4601bbeb8adb531ae (patch) | |
tree | f40de2b0b26d8693d132e06969b13a446a7f3bca | |
parent | 859159a2725dde4175ec75062fbdeba1d1e1c82e (diff) |
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 <daniel.vetter@ffwll.ch>
-rw-r--r-- | tests/gem_concurrent_blit.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |