mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 23:32:07 +00:00
[user32_winetest]
-revert the previous commit svn path=/trunk/; revision=50042
This commit is contained in:
parent
fa87a286f1
commit
5996aeb16b
1 changed files with 0 additions and 4 deletions
|
@ -3067,9 +3067,6 @@ static void test_menu_cancelmode(void)
|
|||
ok( g_got_enteridle == 0, "received %d WM_ENTERIDLE messages, none expected\n", g_got_enteridle);
|
||||
}
|
||||
ok( g_got_enteridle < 2, "received %d WM_ENTERIDLE messages, should be less than 2\n", g_got_enteridle);
|
||||
|
||||
skip("skipping TrackPopupMenu, that hangs on reactos\n");
|
||||
#if 0
|
||||
/* menu owner is child window */
|
||||
g_hwndtosend = hwndchild;
|
||||
ret = TrackPopupMenu( menu, TPM_RETURNCMD, 100,100, 0, hwndchild, NULL);
|
||||
|
@ -3082,7 +3079,6 @@ static void test_menu_cancelmode(void)
|
|||
g_hwndtosend = hwnd;
|
||||
ret = TrackPopupMenu( menu, TPM_RETURNCMD, 100,100, 0, hwndchild, NULL);
|
||||
ok( g_got_enteridle == 2, "received %d WM_ENTERIDLE messages, should be 2\n", g_got_enteridle);
|
||||
#endif
|
||||
/* cleanup */
|
||||
DestroyMenu( menu);
|
||||
DestroyWindow( hwndchild);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue