Anyone else seeing robot test failures on macOS?

Martin Fox martinfox656 at gmail.com
Thu Aug 7 15:40:35 UTC 2025


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()




More information about the openjfx-dev mailing list