-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b174
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8182351 | 10 | Manajit Halder | P4 | Resolved | Fixed | b13 |
JDK-8182004 | 9.0.4 | Manajit Halder | P4 | Resolved | Fixed | b01 |
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 : ...
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 : ...
- backported by
-
JDK-8182004 [TEST_BUG][macosx] set autodelay in java/awt/List/ItemEventTest/ItemEventTest.java
-
- Resolved
-
-
JDK-8182351 [TEST_BUG][macosx] set autodelay in java/awt/List/ItemEventTest/ItemEventTest.java
-
- Resolved
-