From b2eba071c5d1119b71f806847318c7072bda0305 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 8 Aug 2025 08:56:03 +0200 Subject: [PATCH] zink/ci: Skip flaky tests on CML due to HW deficiency This is a known hardware limitation on Gfx9 that can cause intermittent failures. See https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36348#note_3037412. Signed-off-by: Valentine Burley Part-of: --- .../drivers/zink/ci/zink-anv-cml-fails.txt | 27 ------------------- .../drivers/zink/ci/zink-anv-cml-skips.txt | 3 +++ 2 files changed, 3 insertions(+), 27 deletions(-) create mode 100644 src/gallium/drivers/zink/ci/zink-anv-cml-skips.txt diff --git a/src/gallium/drivers/zink/ci/zink-anv-cml-fails.txt b/src/gallium/drivers/zink/ci/zink-anv-cml-fails.txt index 11bfed032e1..8befdc5f868 100644 --- a/src/gallium/drivers/zink/ci/zink-anv-cml-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-anv-cml-fails.txt @@ -1,30 +1,3 @@ -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r11f_g11f_b10f_rg16i.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r11f_g11f_b10f_rgb10_a2ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r11f_g11f_b10f_rgba8ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_r32f.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_r32ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rg16f.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rg16ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_r11f_g11f_b10f.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_r32f.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rg16f.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgba8.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgba8ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_r32ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rg16f.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rg16i.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rg16ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb10_a2.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8i.texture2d_to_texture2d,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8_snorm.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8ui.texture2d_to_cubemap,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8ui.texture2d_to_texture2d_array,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8ui.texture2d_to_texture2d,Fail -dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8ui.texture2d_to_texture3d,Fail - # ../src/intel/common/intel_urb_config.c:173: intel_get_urb_config: Assertion `total_needs <= urb_chunks' failed. dEQP-GLES31.functional.geometry_shading.basic.output_0_and_128,Crash dEQP-GLES31.functional.geometry_shading.basic.output_128_and_0,Crash diff --git a/src/gallium/drivers/zink/ci/zink-anv-cml-skips.txt b/src/gallium/drivers/zink/ci/zink-anv-cml-skips.txt new file mode 100644 index 00000000000..f0d08450050 --- /dev/null +++ b/src/gallium/drivers/zink/ci/zink-anv-cml-skips.txt @@ -0,0 +1,3 @@ +# Known HW deficiency on Gfx9 and flaky +# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36348#note_3037412 +dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.*