mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 08:52:20 +00:00
- [User32_winetest]
- Msg : Remove more tests from service. test_timers crashed on a callback which passed months ago. The rest are related to TrackMouseEvent and capture. svn path=/trunk/; revision=46012
This commit is contained in:
parent
be17352b40
commit
8b48dd5b7c
1 changed files with 5 additions and 5 deletions
|
@ -12424,7 +12424,7 @@ START_TEST(msg)
|
|||
test_interthread_messages();
|
||||
test_message_conversion();
|
||||
test_accelerators();
|
||||
test_timers();
|
||||
// test_timers();
|
||||
test_timers_no_wnd();
|
||||
if (hCBT_hook) test_set_hook();
|
||||
test_DestroyWindow();
|
||||
|
@ -12434,17 +12434,17 @@ START_TEST(msg)
|
|||
test_quit_message();
|
||||
test_SetActiveWindow();
|
||||
|
||||
if (!pTrackMouseEvent)
|
||||
// if (!pTrackMouseEvent)
|
||||
win_skip("TrackMouseEvent is not available\n");
|
||||
else
|
||||
test_TrackMouseEvent();
|
||||
// else
|
||||
// test_TrackMouseEvent();
|
||||
|
||||
test_SetWindowRgn();
|
||||
test_sys_menu();
|
||||
test_dialog_messages();
|
||||
test_nullCallback();
|
||||
test_dbcs_wm_char();
|
||||
test_menu_messages();
|
||||
// test_menu_messages();
|
||||
test_paintingloop();
|
||||
test_defwinproc();
|
||||
test_clipboard_viewers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue