From: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> Extended versions of the already existing short tests. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx