mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[User32Test]
- Turn off tracking pop up menu tests. See CORE-8299. svn path=/trunk/; revision=64789
This commit is contained in:
parent
1f5f256e01
commit
df36f5a015
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue