-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
jdk20 MiniMix bigdecimal #148
Comments
@llxia @Mesbah-Alam pls take a look. |
Hi @pshipton ,
Is this failure on JDK20 aarch64 Linux indicating a real issue? Similar failure is not seen on JDK20 AIX : https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_extended.system_ppc64_aix_Nightly/1/tapResults/. |
If you look at the build https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK20/5/ you can see that different platforms are failing different tests. Can you pls try the tests on Adoptium and see if they similarly fail. OpenJ9 didn't change any related behavior for jdk20 afaik. |
I tried some grinders on the latest and the failures are still occurring with OpenJ9. |
Running on an Adoptium jdk20 build also fails.
|
From the readme: "The Math suite contains simple tests which are designed to exercise the Math apis". Are these math APIs supposed to generate different results on different platforms? Looking at a failed test method on AIX in https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_extended.system_ppc64_aix_Nightly/1/tapResults/ :
The same test passes on Aarch64 Linux in Adoptiom JDK20 :
Similarly, it passes on Aarch64 Linux on OpenJ9 : https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_extended.system_aarch64_linux_Nightly/1/tapResults/. |
Even on the same platform, different tests fail between OpenJ9 and Adoptium, and different tests fail from run to run. There is something else going on. Perhaps a random sub-set of tests is being run instead of a consistent set. I looked at all of the particular failures below, and they all have checks for OpenJ9: |
related: adoptium/aqa-systemtest#482 |
Yes, confirming that that is indeed the case. Also, following adoptium/aqa-systemtest#482, updated the test to check for |
The Can this issue be closed? |
The following tests failed on OpenJ9 jdk20. Seems to me we had a similar issue in jdk19 and the tests were removed.
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_extended.system_aarch64_mac_Nightly/1/tapResults/
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_extended.system_aarch64_linux_Nightly/1/tapResults/
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_extended.system_ppc64_aix_Nightly/1/tapResults/
There are more in the extended.system testing for other platforms.
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK20/5/
The text was updated successfully, but these errors were encountered: