user32/tests: Mark a failing test as todo.
This commit is contained in:
parent
ae843427ed
commit
06960ac267
|
@ -11316,9 +11316,6 @@ if (0) /* FIXME: Wine behaves completely different here */
|
||||||
win_rc.left, win_rc.top, win_rc.right, win_rc.bottom,
|
win_rc.left, win_rc.top, win_rc.right, win_rc.bottom,
|
||||||
wp.rcNormalPosition.left, wp.rcNormalPosition.top,
|
wp.rcNormalPosition.left, wp.rcNormalPosition.top,
|
||||||
wp.rcNormalPosition.right, wp.rcNormalPosition.bottom);
|
wp.rcNormalPosition.right, wp.rcNormalPosition.bottom);
|
||||||
|
|
||||||
flush_events();
|
|
||||||
flush_sequence();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DestroyWindow(hwnd);
|
DestroyWindow(hwnd);
|
||||||
|
@ -14300,7 +14297,7 @@ static LRESULT WINAPI cancel_popup_proc(HWND hwnd, UINT message, WPARAM wParam,
|
||||||
|
|
||||||
switch (message) {
|
switch (message) {
|
||||||
case WM_ENTERIDLE:
|
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();
|
EndMenu();
|
||||||
break;
|
break;
|
||||||
case WM_INITMENU:
|
case WM_INITMENU:
|
||||||
|
|
Loading…
Reference in New Issue