RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed

Tejesh R tr at openjdk.org
Wed May 8 05:21:52 UTC 2024


On Tue, 7 May 2024 18:03:23 GMT, Alisen Chung <achung at openjdk.org> wrote:

> Opening closed dnd test
> Test is green on all platforms

test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java line 169:

> 167: 
> 168:     public void dispose() {
> 169:         frame.dispose();

Suggestion:

        SwingUtilities.invokeAndWait(() -> {
            if (frame != null) {
                frame.dispose();
            }
        }

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19128#discussion_r1593396279


More information about the client-libs-dev mailing list