tests: Skip a test that freezes the GPU on NVIDIA.

This commit is contained in:
Giovanni Mascellani 2024-05-25 14:16:12 +02:00 committed by Alexandre Julliard
parent ae25c80498
commit 9a3fa67c1f
Notes: Alexandre Julliard 2024-05-27 23:14:31 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/888

View File

@ -35625,6 +35625,13 @@ static void test_conditional_rendering(void)
for (i = 0; i < 2; ++i)
{
if (i == 0 && is_nvidia_device(context.device))
{
/* I can reproduce that on an NVIDIA Quadro P2000, driver version 535.161.08. */
skip("Triggers a GPU freeze on NVIDIA.\n");
continue;
}
ID3D12GraphicsCommandList_SetPipelineState(command_list, pipeline_state);
ID3D12GraphicsCommandList_SetComputeRootSignature(command_list, root_signature);
ID3D12GraphicsCommandList_SetComputeRootConstantBufferView(command_list,