mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 07:30:30 +01:00
freedreno/ci: Fix skip comment
This test was never supposed to be skipped, and the referenced commit just exposed a bug in turnip fixed by the previous commit. It was hanging due to a CTS bug making the submit take way too long, which will be fixed once the CTS change lands. Also, add it to the a630 skips. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15563>
This commit is contained in:
parent
9d081d7561
commit
0b0b9274b6
2 changed files with 5 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ spill-dEQP-VK.graphicsfuzz.cov-nested-loop-undefined-smoothstep-never-executed
|
|||
spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code
|
||||
spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses
|
||||
|
||||
# Hangs the GPU, fixed to be a skip in VK-GL-CTS 736eec57dc0c ("Fix checkSupport in compressed texture sampling tests")
|
||||
# causes a hangcheck timeout due to https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3582
|
||||
dEQP-VK.image.sample_texture.128_bit_compressed_format_cubemap
|
||||
dEQP-VK.image.sample_texture.64_bit_compressed_format_cubemap
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,10 @@ dEQP-VK.api.command_buffers.record_many_draws_secondary_2
|
|||
spill-dEQP-VK.graphicsfuzz.cov-function-two-loops-limit-using-arguments-array-element-copies
|
||||
spill-dEQP-VK.graphicsfuzz.cov-nested-loop-large-array-index-using-vector-components
|
||||
|
||||
# causes a hangcheck timeout due to https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3582
|
||||
dEQP-VK.image.sample_texture.128_bit_compressed_format_cubemap
|
||||
dEQP-VK.image.sample_texture.64_bit_compressed_format_cubemap
|
||||
|
||||
# timeout, spending all its time in nir_compare_deref_paths()
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/5152
|
||||
dEQP-VK.ubo.random.all_shared_buffer.48
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue