mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 16:26:13 +00:00
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:
parent
197db8607d
commit
4f5efc5c84
@ -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);
|
||||
|
@ -249,7 +249,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("basic") {
|
||||
igt_subtest("sanitycheck") {
|
||||
run_test (fd, 10);
|
||||
}
|
||||
|
||||
|
@ -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") {
|
||||
|
@ -190,7 +190,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("basic") {
|
||||
igt_subtest("sanitycheck") {
|
||||
run_test(fd, 2);
|
||||
}
|
||||
|
||||
|
@ -203,7 +203,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("basic") {
|
||||
igt_subtest("sanitycheck") {
|
||||
run_test(fd, 2);
|
||||
}
|
||||
|
||||
|
@ -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") {
|
||||
|
@ -168,7 +168,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("basic") {
|
||||
igt_subtest("sanitycheck") {
|
||||
run_test (fd, 2);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user