<Swing Dev> RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable

Phil Race prr at openjdk.java.net
Wed Apr 21 05:13:04 UTC 2021


On Wed, 21 Apr 2021 03:55:50 GMT, Prasanta Sadhukhan <psadhukhan at 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


More information about the swing-dev mailing list