These ones should always pass and are fairly quick.

Signed-off-by: Jesse Barnes <jbar...@virtuousgeek.org>
---
 tests/gem_mmap_gtt.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/gem_mmap_gtt.c b/tests/gem_mmap_gtt.c
index a95b98a..f964b39 100644
--- a/tests/gem_mmap_gtt.c
+++ b/tests/gem_mmap_gtt.c
@@ -525,7 +525,7 @@ igt_main
        igt_fixture
                fd = drm_open_any();
 
-       igt_subtest("access")
+       igt_subtest("basic")
                test_access(fd);
        igt_subtest("short")
                test_short(fd);
@@ -556,11 +556,11 @@ igt_main
        igt_subtest("write-cpu-read-gtt")
                test_write_cpu_read_gtt(fd);
 
-       igt_subtest("small-bo")
+       igt_subtest("basic-small-bo")
                test_huge_bo(fd, -1, I915_TILING_NONE);
-       igt_subtest("small-bo-tiledX")
+       igt_subtest("basic-small-bo-tiledX")
                test_huge_bo(fd, -1, I915_TILING_X);
-       igt_subtest("small-bo-tiledY")
+       igt_subtest("basic-small-bo-tiledY")
                test_huge_bo(fd, -1, I915_TILING_Y);
 
        igt_subtest("big-bo")
-- 
1.9.1

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

Reply via email to