summaryrefslogtreecommitdiff
path: root/tests/gem_sync.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-05-20 11:19:17 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-05-20 11:25:33 +0100
commitfbf5edb7ec527d807edcf5deb0af17c6d763f08a (patch)
tree388cd9fc949cd7d66e5fe407b23c13985bcfd746 /tests/gem_sync.c
parentbde2aeea008910bb38361ff92285f0d9df9f1c1e (diff)
igt/gem_sync: Drop individual engines from BAT
Rely on testing every engine in parallel to detect the most common synchronisation problems ("missed interrupt syndrome") for BAT. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_sync.c')
-rw-r--r--tests/gem_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_sync.c b/tests/gem_sync.c
index db33af5c..320bce33 100644
--- a/tests/gem_sync.c
+++ b/tests/gem_sync.c
@@ -215,7 +215,7 @@ igt_main
igt_fork_hang_detector(fd);
for (e = intel_execution_engines; e->name; e++) {
- igt_subtest_f("basic-%s", e->name)
+ igt_subtest_f("%s", e->name)
sync_ring(fd, e->exec_id | e->flags, 1);
igt_subtest_f("forked-%s", e->name)
sync_ring(fd, e->exec_id | e->flags, ncpus);