24 May
2019
24 May
'19
3:25 p.m.
Zhiyi Zhang <zzhang(a)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(a)winehq.org