Investigate failing tests with WebKit 612.1

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8u311, jfx18
    • Component/s: javafx
    • web

      Following test failures are observed after JDK-8268849
      The failures should be investigated, if the tests have become invalid then they should be removed.
      These will be commented out as part of JDK-8268849.

      Exception in thread "JavaFX Application Thread" eb.HistoryTest
      test.javafx.scene.web.HistoryTest > test FAILED
          java.lang.AssertionError: title not changed from JS
              at org.junit.Assert.fail(Assert.java:91)
              at test.javafx.scene.web.HistoryTest.ensureValueChanged(HistoryTest.java:275)
              at test.javafx.scene.web.HistoryTest.test(HistoryTest.java:111)

      test.javafx.scene.web.HistoryTest > test FAILED
          java.lang.AssertionError: entries: title is wrong expected:<1> but was:<null>
              at org.junit.Assert.fail(Assert.java:91)
              at org.junit.Assert.failNotEquals(Assert.java:645)
              at org.junit.Assert.assertEquals(Assert.java:126)
              at test.javafx.scene.web.HistoryTest.check(HistoryTest.java:272)
              at test.javafx.scene.web.HistoryTest.checkLoad(HistoryTest.java:265)
              at test.javafx.scene.web.HistoryTest.test(HistoryTest.java:75)

      test.javafx.scene.web.LoadNotificationsTest > testSuccessfulLoad FAILED
          java.lang.AssertionError: WebEngine.title should be set
              at org.junit.Assert.fail(Assert.java:91)
              at org.junit.Assert.assertTrue(Assert.java:43)
              at org.junit.Assert.assertNotNull(Assert.java:524)
              at test.javafx.scene.web.LoadNotificationsTest.checkState(LoadNotificationsTest.java:153)
              at test.javafx.scene.web.LoadNotificationsTest.changed(LoadNotificationsTest.java:81)

            Assignee:
            Jay Bhaskar
            Reporter:
            Ambarish Rapte
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: