Author: jimtabor
Date: Fri Oct 17 17:48:35 2014
New Revision: 64789

URL: http://svn.reactos.org/svn/reactos?rev=64789&view=rev
Log:
[User32Test]
- Turn off tracking pop up menu tests. See CORE-8299.

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=64789&r1=64788&r2=64789&view=diff
==============================================================================
--- trunk/rostests/winetests/user32/msg.c       [iso-8859-1] (original)
+++ trunk/rostests/winetests/user32/msg.c       [iso-8859-1] Fri Oct 17 
17:48:35 2014
@@ -14598,8 +14598,13 @@
     test_keyflags();
     test_hotkey();
     test_layered_window();
+    if(!winetest_interactive)
+       skip("CORE-8299 : Skip Tracking popup menu tests.\n");
+    else
+    {
     test_TrackPopupMenu();
     test_TrackPopupMenuEmpty();
+    }
     /* keep it the last test, under Windows it tends to break the tests
      * which rely on active/foreground windows being correct.
      */


Reply via email to