mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
broadcom/ci: add a test that fails only in CI
This is a known bug in CTS affecting a number of tests in the renderpass, renderpass2 and dynamic_rendering categories, but it seems this is the only one triggered by CI. The bug has been fixed in CTS 1.3.7.3. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27978>
This commit is contained in:
parent
74be42d9a4
commit
bf3c1cf568
1 changed files with 5 additions and 0 deletions
|
|
@ -642,3 +642,8 @@ dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.color_write.disabled,Cr
|
|||
dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.color_write.false,Crash
|
||||
dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.color_write.true,Crash
|
||||
dEQP-VK.shader_object.misc.state.pipeline.vert_geom_frag.depth.bias,Crash
|
||||
|
||||
# This fails because the test incorrectly reads undefined stencil values. This was
|
||||
# reported and fixed upstream (internal issue #4790), and a fix is available in CTS
|
||||
# since release tag 1.3.7.3.
|
||||
dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d24_unorm_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue