[Intel-gfx] [PATCH i-g-t v2 5/8] tests/gem_sync: Remove basic tests.

Marius Vlad marius.c.vlad at intel.com
Fri May 27 16:27:50 UTC 2016


Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
---
 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



More information about the Intel-gfx mailing list