intel/ci: document a couple of vkd3d failures
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35679>
This commit is contained in:
Lionel Landwerlin 2025-06-18 09:41:34 +03:00 committed by Marge Bot
parent 786bace191
commit 4e25a4ce1e

View file

@ -2,6 +2,9 @@ test_fence_wait_robustness,Crash
test_sampler_feedback_min_mip_level_array,Fail
test_sampler_rounding,Fail
test_sm67_dynamic_texture_offset,Fail
# Undefined behavior not supported unless EXT_descriptor_buffer is
# used or running on Gfx12.5+ where we don't do descriptor indirection
# (prior generations have a descriptor heap too small 64MB)
test_undefined_read_typed_buffer_as_untyped_dxbc,Fail
test_undefined_read_typed_buffer_as_untyped_dxil,Fail
test_line_rasterization,Fail