From: James Tabor Date: Fri, 17 Oct 2014 17:48:35 +0000 (+0000) Subject: [User32Test] X-Git-Tag: backups/tcpip_revolution@71025~445 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=df36f5a0158db79259b2f59eadc8f9e69127778f;hp=1f5f256e01e6a70d4f694861efd39585d4f0f294 [User32Test] - Turn off tracking pop up menu tests. See CORE-8299. svn path=/trunk/; revision=64789 --- diff --git a/rostests/winetests/user32/msg.c b/rostests/winetests/user32/msg.c index bb45ced0317..87417da9fc0 100755 --- a/rostests/winetests/user32/msg.c +++ b/rostests/winetests/user32/msg.c @@ -14598,8 +14598,13 @@ START_TEST(msg) 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. */