Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8115104

Need to enable javafx.scene.web.CSSTest after intermittent bugs are fixed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • 7u6
    • javafx
    • None
    • web

      I disabled javafx.scene.web.CSSTest because we were having consistent failures in Hudson:

          [junit] Testsuite: javafx.scene.web.CSSTest
          [junit] Tests run: 24, Failures: 1, Errors: 0, Time elapsed: 1.485 sec
          [junit]
          [junit] Testcase: testPrefHeightCSS(javafx.scene.web.CSSTest): FAILED
          [junit] expected:<3.0> but was:<600.0>
          [junit] junit.framework.AssertionFailedError: expected:<3.0> but was:<600.0>
          [junit] at javafx.scene.web.CSSTest.testPrefHeight(CSSTest.java:144)
          [junit] at javafx.scene.web.CSSTest.access$500(CSSTest.java:14)
          [junit] at javafx.scene.web.CSSTest$13.run(CSSTest.java:161)
          [junit] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
          [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          [junit] at com.sun.javafx.application.PlatformImpl$3.run(PlatformImpl.java:142)
          [junit] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
          [junit] at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
          [junit] at com.sun.glass.ui.win.WinApplication$2$1.run(WinApplication.java:62)
          [junit] at java.lang.Thread.run(Thread.java:619)
          [junit]
          [junit]
          [junit] Test javafx.scene.web.CSSTest FAILED


      I also had one failure on my developer machine (Windows 7):

          [junit] Testsuite: javafx.scene.web.CSSTest
          [junit] Tests run: 24, Failures: 1, Errors: 0, Time elapsed: 0.807 sec
          [junit]
          [junit] Testcase: testMinWidthCSS(javafx.scene.web.CSSTest): FAILED
          [junit] expected:<3.0> but was:<0.0>
          [junit] junit.framework.AssertionFailedError: expected:<3.0> but was:<0.0>
          [junit] at javafx.scene.web.CSSTest.testMinWidth(CSSTest.java:75)
          [junit] at javafx.scene.web.CSSTest.access$200(CSSTest.java:14)
          [junit] at javafx.scene.web.CSSTest$7.run(CSSTest.java:92)
          [junit] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
          [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          [junit] at com.sun.javafx.application.PlatformImpl$3.run(PlatformImpl.java:142)
          [junit] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
          [junit] at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
          [junit] at com.sun.glass.ui.win.WinApplication$2$1.run(WinApplication.java:62)
          [junit] at java.lang.Thread.run(Thread.java:662)
          [junit]
          [junit]
          [junit] Test javafx.scene.web.CSSTest FAILED

            malenkov Sergey Malenkov (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: