broadcom/ci: document external causes for some CTS 1.3.8 failures

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28891>
This commit is contained in:
Iago Toral Quiroga 2024-04-24 08:42:24 +02:00 committed by Marge Bot
parent 1de805e986
commit 708a635902
2 changed files with 8 additions and 4 deletions

View File

@ -654,8 +654,10 @@ dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.stencil.disabled,Crash
dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.stencil.enabled,Crash
# New CTS failures in 1.3.8.0
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary,Fail
dEQP-VK.api.get_device_proc_addr.non_enabled,Fail
dEQP-VK.dynamic_state.fast_linked_library.general_state.double_static_bind,Fail
dEQP-VK.dynamic_state.monolithic.general_state.double_static_bind,Fail
dEQP-VK.dynamic_state.pipeline_library.general_state.double_static_bind,Fail
# This seems to be a Vulkan Loader issue. Can be fixed by compiling the loader from the Github repo.
dEQP-VK.api.get_device_proc_addr.non_enabled,Fail
# This is a bug in CTS: https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/5096
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary,Fail

View File

@ -61,8 +61,6 @@ dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.stencil.disabled,Crash
dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.stencil.enabled,Crash
# New CTS failures in 1.3.8.0
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary,Fail
dEQP-VK.api.get_device_proc_addr.non_enabled,Fail
dEQP-VK.dynamic_state.fast_linked_library.general_state.double_static_bind,Fail
dEQP-VK.dynamic_state.monolithic.general_state.double_static_bind,Fail
dEQP-VK.dynamic_state.pipeline_library.general_state.double_static_bind,Fail
@ -70,3 +68,7 @@ dEQP-VK.query_pool.performance_query.query_compute,Fail
dEQP-VK.query_pool.performance_query.query_compute_copy,Fail
dEQP-VK.query_pool.performance_query.query_graphic,Fail
dEQP-VK.query_pool.performance_query.query_graphic_copy,Fail
# This seems to be a Vulkan Loader issue. Can be fixed by compiling the loader from the Github repo.
dEQP-VK.api.get_device_proc_addr.non_enabled,Fail
# This is a bug in CTS: https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/5096
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary,Fail