RFR: 8307299: Move more DnD tests to open [v3]

Andrey Turbanov aturbanov at openjdk.org
Thu May 4 20:28:20 UTC 2023


On Tue, 2 May 2023 21:07:21 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Added DnD tests
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   moved some function calls on EDT

test/jdk/java/awt/dnd/DroppingVMHangTest.java line 98:

> 96:             } finally {
> 97:                 EventQueue.invokeAndWait(() -> {
> 98:                     if(test.frame != null) {

Suggestion:

                    if (test.frame != null) {

test/jdk/java/awt/dnd/InterJVMLinkTest.java line 85:

> 83:             } finally {
> 84:                 EventQueue.invokeAndWait(() -> {
> 85:                     if(test.frame != null) {

Suggestion:

                    if (test.frame != null) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1185479410
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1185479614



More information about the client-libs-dev mailing list