test on windows xp with jdk1.6.0_32,
this test failed on windows only.(test on Linux has passed)
on windows, this bug sometime crash the VM.
Summary:
abbot.util.BugsTest
testShowAWTPopupMenuBlocks(abbot.util.BugsTest)
junit.framework.AssertionFailedError: An active AWT Popup blocks the event queue
testFileDialogMisreportsBounds(abbot.util.BugsTest)
java.lang.NullPointerException: null pData
at sun.awt.windows.WComponentPeer.getLocationOnScreen(Native Method)
at java.awt.Component.getLocationOnScreen_NoTreeLock(Unknown Source)
at java.awt.Component.getLocationOnScreen(Unknown Source)
at abbot.util.AWT.getLocationOnScreen(AWT.java:1122)
at abbot.tester.Robot.move(Robot.java:1781)
at abbot.util.BugsTest.testFileDialogMisreportsBounds(BugsTest.java:308)