[PATCH] user32/tests: Remove a todo.

Zhiyi Zhang zzhang at codeweavers.com
Fri May 24 20:17:56 CDT 2019



On 5/25/19 4:25 AM, Alexandre Julliard wrote:
> 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
>
Eh, sorry. It seems that its result is not consistent with different window managers.



More information about the wine-devel mailing list