On Fri, 22 Mar 2024 09:04:28 GMT, Tejesh R <[email protected]> wrote: >> Clean up and opensource five tests. > > test/jdk/javax/swing/InputVerifier/bug4774166.java line 165: > >> 163: robot.hitKey(KeyEvent.VK_M); >> 164: robot.hitKey(KeyEvent.VK_N); >> 165: robot.hitKey(KeyEvent.VK_O); > > WaitForIdle might be used in between a set of key events.......
There is a delay happening inside the JRobot method and the idea is to generate events as they are coming from the system - without waiting for the event queue to catch up. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18443#discussion_r1536251004
