[PATCH vkd3d] tests: Remove radv bug_if from test_draw_uav_only().

Conor McCarthy cmccarthy at codeweavers.com
Mon Aug 16 00:39:27 CDT 2021


Signed-off-by: Conor McCarthy <cmccarthy at codeweavers.com>
---
 tests/d3d12.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/d3d12.c b/tests/d3d12.c
index 073c590c..4f783325 100644
--- a/tests/d3d12.c
+++ b/tests/d3d12.c
@@ -6886,7 +6886,6 @@ static void test_draw_uav_only(void)
 
     transition_resource_state(command_list, resource,
             D3D12_RESOURCE_STATE_UNORDERED_ACCESS, D3D12_RESOURCE_STATE_COPY_SOURCE);
-    bug_if(is_radv_device(context.device))
     check_sub_resource_uint(resource, 0, queue, command_list, 500, 0);
 
     ID3D12DescriptorHeap_Release(cpu_descriptor_heap);
-- 
2.32.0




More information about the wine-devel mailing list