mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests: Skip test_atomic_instructions() on WARP.
Pipeline creation fails with E_INVALIDARG, atomics are likely not supported on WARP.
This commit is contained in:
parent
0d4a5f1860
commit
eaf35c394d
Notes:
Alexandre Julliard
2023-10-16 23:00:18 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/406
@ -23325,6 +23325,12 @@ static void test_atomic_instructions(void)
|
||||
{{~0u, ~0u}, { 0}, {0xffff, ~0u, 0}, {0xffff, 0, ~0u}},
|
||||
};
|
||||
|
||||
if (test_options.use_warp_device)
|
||||
{
|
||||
skip("Broken on WARP.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
memset(&desc, 0, sizeof(desc));
|
||||
desc.rt_width = 1;
|
||||
desc.rt_height = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user