[ros-diffs] [jimtabor] 46012: - [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.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Mon Mar 8 22:20:18 CET 2010


Author: jimtabor
Date: Mon Mar  8 22:20:18 2010
New Revision: 46012

URL: http://svn.reactos.org/svn/reactos?rev=46012&view=rev
Log:
- [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.

Modified:
    trunk/rostests/winetests/user32/msg.c

Modified: trunk/rostests/winetests/user32/msg.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/msg.c?rev=46012&r1=46011&r2=46012&view=diff
==============================================================================
--- trunk/rostests/winetests/user32/msg.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/user32/msg.c [iso-8859-1] Mon Mar  8 22:20:18 2010
@@ -12424,7 +12424,7 @@
     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 @@
     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();




More information about the Ros-diffs mailing list