RFR: 8298823: [macos] java/awt/Mouse/EnterExitEvents/DragWindowTest.java continues to fail with "No MouseReleased event on label!" [v2]
Damon Nguyen
dnguyen at openjdk.org
Thu Sep 25 18:53:23 UTC 2025
On Thu, 25 Sep 2025 14:41:15 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comment updates
>
> test/jdk/java/awt/Mouse/EnterExitEvents/DragWindowTest.java line 66:
>
>> 64: robot.setAutoDelay(100);
>> 65:
>> 66: SwingUtilities.invokeAndWait((Runnable) () -> createAndShowGUI());
>
> Suggestion:
>
> SwingUtilities.invokeAndWait(DragWindowTest::createAndShowGUI);
Thanks! Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27478#discussion_r2380040369
More information about the client-libs-dev
mailing list