Commit 0b8778af authored by Vignesh Raman's avatar Vignesh Raman Committed by Helen Koike
Browse files

drm/ci: skip tools_test on non-intel platforms



tools_test is a wrapper for running tools/intel_reg
and tools/intel_l3_parity. So skip these tests on
non-intel platforms and update expectaion files.

Acked-by: default avatarHelen Koike <helen.koike@collabora.com>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
Signed-off-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-3-vignesh.raman@collabora.com
parent 68914b7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,4 +38,3 @@ kms_plane@pixel-format,Fail
kms_plane_cursor@primary,Fail
kms_rotation_crc@primary-rotation-180,Fail
perf@i915-ref-count,Fail
tools_test@tools_test,Fail
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ nouveau_.*
gem_.*
i915_.*
xe_.*
tools_test.*

# Currently fails and causes coverage loss for other tests
# since core_getversion also fails.
+0 −1
Original line number Diff line number Diff line
@@ -34,4 +34,3 @@ kms_properties@get_properties-sanity-atomic,Fail
kms_properties@plane-properties-atomic,Fail
kms_properties@plane-properties-legacy,Fail
kms_rmfb@close-fd,Fail
tools_test@tools_test,Fail
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ nouveau_.*
# Skip intel specific tests
gem_.*
i915_.*
tools_test.*

# Currently fails and causes coverage loss for other tests
# since core_getversion also fails.
+0 −1
Original line number Diff line number Diff line
@@ -5,4 +5,3 @@ dumb_buffer@map-invalid-size,Fail
dumb_buffer@map-uaf,Fail
dumb_buffer@map-valid,Fail
panfrost/panfrost_prime@gem-prime-import,Fail
tools_test@tools_test,Fail
Loading