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