From f6fe9a39dbf5accfaa4d3a3aca2b400362e0ed39 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Fri, 8 Mar 2024 16:53:43 +0100 Subject: [PATCH] tests: Mark the HS punned array test as buggy on MoltenVK. MoltenVK doesn't support the Component decoration on tessellation shaders. --- tests/d3d12.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/d3d12.c b/tests/d3d12.c index 49b40a67..3e75fada 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -38139,6 +38139,7 @@ static void test_hull_shader_punned_array(void) transition_resource_state(command_list, context.render_target, D3D12_RESOURCE_STATE_RENDER_TARGET, D3D12_RESOURCE_STATE_COPY_SOURCE); + bug_if(is_mvk_device(context.device)) check_sub_resource_uint(context.render_target, 0, queue, command_list, 0xcc996633, 0); destroy_test_context(&context);