[Intel-gfx] [PATCH 08/18] tests/gem_mmap: mark basic object creation tests as basic

Jesse Barnes jbarnes at virtuousgeek.org
Thu Aug 13 13:31:31 PDT 2015


We should be able to create small and moderate sized objects quickly and
without errors.

Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
 tests/gem_mmap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gem_mmap.c b/tests/gem_mmap.c
index 095f5b9..dd66ad6 100644
--- a/tests/gem_mmap.c
+++ b/tests/gem_mmap.c
@@ -118,7 +118,7 @@ igt_main
 		igt_assert(ret == -1 && errno == ENOENT);
 	}
 
-	igt_subtest("new-object") {
+	igt_subtest("basic") {
 		arg.handle = gem_create(fd, OBJECT_SIZE);
 		arg.offset = 0;
 		arg.size = OBJECT_SIZE;
@@ -154,7 +154,7 @@ igt_main
 		gem_close(fd, arg.handle);
 	}
 
-	igt_subtest("small-bo")
+	igt_subtest("basic-small-bo")
 		test_huge_bo(fd, -1);
 	igt_subtest("big-bo")
 		test_huge_bo(fd, 0);
-- 
1.9.1



More information about the Intel-gfx mailing list