see more details in  https://github.com/apache/commons-lang/pull/558

Xeno Amess <xenoam...@gmail.com> 于2020年6月20日周六 上午12:51写道:

> Hi.
> I updated my local java 15 to newest version and reproduced the error.
> This error is caused by a new added locale called "ff_LR_#Adlm".
> Unfortunately I found no documents about it, and I have no idea about why
> it happened, as I am not a "ff_LR_#Adlm" user.
> (I doubt if there really exist any "ff_LR_#Adlm" user actually)
> And I have a feeling that this is not a bug by commons-lang, but a bug by
> jdk15.
> So what I can do is just refine output for tests, for showing what locale
> caused what error.
>
> Xeno Amess <xenoam...@gmail.com> 于2020年6月19日周五 下午11:57写道:
>
>> OK. I'll try to figure out what happens.
>>
>> Gary Gregory <garydgreg...@gmail.com> 于 2020年6月19日周五 下午10:30写道:
>>
>>> Feel free to dig in.
>>>
>>> Gary
>>>
>>> On Thu, Jun 18, 2020 at 5:02 PM Xeno Amess <xenoam...@gmail.com> wrote:
>>>
>>> > BTW, due to log in travis-ci openjdk14, the result of tests is :
>>> > [WARNING] Tests
>>> > run: 6130, Failures: 0, Errors: 0, Skipped: 4
>>> > And my local test on jdk15 (on windows) also shows [WARNING] Tests run:
>>> > 6130, Failures: 0, Errors: 0, Skipped: 4
>>> > But the openjdk-ea on travis-ci shows[ERROR] Tests run: 6205,
>>> Failures: 0,
>>> > Errors: 16, Skipped: 4
>>> > Seems there be 75 additional tests running on travis-ci's openjdkea?
>>> > IMO witch might be the reason it fails.
>>> > Any ideas?
>>> >
>>> >
>>> >
>>> > Xeno Amess <xenoam...@gmail.com> 于2020年6月19日周五 上午4:41写道:
>>> >
>>> > > [ERROR] Errors:
>>> > > 3585[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_AD:303->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3586[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_BC:308->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3587[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Long_AD:283->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3588[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Long_BC:288->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3589[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_ShortNoEra_AD:313->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3590[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_ShortNoEra_BC:318->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3591[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Short_AD:293->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3592[ERROR]
>>> >
>>> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Short_BC:298->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369
>>> > » Parse
>>> > > 3593[ERROR]
>>> >
>>> FastDateParserTest.testLocales_LongNoEra_AD:303->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3594[ERROR]
>>> >
>>> FastDateParserTest.testLocales_LongNoEra_BC:308->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3595[ERROR]
>>> >
>>> FastDateParserTest.testLocales_Long_AD:283->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3596[ERROR]
>>> >
>>> FastDateParserTest.testLocales_Long_BC:288->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3597[ERROR]
>>> >
>>> FastDateParserTest.testLocales_ShortNoEra_AD:313->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3598[ERROR]
>>> >
>>> FastDateParserTest.testLocales_ShortNoEra_BC:318->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3599[ERROR]
>>> >
>>> FastDateParserTest.testLocales_Short_AD:293->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3600[ERROR]
>>> >
>>> FastDateParserTest.testLocales_Short_BC:298->testLocales:339->checkParse:364->checkParse:369
>>> > » Parse
>>> > > 3601[INFO]
>>> > > 3602[ERROR] Tests run: 6205, Failures: 0, Errors: 16, Skipped: 4
>>> > >
>>> > >
>>> >
>>>
>>

Reply via email to