On Tue, 5 Mar 2024 09:31:25 GMT, Tejesh R <[email protected]> wrote: >> Maxim Kartashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed for Windows also >> >> And made the test not dependent on swing. > > test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java line 100: > >> 98: >> 99: private static void pause() { >> 100: robot.delay(PAUSE_MS); > > Adding `robot.waitForIdle(); ` after delay would be better.
Agreed; done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17985#discussion_r1512569922
