On Wed, 21 Apr 2021 03:55:50 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> test/jdk/javax/swing/UIDefaults/6302464/bug6302464.java line 138: >> >>> 136: } >>> 137: if (!isMacOSX14) { >>> 138: HashSet colorsAAOff = >>> getAntialiasedColors(VALUE_TEXT_ANTIALIAS_OFF, 100); >> >> what happens on macOS 11 ? > > it also works in macos11 So on macOS 11 we enter this block since isMacOSX14 is false and the test passes ? ------------- PR: https://git.openjdk.java.net/jdk/pull/3537