JDK-8300094 : SceneChangeEventsTest fails on macOS 13 Ventura
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: jfx20
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2023-01-12
  • Updated: 2024-06-12
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.
Other
jfx24Unresolved
Related Reports
Relates :  
Description
SceneChangeEventsTest > testSceneChange FAILED
    java.lang.AssertionError: MOUSE_EXITED should be received when scene is  changed.
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at test.robot.javafx.scene.SceneChangeEventsTest.testSceneChange(SceneChangeEventsTest.java:109)

This is likely a product bug, not a test bug.
Comments
NOTE: this test is now skipped on macOS (see JDK-8310024), so the "assumeTrue" will need to be removed as part of this fix.
14-06-2023