RFR: 8297296: java/awt/Mouse/EnterExitEvents/DragWindowTest.java fails with "No MouseReleased event on label!" [v2]

Damon Nguyen dnguyen at openjdk.org
Sat Dec 3 05:28:09 UTC 2022


On Fri, 2 Dec 2022 19:53:14 GMT, Alisen Chung <achung at 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



More information about the client-libs-dev mailing list