mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests: Skip test_unbounded_resource_arrays() on WARP.
Most reads on WARP are off by a few units. I haven't investigated the reason.
This commit is contained in:
parent
fe88dafdbd
commit
0d4a5f1860
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
@ -36063,6 +36063,12 @@ static void test_unbounded_resource_arrays(void)
|
||||
0x00100556, 0x00000000, 0x01000015, 0x0100003e,
|
||||
};
|
||||
|
||||
if (test_options.use_warp_device)
|
||||
{
|
||||
skip("Broken on WARP.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!init_compute_test_context(&context))
|
||||
return;
|
||||
device = context.device;
|
||||
|
Loading…
x
Reference in New Issue
Block a user