RFR: 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only

Abhishek Kumar abhiscxk at openjdk.org
Fri Mar 22 10:47:23 UTC 2024


On Fri, 22 Mar 2024 09:55:46 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Test is now passing in mac..Several iterations of the test passed in CI system..link in JBS...deproblemlisted...

test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java line 1:

> 1: /*

Since these lines are unchanged, I couldn't add comments there.

So, few suggestions:
1. @author tag can be removed.
2. You may fix spacing issues as well like
    TextArea textArea = new TextArea(5,5);
    Checkbox radioButton = new Checkbox("Hello" ,true, checkboxGroup);
    and other placess too.
3. Column limit exceeding.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18449#discussion_r1535388838


More information about the client-libs-dev mailing list