RFR: 8341257: Open source few DND tests - Set1 [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Oct 8 02:59:57 UTC 2024


On Mon, 7 Oct 2024 17:59:11 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Following tests are added as part of this PR:
>> 
>> 1. /java/awt/dnd/NonAsciiFilenames/NonAsciiFilenames.java - MANUAL
>> 2. /java/awt/dnd/DnDRemoveFocusOwnerCrashTest/DnDRemoveFocusOwnerCrashTest.java - AUTO
>> 3. /java/awt/dnd/DnDToWordpadTest/DnDToWordpadTest.java - MANUAL
>> 4. /java/awt/dnd/DnDCursorCrashTest/DnDCursorCrashTest.java - AUTO (Problem listed on MacOS only.)
>> 5. /java/awt/dnd/DnDClipboardDeadlockTest/DnDClipboardDeadlockTest.java - AUTO (Problem listed on Linux only.)
>
> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update library path. Fix instructions. Change to exceptions

test/jdk/java/awt/dnd/DnDClipboardDeadlockTest/DnDClipboardDeadlockTest.java line 336:

> 334: 
> 335:     public void dragDropEnd(DragSourceDropEvent dsde) {
> 336:         System.exit(DnDClipboardDeadlockTest.CODE_OK);

this System.exit got missed...

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21394#discussion_r1791110286


More information about the client-libs-dev mailing list