summaryrefslogtreecommitdiff
path: root/tests/gem_concurrent_all.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-03-25 00:50:45 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-03-25 18:23:56 +0000
commit98dcf2f0dcf7097a9404c0598ade4fc94cffeaac (patch)
tree698208ad19343d9a7f663914fd9516529a7cc76e /tests/gem_concurrent_all.c
parent4e2a785e2412f148693b993d1a29d62f48da4937 (diff)
igt/gem_concurrent_blit: Relax maxfiles restrictions
Only fail the dmabuf tests if we cannot prep the system to support "unlimited" fd. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_concurrent_all.c')
-rw-r--r--tests/gem_concurrent_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_concurrent_all.c b/tests/gem_concurrent_all.c
index 4d8439f0..10e53575 100644
--- a/tests/gem_concurrent_all.c
+++ b/tests/gem_concurrent_all.c
@@ -1743,7 +1743,7 @@ igt_main
all = true;
igt_fixture {
- igt_require(allow_unlimited_files());
+ allow_unlimited_files();
fd = drm_open_driver(DRIVER_INTEL);
intel_detect_and_clear_missed_interrupts(fd);