Józef Kucia : tests: Add bug_if() in test_tessellation_primitive_id().
Module: vkd3d Branch: master Commit: 6c40e2e26eeeec610aa3e88685424fef602230e4 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=6c40e2e26eeeec610aa3e886... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Thu Jun 27 14:26:16 2019 +0200 tests: Add bug_if() in test_tessellation_primitive_id(). The test is affected by bugs mentioned in 18442763f1683ac7c47f17588b0632c3b34ac1f2. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tests/d3d12.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/d3d12.c b/tests/d3d12.c index c2d5bb5..1864a87 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -27434,6 +27434,7 @@ static void test_tessellation_primitive_id(void) transition_resource_state(command_list, context.render_target, D3D12_RESOURCE_STATE_RENDER_TARGET, D3D12_RESOURCE_STATE_COPY_SOURCE); + bug_if(is_nvidia_device(context.device)) check_sub_resource_uint(context.render_target, 0, queue, command_list, 0xff00ff00, 0); ID3D12Resource_Release(vb);
participants (1)
-
Alexandre Julliard