As mentioned in JDK-8163268, "there should be no expectation that all events are available in all places. Many UI controls consume events in their ordinary work, and as such these aren't then available for other use.".
So, three tests should be removed to avoid failures:
SceneGraphAutomated/test/scenegraph/events/TextAreaEventsTest/onMouseDraged
SceneGraphAutomated/test/scenegraph/events/TextAreaEventsTest/onMousePressed
SceneGraphAutomated/test/scenegraph/events/TextAreaEventsTest/onMouseReleased
Matching rules:
RULE "SceneGraphAutomated/test/scenegraph/events/TextAreaEventsTest/onMouseDraged" Exception org.jemmy.TimeoutExpiredException: State 'test.scenegraph.events.EventTestCommon$22...' has not been reached in ... milliseconds
RULE "SceneGraphAutomated/test/scenegraph/events/TextAreaEventsTest/onMousePressed" Exception org.jemmy.TimeoutExpiredException: State 'test.scenegraph.events.EventTestCommon$22...' has not been reached in ... milliseconds
RULE "SceneGraphAutomated/test/scenegraph/events/TextAreaEventsTest/onMouseReleased" Exception org.jemmy.TimeoutExpiredException: State 'test.scenegraph.events.EventTestCommon$22...' has not been reached in ... milliseconds