RFR: 8278348: [macos12] javax/swing/JTree/4908142/bug4908142.java fails in macos12

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Mon Jan 3 15:52:14 UTC 2022


On Wed, 15 Dec 2021 23:06:23 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Does it mean that 3.144 after the first press is a delay caused by some code in the robot?

It seems to be osx12.0.1 system quirk..osx12.1 does not same issue...
Logs in Robot.java#keyPress() shows
1st "a" keypress, keyCode 65 System.timemillis1641224225838
2nd "a" keypress, keyCode 65 System.timemillis 1641224229077 diff of 3239....
not sure if any robot code gets executed between these 2 keypress (done in testcase)

-------------

PR: https://git.openjdk.java.net/jdk/pull/6826



More information about the client-libs-dev mailing list