Module: wine Branch: master Commit: 6ec99a0e912fe09e08858514cbff0182f956b081 URL: https://gitlab.winehq.org/wine/wine/-/commit/6ec99a0e912fe09e08858514cbff018...
Author: Francois Gouget fgouget@codeweavers.com Date: Sat Oct 1 11:11:39 2022 +0200
dxgi/tests: Mark the test_swapchain_window_messages() tests failing randomly on Windows as flaky.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53229
---
dlls/dxgi/tests/dxgi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dxgi/tests/dxgi.c b/dlls/dxgi/tests/dxgi.c index 8c16cd37d45..73ea891119f 100644 --- a/dlls/dxgi/tests/dxgi.c +++ b/dlls/dxgi/tests/dxgi.c @@ -5817,6 +5817,7 @@ static BOOL check_message(const struct message *expected,
static LRESULT CALLBACK test_wndproc(HWND hwnd, unsigned int message, WPARAM wparam, LPARAM lparam) { + flaky ok(!expect_no_messages, "Got unexpected message %#x, hwnd %p, wparam %#Ix, lparam %#Ix.\n", message, hwnd, wparam, lparam);