mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
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>
This commit is contained in:
parent
a263a043ec
commit
b4b2ac346c
@ -464,7 +464,7 @@ igt_main
|
|||||||
|
|
||||||
for (e = intel_execution_engines; e->name; e++) igt_subtest_group {
|
for (e = intel_execution_engines; e->name; e++) igt_subtest_group {
|
||||||
unsigned ring = e->exec_id | e->flags;
|
unsigned ring = e->exec_id | e->flags;
|
||||||
unsigned timeout = 2 + 120*!!e->exec_id;
|
unsigned timeout = 5 + 120*!!e->exec_id;
|
||||||
|
|
||||||
igt_fixture {
|
igt_fixture {
|
||||||
gem_require_ring(fd, ring);
|
gem_require_ring(fd, ring);
|
||||||
@ -499,8 +499,7 @@ igt_main
|
|||||||
run(fd, ring, ncpus, timeout,
|
run(fd, ring, ncpus, timeout,
|
||||||
UNCACHED | m->flags);
|
UNCACHED | m->flags);
|
||||||
|
|
||||||
igt_subtest_f("%suc-%s-%s-interruptible",
|
igt_subtest_f("uc-%s-%s-interruptible",
|
||||||
e->exec_id == 0 ? "basic-" : "",
|
|
||||||
m->name,
|
m->name,
|
||||||
e->name)
|
e->name)
|
||||||
run(fd, ring, ncpus, timeout,
|
run(fd, ring, ncpus, timeout,
|
||||||
@ -513,8 +512,7 @@ igt_main
|
|||||||
run(fd, ring, ncpus, timeout,
|
run(fd, ring, ncpus, timeout,
|
||||||
COHERENT | m->flags);
|
COHERENT | m->flags);
|
||||||
|
|
||||||
igt_subtest_f("%swb-%s-%s-interruptible",
|
igt_subtest_f("wb-%s-%s-interruptible",
|
||||||
e->exec_id == 0 ? "basic-" : "",
|
|
||||||
m->name,
|
m->name,
|
||||||
e->name)
|
e->name)
|
||||||
run(fd, ring, ncpus, timeout,
|
run(fd, ring, ncpus, timeout,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user