[igt-dev] [PATCH i-g-t 1/3] tests/vkms: Add tests that changed its testing structure
Maíra Canal
mcanal at igalia.com
Tue Apr 11 13:29:44 UTC 2023
Commit 10b12ce8 ("tests/kms_cursor_edge_walk: Re-org dynamic subtests")
changed the name of the kms_cursor_edge_walk sub-tests, while commit
777ed850 ("tests/kms: Cleanup to use linear modifier") made it possible
to run more kms_plane_cursor tests for non-i915 devices. Reflect this
changes in the testlist by adding those tests to the testlist.
Signed-off-by: Maíra Canal <mcanal at igalia.com>
---
tests/vkms_ci/vkms.testlist | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/tests/vkms_ci/vkms.testlist b/tests/vkms_ci/vkms.testlist
index 9065d318..c52dc210 100644
--- a/tests/vkms_ci/vkms.testlist
+++ b/tests/vkms_ci/vkms.testlist
@@ -76,10 +76,18 @@ igt at kms_cursor_crc@cursor-sliding-512x512
igt at kms_cursor_crc@cursor-sliding-64x21
igt at kms_cursor_crc@cursor-sliding-64x64
igt at kms_cursor_crc@cursor-suspend
-igt at kms_cursor_edge_walk@left-edge
-igt at kms_cursor_edge_walk@right-edge
-igt at kms_cursor_edge_walk@top-bottom
-igt at kms_cursor_edge_walk@top-edge
+igt at kms_cursor_edge_walk@128x128-left-edge
+igt at kms_cursor_edge_walk@128x128-right-edge
+igt at kms_cursor_edge_walk@128x128-top-bottom
+igt at kms_cursor_edge_walk@128x128-top-edge
+igt at kms_cursor_edge_walk@256x256-left-edge
+igt at kms_cursor_edge_walk@256x256-right-edge
+igt at kms_cursor_edge_walk@256x256-top-bottom
+igt at kms_cursor_edge_walk@256x256-top-edge
+igt at kms_cursor_edge_walk@64x64-left-edge
+igt at kms_cursor_edge_walk@64x64-right-edge
+igt at kms_cursor_edge_walk@64x64-top-bottom
+igt at kms_cursor_edge_walk@64x64-top-edge
igt at kms_flip@absolute-wf_vblank
igt at kms_flip@absolute-wf_vblank-interruptible
igt at kms_flip@basic-flip-vs-dpms
@@ -168,6 +176,9 @@ igt at kms_plane@plane-panning-top-left
igt at kms_plane@plane-position-covered
igt at kms_plane@plane-position-hole
igt at kms_plane@plane-position-hole-dpms
+igt at kms_plane_cursor@overlay
+igt at kms_plane_cursor@primary
+igt at kms_plane_cursor@viewport
igt at kms_plane_multiple@tiling-none
igt at kms_plane_scaling@planes-downscale-factor-0-25
igt at kms_plane_scaling@planes-downscale-factor-0-5
--
2.39.2
More information about the igt-dev
mailing list