summaryrefslogtreecommitdiff
path: root/tests/gem_ringfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_ringfill.c')
-rw-r--r--tests/gem_ringfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ringfill.c b/tests/gem_ringfill.c
index dd88fcdc..bd1f371b 100644
--- a/tests/gem_ringfill.c
+++ b/tests/gem_ringfill.c
@@ -212,7 +212,7 @@ igt_main
for (mode = modes; mode->prefix; mode++) {
for (e = intel_execution_engines; e->name; e++) {
igt_subtest_f("%s%s%s",
- e->exec_id || mode->flags ? "" : mode->prefix,
+ e->exec_id || (mode->flags & ~INTERRUPTIBLE) ? "" : mode->prefix,
e->name,
mode->suffix)
run_test(fd, e->exec_id | e->flags, mode->flags);