mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
vulkan/tests: Add gitlab Win10 VM results.
This commit is contained in:
parent
ee51d536f0
commit
416fc8067b
Notes:
Alexandre Julliard
2024-01-17 22:49:23 +01:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/-/merge_requests/4841
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ static void test_unsupported_instance_extensions(void)
|
|||
for (i = 0; i < ARRAY_SIZE(extensions); ++i)
|
||||
{
|
||||
vr = create_instance(1, &extensions[i], &vk_instance);
|
||||
ok(vr == VK_ERROR_EXTENSION_NOT_PRESENT,
|
||||
ok(vr == VK_ERROR_EXTENSION_NOT_PRESENT || vr == VK_ERROR_INCOMPATIBLE_DRIVER,
|
||||
"Got VkResult %d for extension %s.\n", vr, extensions[i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue