mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user