On 10/1/22 07:05, Francois Gouget wrote:
From: Francois Gouget fgouget@codeweavers.com
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53252
dlls/d3d10core/tests/d3d10core.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/d3d10core/tests/d3d10core.c b/dlls/d3d10core/tests/d3d10core.c index 74f689630eb..f1c5c0ebd8c 100644 --- a/dlls/d3d10core/tests/d3d10core.c +++ b/dlls/d3d10core/tests/d3d10core.c @@ -4678,6 +4678,7 @@ static void test_occlusion_query(void)
ID3D10Asynchronous_End(query); get_query_data(query, &data, sizeof(data));
flaky ok(data.uint == 640 * 480, "Got unexpected query result 0x%08x%08x.\n", data.dword[1], data.dword[0]);
memset(&data, 0xff, sizeof(data));
This is probably the same WARP bug as d741742e3. My inclination would be to do the same thing here.