[PIT][TEST_BUG] fix to JDK-8161470 doesn't work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: client-libs
    • Environment:

      OS X

        Well, run javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java on OS X (I tried 10.10), and it still would fail for the same reason as reported in JDK-8161470.
        The one-liner fix for the issue still is
                 robot = new Robot();
        +robot.setAutoDelay(50);

        It is a reasonable human delay between press and release, why don't you like it? OS X seldom works without it.

              Assignee:
              Avik Niyogi (Inactive)
              Reporter:
              Yuri Nesterenko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: