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:
Giovanni Mascellani 2023-10-13 13:54:54 +02:00 committed by Alexandre Julliard
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

View File

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