On Tue, 8 Oct 2024 02:57:08 GMT, Prasanta Sadhukhan <[email protected]>
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