mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
ci: uprev vkd3d-proton to 59d6d4b5ed23766e69fe252408a3401d2fd52ce8
It contains few fixes for recent DGC tests. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31796>
This commit is contained in:
parent
ebd6738260
commit
9fda96db5b
@ -6,7 +6,7 @@
|
||||
# KERNEL_ROOTFS_TAG
|
||||
set -ex
|
||||
|
||||
VKD3D_PROTON_COMMIT="65b81403435576d882d9141ae3eb4a29373fba0e"
|
||||
VKD3D_PROTON_COMMIT="59d6d4b5ed23766e69fe252408a3401d2fd52ce8"
|
||||
|
||||
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
||||
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
||||
|
@ -29,8 +29,8 @@ variables:
|
||||
|
||||
DEBIAN_TEST_ANDROID_TAG: "20241022-delete-mesa"
|
||||
DEBIAN_TEST_GL_TAG: "20241022-delete-mesa"
|
||||
DEBIAN_TEST_VK_TAG: "20241022-vkd3d"
|
||||
KERNEL_ROOTFS_TAG: "20241022-vkd3d"
|
||||
DEBIAN_TEST_VK_TAG: "20241023-vkd3d-v2"
|
||||
KERNEL_ROOTFS_TAG: "20241023-vkd3d-v2"
|
||||
|
||||
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
|
||||
DEBIAN_PYUTILS_TAG: "20241002-pyutils"
|
||||
|
@ -1,4 +1 @@
|
||||
test_vbv_stride_edge_cases,Fail
|
||||
|
||||
# vkd3d-proton bug (missing check for DGC ext)
|
||||
test_execute_indirect_state_vbo_offsets,Crash
|
||||
|
@ -14,6 +14,3 @@ test_vertex_id_dxil,Fail
|
||||
|
||||
# msm_dpu ae01000.display-controller: [drm:hangcheck_handler] *ERROR* 67.5.20.1: hangcheck detected gpu lockup rb 0!
|
||||
test_fence_wait_robustness,Crash
|
||||
|
||||
# vkd3d-proton bug (missing check for DGC ext)
|
||||
test_execute_indirect_state_vbo_offsets,Crash
|
||||
|
@ -14,4 +14,3 @@ test_sampler_feedback_implicit_lod_aniso,Fail
|
||||
test_execute_indirect_multi_dispatch_root_constants,Crash
|
||||
test_execute_indirect_multi_dispatch_root_descriptors,Crash
|
||||
test_execute_indirect_state_predication,Crash
|
||||
test_execute_indirect_state_tier_11,Crash
|
||||
|
Loading…
Reference in New Issue
Block a user