-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b166
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179158 | 10 | Sergey Bylokhov | P4 | Resolved | Fixed | b06 |
The tests:
test/javax/swing/JPopupMenu/4458079/bug4458079.java
test/javax/swing/JPopupMenu/6827786/bug6827786.java
fails if executed in a batch via jtreg.
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 the the specific position, which causes an auto-selection 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)
test/javax/swing/JPopupMenu/4458079/bug4458079.java
test/javax/swing/JPopupMenu/6827786/bug6827786.java
fails if executed in a batch via jtreg.
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 the the specific position, which causes an auto-selection 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)
- backported by
-
JDK-8179158 [TEST_BUG] JPopupMenu tests fails intermittently
-
- Resolved
-
- relates to
-
JDK-8151857 [TEST_BUG] bug6544309.java fails intermittently
-
- Resolved
-
-
JDK-8233556 [TESTBUG] JPopupMenu tests fail on MacOS
-
- Resolved
-