From: Tvrtko Ursulin <tvrtko.ursu...@intel.com>

Extended versions of the already existing short tests.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursu...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to