tests: Add bug_if() in test_tessellation_primitive_id().

The test is affected by bugs mentioned in
18442763f1.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2019-06-27 14:26:16 +02:00 committed by Alexandre Julliard
parent 678658086d
commit 6c40e2e26e
1 changed files with 1 additions and 0 deletions

View File

@ -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);