-
Bug
-
Resolution: Fixed
-
P3
-
8u112, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8160401 | 8u112 | Murali Billa | P3 | Resolved | Fixed | b02 |
There is one failure observed while running webengine unit test cases.
test.javafx.scene.web.CallbackTest > testDialogs FAILED
java.lang.AssertionError: Method onAlert was not called with args: Favorite color?,
at org.junit.Assert.fail(Assert.java:91)
at test.javafx.scene.web.CallbackTest$TestUI.checkCalled(CallbackTest.java:266)
at test.javafx.scene.web.CallbackTest.testDialogs(CallbackTest.java:187)
370 tests completed, 1 failed, 11 skipped
:web:test FAILED
test.javafx.scene.web.CallbackTest > testDialogs FAILED
java.lang.AssertionError: Method onAlert was not called with args: Favorite color?,
at org.junit.Assert.fail(Assert.java:91)
at test.javafx.scene.web.CallbackTest$TestUI.checkCalled(CallbackTest.java:266)
at test.javafx.scene.web.CallbackTest.testDialogs(CallbackTest.java:187)
370 tests completed, 1 failed, 11 skipped
:web:test FAILED
- backported by
-
JDK-8160401 Test Case Failure in CallBackTest
- Resolved
- relates to
-
JDK-8146211 WebView can't alert from a timer
- Closed
-
JDK-8160281 WebView can't alert from a timer
- Closed