Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdk18 [x86-32_windows] : test.java.time.format.TestUnicodeExtension.test_withLocale failed on some locale #3494

Closed
sophia-guo opened this issue Mar 23, 2022 · 1 comment

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Mar 23, 2022

https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_x86-32_windows_testList_2/27/consoleFull

test.java.time.format.TestUnicodeExtension.test_withLocale failed on some locale with java.time.format.DateTimeParseException

19:50:44  test test.java.time.format.TestUnicodeExtension.test_withLocale(ja_JP, null, null, null, null, "2017?8?10???? 15?15?00? ??????????"): failure
19:50:44  java.time.format.DateTimeParseException: Text '2017?8?10???? 15?15?00? ??????????' could not be parsed at index 24
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2056)
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1958)
19:50:44  	at test.java.time.format.TestUnicodeExtension.test_withLocale(TestUnicodeExtension.java:862)
...
19:50:44  test test.java.time.format.TestUnicodeExtension.test_withLocale(fa, null, null, null, null, "??????? 10 ??? 2017? ???? 15:15:00 (??? ???????? ??? ??????)"): failure
19:50:44  java.time.format.DateTimeParseException: Text '??????? 10 ??? 2017? ???? 15:15:00 (??? ???????? ??? ??????)' could not be parsed at index 36
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2056)
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1958)
...
19:50:44  test test.java.time.format.TestUnicodeExtension.test_withLocale(dz, null, null, null, null, "??????????, ????????2017 ??????????? ????10 ??????? 3 ?????? 15:00 ?????? ???????????????????????????????????????"): failure
19:50:44  java.time.format.DateTimeParseException: Text '??????????, ????????2017 ??????????? ????10 ??????? 3 ?????? 15:...' could not be parsed at index 74
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2056)
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1958)
...
19:50:44  test test.java.time.format.TestUnicodeExtension.test_withLocale(fa__#u-nu-latn, null, null, null, null, "??????? 10 ??? 2017? ???? 15:15:00 (??? ???????? ??? ??????)"): failure
19:50:44  java.time.format.DateTimeParseException: Text '??????? 10 ??? 2017? ???? 15:15:00 (??? ???????? ??? ??????)' could not be parsed at index 36
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2056)
19:50:44  	at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1958)
19:50:44  	at test.java.time.format.TestUnicodeExtension.test_withLocale(TestUnicodeExtension.java:862)

@sophia-guo
Copy link
Contributor Author

sophia-guo commented Mar 25, 2022

same exception with different test on Mac #3498. Dup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant