diff --git a/tests/gem_cpu_reloc.c b/tests/gem_cpu_reloc.c index 3d5750bb..520030a4 100644 --- a/tests/gem_cpu_reloc.c +++ b/tests/gem_cpu_reloc.c @@ -249,7 +249,7 @@ igt_main fd = drm_open_driver(DRIVER_INTEL); } - igt_subtest("sanitycheck") { + igt_subtest("basic") { run_test (fd, 10); } diff --git a/tests/gem_linear_blits.c b/tests/gem_linear_blits.c index 516495f6..55b01c8a 100644 --- a/tests/gem_linear_blits.c +++ b/tests/gem_linear_blits.c @@ -225,7 +225,7 @@ int main(int argc, char **argv) fd = drm_open_driver(DRIVER_INTEL); } - igt_subtest("sanitytcheck") + igt_subtest("basic") run_test(fd, 2); igt_subtest("normal") { diff --git a/tests/gem_render_linear_blits.c b/tests/gem_render_linear_blits.c index 6f1f7c49..13f76a56 100644 --- a/tests/gem_render_linear_blits.c +++ b/tests/gem_render_linear_blits.c @@ -190,7 +190,7 @@ igt_main fd = drm_open_driver(DRIVER_INTEL); } - igt_subtest("sanitycheck") { + igt_subtest("basic") { run_test(fd, 2); } diff --git a/tests/gem_render_tiled_blits.c b/tests/gem_render_tiled_blits.c index fcb20bfa..fb2f39d2 100644 --- a/tests/gem_render_tiled_blits.c +++ b/tests/gem_render_tiled_blits.c @@ -203,7 +203,7 @@ igt_main fd = drm_open_driver(DRIVER_INTEL); } - igt_subtest("sanitycheck") { + igt_subtest("basic") { run_test(fd, 2); } diff --git a/tests/gem_tiled_blits.c b/tests/gem_tiled_blits.c index 48bc3bc7..10e30dfb 100644 --- a/tests/gem_tiled_blits.c +++ b/tests/gem_tiled_blits.c @@ -207,7 +207,7 @@ int main(int argc, char **argv) batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd)); } - igt_subtest("sanitycheck") + igt_subtest("basic") run_test(2); igt_subtest("normal") { diff --git a/tests/gem_tiled_fence_blits.c b/tests/gem_tiled_fence_blits.c index 8979d8b5..d4bcf203 100644 --- a/tests/gem_tiled_fence_blits.c +++ b/tests/gem_tiled_fence_blits.c @@ -168,7 +168,7 @@ igt_main fd = drm_open_driver(DRIVER_INTEL); } - igt_subtest("sanitycheck") { + igt_subtest("basic") { run_test (fd, 2); }