eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 722 forks source link

MBCS_Tests_CLDR_11 failures #17464

Open JasonFengJ9 opened 1 year ago

JasonFengJ9 commented 1 year ago

Failure link

From an internal build(ubu22x86-svl-rt4-1):

java version "11.0.20" 2023-07-18
IBM Semeru Runtime Certified Edition 11.0.20+2 (build 11.0.20+2)
Eclipse OpenJ9 VM 11.0.20+2 (build master-1b94cba4c, JRE 11 Linux amd64-64-Bit Compressed References 20230527_632 (JIT enabled, AOT enabled)
OpenJ9   - 1b94cba4c
OMR      - 779c51b95
JCL      - b111539de8 based on jdk-11.0.20+2)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2023-05-27T02:00:39.133Z] variation: NoOptions
[2023-05-27T02:00:39.133Z] JVM_OPTIONS:  

[2023-05-27T02:00:51.747Z] not ok 32 - diff TimeZoneTestB-ko-KR-DEFAULT.log expected_TimeZoneTestB-ko-KR-DEFAULT.log
[2023-05-27T02:00:51.747Z] #   Failed test 'diff TimeZoneTestB-ko-KR-DEFAULT.log expected_TimeZoneTestB-ko-KR-DEFAULT.log'
[2023-05-27T02:00:51.747Z] #   at /home/jenkins/workspace/Test_openjdk11_j9_special.functional_x86-64_linux/aqa-tests/TKG/../../jvmtest/functional/MBCS_Tests/CLDR_11/tap_compare.pl line 102.
[2023-05-27T02:00:51.747Z] not ok 33 - diff TimeZoneTestB-ko-KR-CLDR.log expected_TimeZoneTestB-ko-KR-CLDR.log
[2023-05-27T02:00:51.747Z] #   Failed test 'diff TimeZoneTestB-ko-KR-CLDR.log expected_TimeZoneTestB-ko-KR-CLDR.log'
[2023-05-27T02:00:51.747Z] #   at /home/jenkins/workspace/Test_openjdk11_j9_special.functional_x86-64_linux/aqa-tests/TKG/../../jvmtest/functional/MBCS_Tests/CLDR_11/tap_compare.pl line 102.
[2023-05-27T02:00:51.747Z] not ok 34 - diff TimeZoneTestB-ko-KR-JRE.log expected_TimeZoneTestB-ko-KR-JRE.log
[2023-05-27T02:00:51.747Z] #   Failed test 'diff TimeZoneTestB-ko-KR-JRE.log expected_TimeZoneTestB-ko-KR-JRE.log'
[2023-05-27T02:00:51.747Z] #   at /home/jenkins/workspace/Test_openjdk11_j9_special.functional_x86-64_linux/aqa-tests/TKG/../../jvmtest/functional/MBCS_Tests/CLDR_11/tap_compare.pl line 102.
[2023-05-27T02:00:51.747Z] ok 35 - diff TimeZoneTestB-ko-KR-SPI.log expected_TimeZoneTestB-ko-KR-SPI.log
[2023-05-27T02:00:51.747Z] # Looks like you failed 3 tests of 35.
[2023-05-27T02:00:51.747Z] -----------------------------------
[2023-05-27T02:00:51.747Z] MBCS_Tests_CLDR_11_ko_KR_linux_0_FAILED

MBCS_Tests_CLDR_11_ja_JP_linux_0 MBCS_Tests_CLDR_11_zh_TW_linux_0 MBCS_Tests_CLDR_11_zh_CN_linux_0

50x internal grinder - all failed

This seems similar with an earlier closed issue

pshipton commented 1 year ago

All failed in the grinder. @smlambert is this a known problem at Adoptium?

smlambert commented 1 year ago

I do not see this issue against Temurin builds.

We do have some failures MBCS_Tests_unicode_linux and MBCS_Tests_codepoint_linux on jdk11 linux x86, which I assume is what this issue is raised against?

TRSS link

JasonFengJ9 commented 1 year ago

hotspot 50x grinder passed

20:43:14  openjdk version "11.0.19" 2023-04-18
20:43:14  OpenJDK Runtime Environment Temurin-11.0.19+7 (build 11.0.19+7)
20:43:14  OpenJDK 64-Bit Server VM Temurin-11.0.19+7 (build 11.0.19+7, mixed mode)
smlambert commented 1 year ago

https://github.com/adoptium/aqa-tests/issues/4595