[PATCH] user32/tests: Remove a todo.

Alexandre Julliard julliard at winehq.org
Fri May 24 15:25:52 CDT 2019


Zhiyi Zhang <zzhang at codeweavers.com> writes:

> @@ -5142,7 +5142,7 @@ static void test_messages(void)
>  
>      ShowWindow(hwnd, SW_MINIMIZE);
>      flush_events();
> -    ok_sequence(WmShowMinOverlappedSeq, "ShowWindow(SW_SHOWMINIMIZED):overlapped", TRUE);
> +    ok_sequence(WmShowMinOverlappedSeq, "ShowWindow(SW_SHOWMINIMIZED):overlapped", FALSE);

It fails for me (obviously, otherwise it wouldn't be marked todo):

../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe msg && touch msg.ok
msg.c:5145: Test failed: ShowWindow(SW_SHOWMINIMIZED):overlapped: 52: the msg sequence is not complete: expected 0000 - actual 001f

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list