mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
tests: Mark a timestamp query test as buggy on MoltenVK.
The generated Vulkan calls look right and do not trigger any validation error, but the returned timestamp is 0. A valid timestamp is returned if the CopyResource() call is commented, or the second EndQuery() call is moved before CopyResource(), or the first EndQuery() call is commented. I am not seeing any sensible pattern here, so I guess there is just a bug in MoltenVK.
This commit is contained in:
parent
66cd2af188
commit
5d4edba925
Notes:
Alexandre Julliard
2024-01-24 22:55:37 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/545
@ -24848,6 +24848,7 @@ static void test_resolve_non_issued_query_data(void)
|
||||
"Got unexpected timestamp %#"PRIx64".\n", timestamps[0]);
|
||||
ok(!timestamps[1], "Got unexpected timestamp %#"PRIx64".\n", timestamps[1]);
|
||||
ok(!timestamps[2], "Got unexpected timestamp %#"PRIx64".\n", timestamps[2]);
|
||||
bug_if(is_mvk_device(device))
|
||||
ok(timestamps[3] != initial_data[3] && timestamps[3] > 0,
|
||||
"Got unexpected timestamp %#"PRIx64".\n", timestamps[3]);
|
||||
release_resource_readback(&rb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user