broadcom/ci: skips for tests that don't check for extension support correctly

We want these as skips instead of fails because there are many tests involved
and not all of them fail, so every time we add a new feature and change the
subset of tests we run in CI we start hitting different tests and we have
to keep patching the list, so just move them to skips since we know we don't
support them and we should not be running them.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27978>
This commit is contained in:
Iago Toral Quiroga 2024-03-06 13:41:28 +01:00 committed by Marge Bot
parent 92172760e2
commit 55a8c20e4d
4 changed files with 16 additions and 13 deletions

View file

@ -496,12 +496,6 @@ spec@!opengl 1.1@line-smooth-stipple,Fail
# Works when run individually, but fail consistently on the CI
dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgba32i_cube,Fail
# These tests should be skipped as we don't support the extension. CTS tests needs to be fixed
dEQP-VK.pipeline.shader_object_linked_binary.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.pipeline.shader_object_linked_spirv.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.pipeline.shader_object_unlinked_binary.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.pipeline.shader_object_unlinked_spirv.framebuffer_attachment.unused_attachment,Crash
# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/4422
KHR-GL31.texture_size_promotion.functional,Fail

View file

@ -275,3 +275,11 @@ dEQP-VK.wsi.xcb.swapchain.simulate_oom.image_usage
dEQP-VK.wsi.xcb.swapchain.simulate_oom.min_image_count
dEQP-VK.wsi.xlib.swapchain.simulate_oom.image_usage
dEQP-VK.wsi.xlib.swapchain.simulate_oom.min_image_count
# These require VK_EXT_shader_object but not all of them check for it
# (Seems fixed in CTS main)
dEQP-VK.pipeline.shader_object*
# These require VK_KHR_shader_draw_parameters but they don't check for it
# (Seems to be fixed in some later release of CTS 1.3.7).
dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.multi_draw.*

View file

@ -1,10 +1,3 @@
# These tests should be skipped as we don't support the extension. CTS
# tests needs to be fixed
dEQP-VK.pipeline.shader_object_linked_binary.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.pipeline.shader_object_linked_spirv.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.pipeline.shader_object_unlinked_binary.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.pipeline.shader_object_unlinked_spirv.framebuffer_attachment.unused_attachment,Crash
dEQP-VK.wsi.wayland.swapchain.simulate_oom.clipped,Crash
dEQP-VK.wsi.wayland.swapchain.simulate_oom.composite_alpha,Crash
dEQP-VK.wsi.wayland.swapchain.simulate_oom.exclusive_nonzero_queues,Crash

View file

@ -74,3 +74,11 @@ dEQP-VK.wsi.wayland.incremental_present.scale_none.fifo.identity.opaque.incremen
dEQP-VK.wsi.wayland.incremental_present.scale_none.fifo.identity.opaque.reference
dEQP-VK.wsi.wayland.incremental_present.scale_none.fifo.identity.pre_multiplied.incremental_present
dEQP-VK.wsi.wayland.incremental_present.scale_none.fifo.identity.pre_multiplied.reference
# These require VK_EXT_shader_object but not all of them check for it
# (Seems fixed in CTS main)
dEQP-VK.pipeline.shader_object*
# These require VK_KHR_shader_draw_parameters but they don't check for it
# (Seems to be fixed in some later release of CTS 1.3.7).
dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.multi_draw.*