From 6672da5e8f430c65901adf1294647f0f4659bc54 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 10 Dec 2015 12:29:14 +0100 Subject: [PATCH] Revert "igt: s/basic/sanitycheck/ on prior smoketesting" This reverts commit 4f5efc5c844f6fe69209982463f9220f8f3951ed. There was a bit a misunderstanding on IRC between Chris&me. We want basic tests as sanity test to be run in the BAT CI. It's just unfortunate that right now we have fairly limited ability to absorb new ones, both because of a pile of existing bugs in the kernel and because the CI infrastructure is still being scaled out. The idea was just to remove the BAT tests added yesterday, not all of the ones we've had for a while longer. Cc: Chris Wilson Grumpily-acked-by: Chris Wilson Signed-off-by: Daniel Vetter --- tests/gem_cpu_reloc.c | 2 +- tests/gem_linear_blits.c | 2 +- tests/gem_render_linear_blits.c | 2 +- tests/gem_render_tiled_blits.c | 2 +- tests/gem_tiled_blits.c | 2 +- tests/gem_tiled_fence_blits.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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); }