igt: s/basic/sanitycheck/ on prior smoketesting

In times past, I added "basic" variants of tests just to ensure that the
general principle of operation was sound before proceeding on to the
main test (which typically looked at thrashing, i.e. were long and
tedious and pointless if the test didn't even work in the normal
situation). Since "basic" now collides with BAT, rename my trivial tests
to "sanitycheck".

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2015-12-10 10:02:46 +00:00
parent 197db8607d
commit 4f5efc5c84
7 changed files with 7 additions and 7 deletions

View File

@ -1020,7 +1020,7 @@ run_basic_modes(const struct access_mode *mode,
batch = buffers_init(&buffers, mode, fd);
}
igt_subtest_f("%s-%s-basic%s%s", mode->name, p->prefix, suffix, h->suffix) {
igt_subtest_f("%s-%s-sanitycheck%s%s", mode->name, p->prefix, suffix, h->suffix) {
h->require();
p->require();
buffers_create(&buffers, num_buffers);

View File

@ -249,7 +249,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL);
}
igt_subtest("basic") {
igt_subtest("sanitycheck") {
run_test (fd, 10);
}

View File

@ -225,7 +225,7 @@ int main(int argc, char **argv)
fd = drm_open_driver(DRIVER_INTEL);
}
igt_subtest("basic")
igt_subtest("sanitytcheck")
run_test(fd, 2);
igt_subtest("normal") {

View File

@ -190,7 +190,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL);
}
igt_subtest("basic") {
igt_subtest("sanitycheck") {
run_test(fd, 2);
}

View File

@ -203,7 +203,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL);
}
igt_subtest("basic") {
igt_subtest("sanitycheck") {
run_test(fd, 2);
}

View File

@ -207,7 +207,7 @@ int main(int argc, char **argv)
batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd));
}
igt_subtest("basic")
igt_subtest("sanitycheck")
run_test(2);
igt_subtest("normal") {

View File

@ -168,7 +168,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL);
}
igt_subtest("basic") {
igt_subtest("sanitycheck") {
run_test (fd, 2);
}