-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FFI/Test_JDK22] Add test suites intended for union
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]>
- Loading branch information
ChengJin01
committed
Nov 2, 2023
1 parent
59eb37d
commit c0f1b71
Showing
9 changed files
with
9,329 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
943 changes: 943 additions & 0 deletions
943
test/functional/Java22andUp/src/org/openj9/test/jep454/downcall/UnionStructTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
2,512 changes: 2,512 additions & 0 deletions
2,512
test/functional/Java22andUp/src/org/openj9/test/jep454/downcall/UnionTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,030 changes: 1,030 additions & 0 deletions
1,030
...unctional/Java22andUp/src/org/openj9/test/jep454/upcall/UpcallMHWithUnionStructTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
2,728 changes: 2,728 additions & 0 deletions
2,728
test/functional/Java22andUp/src/org/openj9/test/jep454/upcall/UpcallMHWithUnionTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
2,122 changes: 2,108 additions & 14 deletions
2,122
test/functional/Java22andUp/src/org/openj9/test/jep454/upcall/UpcallMethodHandles.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters