summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-10-19 20:24:46 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-10-27 15:29:58 +0100
commit1cecc961cc9c77337a77f7334744cc5d07539b8d (patch)
treed5fd272db43ae96bfb4acf02a685618feabc1720 /tests
parenta8d774bc9b1a95454b287a011b04be09124686af (diff)
igt: drop gem_storedw_loop from BAT
The inter-engine synchronisation (with and without semaphores) is equally exercised by gem_sync, so leave gem_storedw_loop out of the "quick" set. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_storedw_loop.c6
-rw-r--r--tests/intel-ci/fast-feedback.testlist7
2 files changed, 3 insertions, 10 deletions
diff --git a/tests/gem_storedw_loop.c b/tests/gem_storedw_loop.c
index 317b8c6b..4f05b21a 100644
--- a/tests/gem_storedw_loop.c
+++ b/tests/gem_storedw_loop.c
@@ -185,14 +185,14 @@ igt_main
}
for (e = intel_execution_engines; e->name; e++) {
- igt_subtest_f("basic-%s", e->name) {
+ igt_subtest_f("short-%s", e->name) {
check_test_requirements(fd, e->exec_id);
- store_test(fd, e->exec_id | e->flags, 16*1024);
+ store_test(fd, e->exec_id | e->flags, 4*1024);
}
igt_subtest_f("long-%s", e->name) {
check_test_requirements(fd, e->exec_id);
- store_test(fd, e->exec_id | e->flags, 1024*1024);
+ store_test(fd, e->exec_id | e->flags, 4*1024*1024);
}
}
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index f59ec984..d35ccd43 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -111,13 +111,6 @@ igt@gem_ringfill@basic-default
igt@gem_ringfill@basic-default-forked
igt@gem_ringfill@basic-default-hang
igt@gem_ringfill@basic-default-interruptible
-igt@gem_storedw_loop@basic-blt
-igt@gem_storedw_loop@basic-bsd
-igt@gem_storedw_loop@basic-bsd1
-igt@gem_storedw_loop@basic-bsd2
-igt@gem_storedw_loop@basic-default
-igt@gem_storedw_loop@basic-render
-igt@gem_storedw_loop@basic-vebox
igt@gem_sync@basic-all
igt@gem_sync@basic-each
igt@gem_sync@basic-many-each