JDK-8164111 : [TEST BUG] Remove three mouse event checks from TextArea test
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 8u72,9,10
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-08-16
  • Updated: 2018-09-05
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
tbdUnresolved
Related Reports
Relates :  
Description
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


Comments
Retargeted to tbd_major as no replies/commitment to complete by Mar 16th deadline
16-02-2017