-
Notifications
You must be signed in to change notification settings - Fork 720
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
Split ValueTypeTests for lw5 and enable basic value type tests #18317
Conversation
ddc5d7b
to
3c1e610
Compare
test/functional/Valhalla/src_lw5/org/openj9/test/lworld/ValueTypeTests.java
Outdated
Show resolved
Hide resolved
Refactored tests will be gradually added to lw5 ValueTypeTests. This commit adds: - testCreatePoint2D - testCreatePoint2DComplex - testCreateLine2D - testCreateFlattenedLine2D - testCreateTriangle2D Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
7e5a3d8
to
b2361e7
Compare
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
b2361e7
to
b4dc372
Compare
Jenkins test sanity,extended winval jdknext |
Jenkins test sanity,extended zlinuxval jdknext |
The failure in the PR builds looks related to API changes in the class library the JDKnext. #18296 added the support in JDK22, but Valhalla is still failing. @JasonFengJ9 |
JDK head stream merging conflict PRs were just merged today which the Valhalla repo depends on.
Will resolve Valhalla merging conflicts to consume the latest upstream and JDK head stream. |
Jenkins test sanity,extended winval jdknext |
Jenkins test sanity,extended zlinuxval jdknext |
Please go to the third commit to see which tests have been refactored.
Related to #18157