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

[macos] The NestedModelessDialogTest test make the macOS unstable

    XMLWordPrintable

Details

    • b21
    • generic
    • os_x
    • Not verified

    Backports

      Description

        This test use robot like this:
                robot.keyPress(KeyEvent.VK_SHIFT);
                robot.keyPress(KeyEvent.VK_H);
                robot.waitForIdle();
                robot.keyRelease(KeyEvent.VK_H);
                robot.keyRelease(KeyEvent.VK_SHIFT);

        Which sometimes causes the shift button to be in the pressed state after the test is completed, even if the test itself is passed. This break some tests which are executed later.

        Attachments

          Issue Links

            Activity

              People

                serb Sergey Bylokhov
                serb Sergey Bylokhov
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: