1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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
This commit is contained in:
Francois Gouget 2022-10-01 11:11:39 +02:00 committed by Alexandre Julliard
parent 5b10cb08a5
commit 6ec99a0e91

View File

@ -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);