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

Harshitha Onkar duke at openjdk.java.net
Mon Jan 31 06:30:12 UTC 2022


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

>> 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?

@prsadhuk I have changed the test case to explicitly set the table and header background to white. Mach5 tests are passing on all platforms including linux now. Can you please let me know in case you are seeing any issues on Ubuntu locally, with the new test case? In order to mark the test as mac only should we specify it this way - `@requires (os.family=="mac") ` in jtreg tag section?

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

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



More information about the client-libs-dev mailing list