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

[TEST_BUG][macosx] set autodelay in java/awt/List/ItemEventTest/ItemEventTest.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • client-libs
    • b174
    • os_x

        This test fails for me on OS X consistently reporting rather scary sequence of selections:
        Expected : 01230123 Actual : 001122303011223

        However there's no real duplication. Adding a line
          robot.setAutoDelay(50);
        just after the robot creation makes the test pass as expected. Unfortunately it looks necessary on Mac to properly emulate human behavior with mice.

        RULE "java/awt/List/ItemEventTest/ItemEventTest.java" Exception java.lang.RuntimeException: ItemEvent for selection & deselection of multi select List's item is not correct Expected : ... Actual : ...

              mhalder Manajit Halder (Inactive)
              yan Yuri Nesterenko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: