On Thu, 15 Jul 2021 11:27:39 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Reducing the height of the analyzed area to get rid of the rounded edges > at the botom of the frame. Apparently shadow outside of it being > rendered by Mac OS X Big Sur inconsistently which gives random test > failures on M1 macs with Big Sur. test/jdk/javax/swing/JComponent/7154030/bug7154030.java line 110: > 108: locy = bounds.y + insets.top; > 109: frw = bounds.width - insets.left - insets.right; > 110: frh = bounds.height - insets.top - insets.bottom - 25; Will making frame undecorated help instead of this? Can you also please give a CI job running this test on all platforms for several iterations? Since this test has undergone multiple iterations, can you please confirm that this test still fails without 7154030 fix? ------------- PR: https://git.openjdk.java.net/jdk/pull/4792