Module: wine Branch: master Commit: 06960ac2674d15b922d1d63a4cf3505a97eba5b2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=06960ac2674d15b922d1d63a4c...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 19 12:56:11 2014 +0100
user32/tests: Mark a failing test as todo.
---
dlls/user32/tests/msg.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 9c1320d..b716630 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -11316,9 +11316,6 @@ if (0) /* FIXME: Wine behaves completely different here */ win_rc.left, win_rc.top, win_rc.right, win_rc.bottom, wp.rcNormalPosition.left, wp.rcNormalPosition.top, wp.rcNormalPosition.right, wp.rcNormalPosition.bottom); - - flush_events(); - flush_sequence(); }
DestroyWindow(hwnd); @@ -14300,7 +14297,7 @@ static LRESULT WINAPI cancel_popup_proc(HWND hwnd, UINT message, WPARAM wParam,
switch (message) { case WM_ENTERIDLE: - ok(GetCapture() == hwnd, "expected %p, got %p\n", hwnd, GetCapture()); + todo_wine ok(GetCapture() == hwnd, "expected %p, got %p\n", hwnd, GetCapture()); EndMenu(); break; case WM_INITMENU: