[TEST BUG] Remove three mouse event checks from TextArea test

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8u72, 9, 10
    • Component/s: javafx

      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

            Assignee:
            Unassigned
            Reporter:
            Andrey Rusakov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: