Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8164111

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u72, 9, 10
    • 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

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

              Created:
              Updated: