We occasionally see the following failure now (twice in recent nightly test runs).
javafx.scene.web.CallbackTest > testDefaultPopup FAILED
java.lang.AssertionError: Method onResized was not called
at org.junit.Assert.fail(Assert.java:91)
at javafx.scene.web.CallbackTest$TestUI.checkCalled(CallbackTest.java:225)
at javafx.scene.web.CallbackTest.checkDefaultPopup(CallbackTest.java:77)
at javafx.scene.web.CallbackTest.testDefaultPopup(CallbackTest.java:67)
javafx.scene.web.CallbackTest > testDefaultPopup FAILED
java.lang.AssertionError: Method onResized was not called
at org.junit.Assert.fail(Assert.java:91)
at javafx.scene.web.CallbackTest$TestUI.checkCalled(CallbackTest.java:225)
at javafx.scene.web.CallbackTest.checkDefaultPopup(CallbackTest.java:77)
at javafx.scene.web.CallbackTest.testDefaultPopup(CallbackTest.java:67)
- is cloned by
-
JDK-8371378 Intermittent test failure in javafx.scene.web.CallbackTest (win)
-
- Open
-