Skip to content

Commit 0b8778a

Browse files
vigneshramanHelen Koike
authored andcommitted
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: Helen Koike <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Signed-off-by: Vignesh Raman <[email protected]> Signed-off-by: Helen Koike <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 68914b7 commit 0b8778a

26 files changed

+13
-13
lines changed

drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ kms_plane@pixel-format,Fail
3838
kms_plane_cursor@primary,Fail
3939
kms_rotation_crc@primary-rotation-180,Fail
4040
perf@i915-ref-count,Fail
41-
tools_test@tools_test,Fail

drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ nouveau_.*
1313
gem_.*
1414
i915_.*
1515
xe_.*
16+
tools_test.*
1617

1718
# Currently fails and causes coverage loss for other tests
1819
# since core_getversion also fails.

drivers/gpu/drm/ci/xfails/mediatek-mt8173-fails.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ kms_properties@get_properties-sanity-atomic,Fail
3434
kms_properties@plane-properties-atomic,Fail
3535
kms_properties@plane-properties-legacy,Fail
3636
kms_rmfb@close-fd,Fail
37-
tools_test@tools_test,Fail

drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nouveau_.*
1010
# Skip intel specific tests
1111
gem_.*
1212
i915_.*
13+
tools_test.*
1314

1415
# Currently fails and causes coverage loss for other tests
1516
# since core_getversion also fails.

drivers/gpu/drm/ci/xfails/mediatek-mt8183-fails.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ dumb_buffer@map-invalid-size,Fail
55
dumb_buffer@map-uaf,Fail
66
dumb_buffer@map-valid,Fail
77
panfrost/panfrost_prime@gem-prime-import,Fail
8-
tools_test@tools_test,Fail

drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ nouveau_.*
99
# Skip intel specific tests
1010
gem_.*
1111
i915_.*
12+
tools_test.*
1213

1314
# Panfrost is not a KMS driver, so skip the KMS tests
1415
kms_.*

drivers/gpu/drm/ci/xfails/meson-g12b-fails.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ dumb_buffer@map-invalid-size,Fail
55
dumb_buffer@map-uaf,Fail
66
dumb_buffer@map-valid,Fail
77
panfrost/panfrost_prime@gem-prime-import,Fail
8-
tools_test@tools_test,Fail

drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ nouveau_.*
99
# Skip intel specific tests
1010
gem_.*
1111
i915_.*
12+
tools_test.*
1213

1314
# Panfrost is not a KMS driver, so skip the KMS tests
1415
kms_.*

drivers/gpu/drm/ci/xfails/msm-apq8016-fails.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ kms_force_connector_basic@force-edid,Fail
99
kms_hdmi_inject@inject-4k,Fail
1010
kms_lease@lease-uevent,Fail
1111
msm/msm_mapping@ring,Fail
12-
tools_test@tools_test,Fail

drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ nouveau_.*
99
# Skip intel specific tests
1010
gem_.*
1111
i915_.*
12+
tools_test.*
1213

1314
# Currently fails and causes coverage loss for other tests
1415
# since core_getversion also fails.

0 commit comments

Comments
 (0)