mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
tests: Skip a test that freezes the GPU on NVIDIA.
This commit is contained in:
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
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user