-
Notifications
You must be signed in to change notification settings - Fork 729
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
[FFI/Test_JDK22] Add test suites intended for union #18388
[FFI/Test_JDK22] Add test suites intended for union #18388
Conversation
The changes (which are the same as the test suites for union at #18291) |
Reviewer: @tajila |
test/functional/Java22andUp/src/org/openj9/test/jep454/downcall/UnionStructTests.java
Outdated
Show resolved
Hide resolved
test/functional/Java22andUp/src/org/openj9/test/jep454/upcall/UpcallMethodHandles.java
Outdated
Show resolved
Hide resolved
The changes add all the same test suites intended for union in JDK21 to JDK22 with the updated APIs introduced in JDK22. Signed-off-by: ChengJin01 <[email protected]>
f58599b
to
c0f1b71
Compare
Jenkins test sanity alinux jdk21 |
Jenkins test sanity aix,alinux,plinux,xlinux,zlinux,win jdk21,jdknext |
which means the failing tests in the builds above are irrelevant to our test suites. |
[3]https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.functional_x86-64_windows_Personal_testList_0/18/tapTestReport/
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only changes tests and all those tests passed.
The changes add all the same test suites intended
for union in JDK21 to JDK22 with the updated APIs
introduced in JDK22.
Signed-off-by: ChengJin01 [email protected]