Re: RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable

2021-04-20 Thread Phil Race
On Wed, 21 Apr 2021 05:09:48 GMT, Prasanta Sadhukhan wrote: >> So on macOS 11 we enter this block since isMacOSX14 is false and the test >> passes ? > > No, it still fails in macosx11 without this modification. macos11, System > .getProperty returns 10.16 so it satisfies this macosx >=10.14

Re: RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable

2021-04-20 Thread Prasanta Sadhukhan
On Wed, 21 Apr 2021 05:07:38 GMT, Phil Race wrote: >> it also works in macos11 > > So on macOS 11 we enter this block since isMacOSX14 is false and the test > passes ? No, it still fails in macosx11 without this modification. macos11, System .getProperty returns 10.16 so it satisfies this

Re: RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable

2021-04-20 Thread Phil Race
On Wed, 21 Apr 2021 03:55:50 GMT, Prasanta Sadhukhan wrote: >> test/jdk/javax/swing/UIDefaults/6302464/bug6302464.java line 138: >> >>> 136: } >>> 137: if (!isMacOSX14) { >>> 138: HashSet colorsAAOff = >>> getAntialiasedColors(VALUE_TEXT_ANTIALIAS_OFF, 100); >> >>

Re: RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable

2021-04-20 Thread Prasanta Sadhukhan
On Tue, 20 Apr 2021 23:16:29 GMT, Phil Race wrote: >> This test was marked as unstable in CI run in samevm mode but later on was >> found passing in now-default othervm mode but was problemlisted only on >> macos by JDK-8254976. >> It is found that this test started failing in macos due to

Re: RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable

2021-04-20 Thread Phil Race
On Fri, 16 Apr 2021 06:53:21 GMT, Prasanta Sadhukhan wrote: > This test was marked as unstable in CI run in samevm mode but later on was > found passing in now-default othervm mode but was problemlisted only on macos > by JDK-8254976. > It is found that this test started failing in macos due