RFR: 8297316: [TestBug] LocalDateTimeStringConverterTest.testChronologyConsistency fails with JDK 20 [v2]
Kevin Rushforth
kcr at openjdk.org
Tue Apr 25 18:16:16 UTC 2023
On Tue, 25 Apr 2023 15:36:37 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> The expected result was changed due to an enhancement in JDK:
>> [JDK-8284840](https://bugs.openjdk.org/browse/JDK-8284840): Update CLDR to Version 42.0
>> Similar tests were corrected in JDK along with the enhancement: [check this for example](https://github.com/openjdk/jdk/blob/4900517479f12b59cd8f1c31ad94ad7487c522f7/test/jdk/java/time/test/java/time/format/TestUnicodeExtension.java#L130)
>>
>> We need to make similar change. But the expected result is different before JDK20 and with JDK20. The fix checks JDK major version to change expected result accordingly.
>
> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>
> address review comment
Marked as reviewed by kcr (Lead).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1114#pullrequestreview-1400464670
More information about the openjfx-dev
mailing list