[Intel-gfx] [RFC i-g-t 3/4] gem_sync: Add all and store_all subtests
Tvrtko Ursulin
tursulin at ursulin.net
Fri Jun 23 11:31:42 UTC 2017
From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Extended versions of the already existing short tests.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
---
tests/gem_sync.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/gem_sync.c b/tests/gem_sync.c
index 706462bc0ac7..f9a2ebdfbe21 100644
--- a/tests/gem_sync.c
+++ b/tests/gem_sync.c
@@ -757,6 +757,11 @@ igt_main
sync_all(fd, 1, 5);
igt_subtest("basic-store-all")
store_all(fd, 1, 5);
+
+ igt_subtest("all")
+ sync_all(fd, 1, 150);
+ igt_subtest("store-all")
+ store_all(fd, 1, 150);
igt_subtest("forked-all")
sync_all(fd, ncpus, 150);
igt_subtest("forked-store-all")
--
2.9.4
More information about the Intel-gfx
mailing list