On Thu, 27 Jan 2022 09:26:47 GMT, Prasanta Sadhukhan <psadhuk...@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

Reply via email to