-
Notifications
You must be signed in to change notification settings - Fork 723
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 MathLoadTest ComparisonFailure such as expected:<1[.8E+3]> but was:<1[800]> #16254
Comments
Tried MathLoadTest_bigdecimal_5m_1 on xlinux as well, where it also fails.
Also tried Hotspot xlinux, which failed
Tried Hotspot with -Xint
|
I assume the failures are related to the following change in jdk20. I don't know why the failures seem to happen randomly in different places. @Mesbah-Alam the test needs to be fixed. Restore Behavior of java.math.BigDecimal.movePointLeft() and movePointRight() on a Zero Argument (JDK-8289260) |
Looking at the places which fail, they contains a check for |
@llxia fyi |
@Mesbah-Alam could you look into this? Thanks |
These test cases are auto-generated, and it appears some of them (and there are multiple ones based on discussions above) are invalid for JDK20. The validator values will have to either be manually updated or tests regenerated. I will exclude the MathLoadTest on JDK20 temporarily while we fix this. |
PR for exclude: adoptium/aqa-tests#4144. |
This seems a dup of adoptium/openj9-systemtest#148 which was resolved via adoptium/aqa-systemtest#482 |
https://openj9-jenkins.osuosl.org/job/Grinder_testList_1/77 sanity.system running on amac
MathLoadTest_bigdecimal_CS_5m_0
https://openj9-jenkins.osuosl.org/job/Grinder_testList_0/175
MathLoadTest_bigdecimal_5m_1
The text was updated successfully, but these errors were encountered: