mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 11:48:05 +02:00
ci/deqp: Backport validation error fix
Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41574>
This commit is contained in:
parent
f763ed0ae8
commit
215f12fa23
5 changed files with 4 additions and 6 deletions
|
|
@ -86,6 +86,8 @@ vk_cts_commits_to_backport=(
|
|||
e8f74066c15a2f94ec4457d75ab998d315a06bd7
|
||||
# Fix invalid descriptor test
|
||||
589820590126ca860dbbd0db26eb6bcdaa63dea0
|
||||
# Fix validation errors found on qualcomm turnip
|
||||
39ee33cd4be94216a9b657d089283b79767dc372
|
||||
)
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
|
|
|
|||
|
|
@ -23,10 +23,10 @@ variables:
|
|||
DEBIAN_BUILD_TAG: "20260430-imgui.2"
|
||||
|
||||
DEBIAN_TEST_BASE_TAG: "20260502-virgl"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20260512-vkuprev"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20260514-vkbackport"
|
||||
DEBIAN_TEST_GL_TAG: "20260513-vkuprev"
|
||||
DEBIAN_TEST_VIDEO_TAG: "20260512-vkuprev"
|
||||
DEBIAN_TEST_VK_TAG: "20260512-vkuprev"
|
||||
DEBIAN_TEST_VK_TAG: "20260514-vkbackport"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20260429-libdrm"
|
||||
|
||||
|
|
|
|||
|
|
@ -224,7 +224,6 @@ KHR-GLES3.framebuffer_blit.multisampled_to_singlesampled_blit_depth_config_test,
|
|||
# GL tests above, Vulkan tests below
|
||||
|
||||
# New fails in 1.4.3.3
|
||||
dEQP-VK.memory.concurrent_access.shader_and_host,Fail
|
||||
dEQP-VK.transform_feedback.simple.draw_indirect_counter_offset_16,Fail
|
||||
dEQP-VK.transform_feedback.simple.draw_indirect_counter_offset_244,Fail
|
||||
dEQP-VK.transform_feedback.simple.draw_indirect_counter_offset_508,Fail
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ KHR-GL46.texture_stencil8.multisample,Fail
|
|||
# GL tests above, Vulkan tests below
|
||||
|
||||
# New fails in 1.4.3.3
|
||||
dEQP-VK.memory.concurrent_access.shader_and_host,Fail
|
||||
gmem-dEQP-VK.memory.concurrent_access.shader_and_host,Fail
|
||||
dEQP-VK.transform_feedback.simple.draw_indirect_counter_offset_16,Fail
|
||||
dEQP-VK.transform_feedback.simple.draw_indirect_counter_offset_244,Fail
|
||||
dEQP-VK.transform_feedback.simple.draw_indirect_counter_offset_508,Fail
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
dEQP-VK.graphicsfuzz.cov-two-nested-loops-switch-case-matrix-array-increment,Fail
|
||||
dEQP-VK.graphicsfuzz.stable-binarysearch-tree-false-if-discard-loop,Fail
|
||||
dEQP-VK.memory.concurrent_access.shader_and_host,Crash
|
||||
|
||||
# VKCTS 1.4.4.2 -> 1.4.5.3 uprev
|
||||
dEQP-VK.pipeline.monolithic.misc.no_rendering,Crash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue