nvk/ci: update expectations

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40243>
This commit is contained in:
Eric Engestrom 2026-03-05 15:04:16 +01:00 committed by Marge Bot
parent 03f16e4a78
commit 53ebb59e30
3 changed files with 21 additions and 5 deletions

View file

@ -14,3 +14,7 @@ test_undefined_structured_raw_read_typed_dxbc,Fail
test_undefined_structured_raw_read_typed_dxil,Fail
test_large_buffer_descriptors,Crash
test_line_tessellation_dxbc,Fail
test_line_tessellation_dxil,Fail
test_tessellation_read_tesslevel,Fail

View file

@ -5,8 +5,16 @@ dEQP-VK.pipeline.shader_object_linked_spirv.pipeline_cache.robustness2.storage,F
dEQP-VK.pipeline.shader_object_unlinked_binary.pipeline_cache.robustness2.storage,Fail
dEQP-VK.pipeline.shader_object_unlinked_spirv.pipeline_cache.robustness2.storage,Fail
# New failures with VK CTS 1.4.4.0
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.type_punning.load.accumulator.col_major.int32_to_float32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.type_punning.load.accumulator.col_major.uint32_to_float32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.type_punning.load.accumulator.row_major.int32_to_float32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.type_punning.load.accumulator.row_major.uint32_to_float32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.array_length.float16,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.array_length.int8,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.atomics.increment.uint64,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.copy.from_untyped.op_copy_memory.uint8,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.copy.from_untyped.op_copy_memory_sized.float32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.copy.from_untyped.op_copy_object.float32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.copy.from_untyped.op_copy_object.int16,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.basic_usecase.copy.to_untyped.op_copy_memory_sized.uint16,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.type_punning.copy.from_untyped.op_copy_memory_sized.float16_to_int16,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.glsl_memory_model.type_punning.store.vec2_uint32_to_uint64,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.mixed.load.accumulator.col_major.int32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.mixed.load.accumulator.col_major.uint32,Crash
dEQP-VK.spirv_assembly.instruction.compute.untyped_pointers.vulkan_memory_model.cooperative_matrix.mixed.load.b.row_major.uint8,Crash

View file

@ -14,3 +14,7 @@ test_undefined_structured_raw_read_typed_dxbc,Fail
test_undefined_structured_raw_read_typed_dxil,Fail
test_large_buffer_descriptors,Crash
test_line_tessellation_dxbc,Fail
test_line_tessellation_dxil,Fail
test_tessellation_read_tesslevel,Fail