Signed-off-by: Marius Vlad <marius.c.vlad@xxxxxxxxx> --- tests/gem_sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gem_sync.c b/tests/gem_sync.c index 320bce3..a46f120 100644 --- a/tests/gem_sync.c +++ b/tests/gem_sync.c @@ -221,12 +221,12 @@ igt_main sync_ring(fd, e->exec_id | e->flags, ncpus); } - igt_subtest("basic-each") + igt_subtest("each") sync_ring(fd, ~0u, 1); igt_subtest("forked-each") sync_ring(fd, ~0u, ncpus); - igt_subtest("basic-all") + igt_subtest("all") sync_all(fd, 1); igt_subtest("forked-all") sync_all(fd, ncpus); -- 2.5.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx