Yes, we have seen failures in the same set of tests you mention, although on our nightly test systems, it's intermittent.

https://bugs.openjdk.org/browse/JDK-8359154

-- Kevin


On 8/7/2025 8:40 AM, Martin Fox wrote:
When I do a complete run of the robot tests there’s a small set that 
consistently fail. The same tests pass if I run them individually. I haven’t 
dug into this yet but it looks like mouse events are getting lost 
(DualWindowTest) and key events are getting garbled (KeyEventClosesStageTest). 
But only on this small handful of tests and only when doing a full run. Has 
anyone else seen this?

macOS 15.5. The command I use:

        caffeinate -dim bash ./gradlew --no-daemon -PFULL_TEST=true 
-PUSE_ROBOT=true :systemTests:test

The tests that fail:

        TreeTableViewChangeRootTest. testChangeRoot()
        DualWindowTest. testTwoStages()
        FocusParentWindowOnChildCloseTest. focusRightParentOnChildWindowClose()
        KeyEventClosesStageTest. pressedEventClosesStage()
        KeyEventClosesStageTest. typedEventNeverArrives()



Reply via email to