RFR: JDK-8016524: [macosx] Bottom line is not visible for JTableHeader

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Thu Jan 27 09:40:35 UTC 2022


On Thu, 27 Jan 2022 09:25:04 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> A new test case was added to test the fix as there was no corresponding test case present for this issue previously.
>
> test/jdk/javax/swing/JTableHeader/8016524/Bug8016524.java line 114:
> 
>> 112:             throw new RuntimeException(e);
>> 113:         }
>> 114:         frame.dispose();
> 
> frame should be disposed irrespective of whether it fails or pass.
> Also, it should be under EDT too.

The test is not marked for mac only and I see it fails in my ubuntu locally.
Did you try running the test in CI system?

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

PR: https://git.openjdk.java.net/jdk/pull/7219



More information about the client-libs-dev mailing list