JDK-8160388 : Test Case Failure in CallBackTest
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u112,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-06-27
  • Updated: 2016-10-11
  • Resolved: 2016-06-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u112Fixed 9Fixed
Related Reports
Relates :  
Relates :  
Description
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 

Comments
Changeset: 3597495167c7 Author: mbilla Date: 2016-06-28 01:48 +0530 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/3597495167c7
27-06-2016

+1
27-06-2016

webrev: http://cr.openjdk.java.net/~mbilla/8160388/webrev.00/
27-06-2016

This test case failure is caused by the fix JDK-8146211. Hence this fix will be backout as part of the current bug JDK-8160388
27-06-2016