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

ViewPainterLeakTest and TooltipFXTest fail on macOS 26 beta

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • jfx25
    • javafx
    • None
    • JavaFX 25-ea (latest as of the date of this bug report)
      JDK 23.0.2

      $ sw_vers
      ProductName: macOS
      ProductVersion: 26.0
      BuildVersion: 25A5279m

    • aarch64
    • os_x

      $ gradle -PTEST_ONLY=true -PFULL_TEST=true -PUSE_ROBOT=true :systemTests:test --tests ViewPainterLeakTest --tests TooltipFXTest

      ViewPainterLeakTest > testViewPainterLeak() FAILED
          java.lang.AssertionError: Content of WeakReference was not collected. content: javafx.scene.Scene@5a5338df
              at test.util.memory.JMemoryBuddy.assertCollectable(JMemoryBuddy.java:91)
              at test.com.sun.javafx.tk.quantum.ViewPainterLeakTest.testViewPainterLeak(ViewPainterLeakTest.java:106)

      TooltipFXTest > testTooltipLeak() FAILED
          java.lang.AssertionError: Content of WeakReference was not collected. content: WebView@58bd1e96[styleClass=root web-view]
              at test.util.memory.JMemoryBuddy.assertCollectable(JMemoryBuddy.java:91)
              at test.robot.javafx.web.TooltipFXTest.testTooltipLeak(TooltipFXTest.java:166)

      I don't know whether this is a test bug, a product bug, or an Apple bug.

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: