-
Bug
-
Resolution: Fixed
-
P4
-
9
-
Generic but especially OS X
-
b143
This test java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java often fails, especially on OS X, because of lack of minimal delay between elementary robot operations. For instance with jdk9 b127 it fails always for me on two OS X hosts but does pass with addition of a single line robot.setAutoDelay(50).