RFR: 8341257: Open source few DND tests - Set1 [v6]
Phil Race
prr at openjdk.org
Thu Oct 10 18:04:14 UTC 2024
On Wed, 9 Oct 2024 19:14:30 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:
>
> Add dispose
test/jdk/java/awt/dnd/DnDClipboardDeadlockTest.java line 345:
> 343:
> 344: public void dragDropEnd(DragSourceDropEvent dsde) {
> 345: System.exit(DnDClipboardDeadlockTest.CODE_OK);
SFAICT you haven't done anything to ensure this is ONLY the child process calling System.exit()
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21394#discussion_r1795881659
More information about the client-libs-dev
mailing list