RFR: 8307299: Move more DnD tests to open
Sergey Bylokhov
serb at openjdk.org
Tue May 2 19:46:19 UTC 2023
On Tue, 2 May 2023 18:12:38 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Added DnD tests
test/jdk/java/awt/dnd/IntraJVMGetDropSuccessTest.java line 275:
> 273: }
> 274:
> 275: Component c = clickedComponent;
this field is used on EDT and the main thread, some synchronisation is needed.
test/jdk/java/awt/dnd/LinkAcceptanceTest.java line 94:
> 92: } finally {
> 93: EventQueue.invokeAndWait(() -> {
> 94: if(test.frame != null) {
missed space after "if"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1182979464
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1182980550
More information about the client-libs-dev
mailing list