mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
tests: Skip test_get_copyable_footprints() on WARP.
There are 12025 failures with WARP. I haven't investigated them.
This commit is contained in:
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
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user