RFR: 8341257: Open source few DND tests - Set1 [v2]
Damon Nguyen
dnguyen at openjdk.org
Tue Oct 8 17:05:03 UTC 2024
On Tue, 8 Oct 2024 02:57:08 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> 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...
This one is required to complete the test when finished and pass the test by sending the `CODE_OK` value. Is there an alternative?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21394#discussion_r1792225830
More information about the client-libs-dev
mailing list