<Swing Dev> [9] Review Request: 8177766 [TEST_BUG] JPopupMenu tests fails intermittently
Sergey Bylokhov
sergey.bylokhov at oracle.com
Wed Mar 29 12:46:34 UTC 2017
Hello,
Please review the fix for jdk9.
The problem is that these tests shows popup menu and expects that some specific menuitems will be selected after keyboard navigation. But some other test in the javax/swing/JPopupMenu/** moves the mouse to some specific position, which causes an auto-selection(in Aqua Look&Feel) of the menu item and wrong final test result. Note that if the tests are executed alone it is always passed(if the mouse is not under popup menu).
Bug: https://bugs.openjdk.java.net/browse/JDK-8177766
Webrev can be found at: http://cr.openjdk.java.net/~serb/8177766/webrev.00
More information about the swing-dev
mailing list