Skip to content

Commit

Permalink
[Jtreg/FFI] Disable TestAddressDereference in JDK22+
Browse files Browse the repository at this point in the history
The change disables the failing FFI test suite detected
in JDK22+ for the moment and will be re-enabled once the
issue is resolved.

Related: #eclipse-openj9/openj9/issues/18999

Signed-off-by: ChengJin01 <[email protected]>
  • Loading branch information
ChengJin01 committed Feb 22, 2024
1 parent 9481575 commit 2cc0787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ java/foreign/TestUpcallStack.java https://github.com/eclipse-openj9/openj9/issue
java/foreign/nested/TestNested.java https://github.com/eclipse-openj9/openj9/issues/18942 aix-all
java/foreign/TestVarArgs.java https://github.com/eclipse-openj9/openj9/issues/18943 aix-all
java/foreign/TestHFA.java https://github.com/eclipse-openj9/openj9/issues/18944 linux-ppc64le
java/foreign/TestAddressDereference https://github.com/eclipse-openj9/openj9/issues/18999 generic-all

############################################################################

Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk23-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ java/foreign/TestUpcallStack.java https://github.com/eclipse-openj9/openj9/issue
java/foreign/nested/TestNested.java https://github.com/eclipse-openj9/openj9/issues/18942 aix-all
java/foreign/TestVarArgs.java https://github.com/eclipse-openj9/openj9/issues/18943 aix-all
java/foreign/TestHFA.java https://github.com/eclipse-openj9/openj9/issues/18944 linux-ppc64le
java/foreign/TestAddressDereference https://github.com/eclipse-openj9/openj9/issues/18999 generic-all

############################################################################

Expand Down

0 comments on commit 2cc0787

Please sign in to comment.