Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b174
-
OS:os_x
Backports
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 |
Description
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 : ...
Attachments
Issue Links
- 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
-