tests: Skip test_get_copyable_footprints() on WARP.

There are 12025 failures with WARP. I haven't investigated them.
This commit is contained in:
Giovanni Mascellani 2023-10-13 13:53:11 +02:00 committed by Alexandre Julliard
parent d72e30f1d1
commit ee3c4b6555
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

@ -19533,6 +19533,12 @@ static void test_get_copyable_footprints(void)
},
};
if (test_options.use_warp_device)
{
skip("Broken on WARP.\n");
return;
}
if (!(device = create_device()))
{
skip("Failed to create device.\n");