-
Bug
-
Resolution: Unresolved
-
P4
-
jfx22
The following headful system test fails intermittently on Linux. We see this failure quite often in our automated test runs.
ContextMenuNPETest > testContextMenuNPE FAILED
java.lang.AssertionError: Timeout: Failed to hide context menu.
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at test.util.Util.waitForLatch(Util.java:400)
at test.robot.javafx.scene.ContextMenuNPETest.selectSubmenuItem(ContextMenuNPETest.java:105)
at test.robot.javafx.scene.ContextMenuNPETest.testContextMenuNPE(ContextMenuNPETest.java:111)
ContextMenuNPETest > testContextMenuNPE FAILED
java.lang.AssertionError: Timeout: Failed to hide context menu.
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at test.util.Util.waitForLatch(Util.java:400)
at test.robot.javafx.scene.ContextMenuNPETest.selectSubmenuItem(ContextMenuNPETest.java:105)
at test.robot.javafx.scene.ContextMenuNPETest.testContextMenuNPE(ContextMenuNPETest.java:111)
- relates to
-
JDK-8321626 [testbug] Mark DualWindowTest and ContextMenuNPETest unstable on Linux
- Resolved
-
JDK-8321624 [testbug] DualWindowTest fails intermittently on Linux
- Open