summaryrefslogtreecommitdiff
path: root/tests/gem_exec_flush.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-05-04 16:43:59 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-05-04 16:45:07 +0100
commitb4b2ac346c92fcfad9bc33ff6cc27849ce6240bc (patch)
treea5703a18865dc82874aaca765935e1047da8c999 /tests/gem_exec_flush.c
parenta263a043ecd53a1c15848c51a7b3232878391130 (diff)
igt/gem_exec_flush: Halve the number of BAT tests, but double their runtime
On the CI machines, the coherency tests are flip-flopping on byt/bsw. Undesirable as they should always fail (until we have a good w/a). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_exec_flush.c')
-rw-r--r--tests/gem_exec_flush.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/gem_exec_flush.c b/tests/gem_exec_flush.c
index 40d98f2a..8bc586cb 100644
--- a/tests/gem_exec_flush.c
+++ b/tests/gem_exec_flush.c
@@ -464,7 +464,7 @@ igt_main
for (e = intel_execution_engines; e->name; e++) igt_subtest_group {
unsigned ring = e->exec_id | e->flags;
- unsigned timeout = 2 + 120*!!e->exec_id;
+ unsigned timeout = 5 + 120*!!e->exec_id;
igt_fixture {
gem_require_ring(fd, ring);
@@ -499,8 +499,7 @@ igt_main
run(fd, ring, ncpus, timeout,
UNCACHED | m->flags);
- igt_subtest_f("%suc-%s-%s-interruptible",
- e->exec_id == 0 ? "basic-" : "",
+ igt_subtest_f("uc-%s-%s-interruptible",
m->name,
e->name)
run(fd, ring, ncpus, timeout,
@@ -513,8 +512,7 @@ igt_main
run(fd, ring, ncpus, timeout,
COHERENT | m->flags);
- igt_subtest_f("%swb-%s-%s-interruptible",
- e->exec_id == 0 ? "basic-" : "",
+ igt_subtest_f("wb-%s-%s-interruptible",
m->name,
e->name)
run(fd, ring, ncpus, timeout,