On Fri, 2 Dec 2022 19:53:14 GMT, Alisen Chung <ach...@openjdk.org> wrote:
>> Test was run on mac, windows, linux 50 times and passed after change >> Before fix, test fails about once every 50 runs on linux and windows >> platforms > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > fixed imports, changed robot autodelay and added delay after creating gui test/jdk/java/awt/Mouse/EnterExitEvents/DragWindowTest.java line 81: > 79: > 80: robot.delay(250); > 81: robot.waitForIdle(); Not positive if it matters, but from what I've seen the delay usually comes after waitForIdle. But I also ran the test and it seems to be OK. ------------- PR: https://git.openjdk.org/jdk/pull/11425