summaryrefslogtreecommitdiff
path: root/tests/gem_linear_blits.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2015-12-10 12:29:14 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-12-10 12:45:20 +0100
commit6672da5e8f430c65901adf1294647f0f4659bc54 (patch)
treeadcd5be4482aae530a01028a77c50eec4f8043ce /tests/gem_linear_blits.c
parent4f5efc5c844f6fe69209982463f9220f8f3951ed (diff)
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 <chris@chris-wilson.co.uk> Grumpily-acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_linear_blits.c')
-rw-r--r--tests/gem_linear_blits.c2
1 files changed, 1 insertions, 1 deletions
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") {