-
Notifications
You must be signed in to change notification settings - Fork 728
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
jit_tr_0 testNOPing expected:<?> but was:<B> #14469
Comments
@zl-wang : could you have someone triage this AIX failure please? |
@IBMJimmyk help this investigation please |
The failing line in the failing test looks to be here:
It seems like the problem is with checking the result. From the test output:
From the test source, the expected result is "B" and this actually matches the produced result. But, the "expected" result listed in the test is "?". |
The original failure didn't have any corefiles to work with so I tried to reproduce the problem. I did 200 runs via grinder and they all passed: job/Grinder/20966/tapResults/ job/Grinder/20988/tapResults/ So there's not much I can do with this unless the problem shows up again. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_ppc64_aix_Nightly_testList_1/241 - p8-java1-ibm05
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.functional_ppc64_aix_Nightly_testList_0/190 - p8-java1-ibm11
|
|
@zl-wang @IBMJimmyk the problem seems to be occurring quite frequently lately. Note the latest failure is on amac and not AIX like the original ones. |
|
@bhavanisn please take a look |
Internal build OMR acceptance - macaarch64rt5
|
Looks like the failure is not limited to ppc64_aix but could happen on other platforms too. I tried to reproduce with Grinder runs, but is not reproducible. The result calculated is I analyzed the scenario where this can happen:
As this failure is not reproducible, I would suggest if we can add some debug code in the test case so we can have more info to debug if it happens again. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.functional_ppc64_aix_Nightly_testList_1 - p8-java1-ibm06
jit_tr_0
-Xjit:noJitUntilMain -Xdump:java
@0xdaryl
The text was updated successfully, but these errors were encountered: