-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Update failing MBCS tests based on CLDR 42.0 #5148
Comments
For MBCS_Tests_unicode_linux
Now looking at UnicodeChecker.java to understand logic (and where the 164 versus 165 enum values are pulled from). Diff between 15.0.0/ucd/PropertyValueAliases.txt and 15.1.0/ucd/PropertyValueAliases.txt https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Character.UnicodeScript.html |
MBCS_Tests_datetime_formatter
|
MBCS_Tests_codepoint_linux
|
https://ci.adoptium.net/view/Test_grinder/job/Grinder/9178/ to run all 3 targets off of smlambert aqa-tests branch mbcsFixes |
https://ci.adoptium.net/view/Test_grinder/job/Grinder/9180 using 15.1.0 for JDK22+ |
Need to check other JDK versions (including JDK23) are behaving correctly off of the mbcsFixes branch. Also need to check windows and AIX as those platforms have slight variation in how they are triggered. |
Also seeing an additional formatter failure, MBCS_Tests_formatter_tw_windows, on Windows, noted in #5156 (comment) |
Also seeing 2 failures, MBCS_Tests_formatter_zh_TW_linux and MBCS_Tests_i18n_ko_KR_linux on s390x_linux, noted in #5156 (comment) |
Need updating for ppc64_aix (until then, exclude on aix): MBCS_Tests_formatter_Zh_TW_aix |
auto exclude test MBCS_Tests_formatter_Zh_TW_aix plat=ppc64_aix ver=22+ |
… ver=22+ - related: #5148 (comment) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
auto exclude test MBCS_Tests_formatter_Zh_TW ver=22+ |
The specified test cannot be excluded. Action run: https://github.com/adoptium/aqa-tests/actions/runs/10903425551 |
auto exclude test MBCS_Tests_formatter_Zh_TW_linux plat=.linux. ver=22+ |
The specified test cannot be excluded. Action run: https://github.com/adoptium/aqa-tests/actions/runs/10903678375 |
auto exclude test MBCS_Tests_formatter_Zh_TW_linux plat=.*linux.* ver=22+ |
The specified test cannot be excluded. Action run: https://github.com/adoptium/aqa-tests/actions/runs/10903688919 |
Test failures affecting JDK22+, as described in #5141 (comment), 3 test targets are failing (MBCS_Tests_unicode_linux, MBCS_Tests_codepoint_linux and MBCS_Tests_datetime_formatter).
The analysis in #5141 (comment) rightly indicates that the changes in CLDR 42.0 warrant an update to these tests.
(May involve updating the unicode test data used for testcases as well).
If this can not happen prior to this week's release, we should temporarily disable these tests in the v1.0.1-release branch.
The text was updated successfully, but these errors were encountered: