Skip to content

Commit

Permalink
[Jtreg/FFI] Enable the heap related test suites in JDK22+ (#5093)
Browse files Browse the repository at this point in the history
The changes enable the heap related test suites in JDK22+
given the problems with the tests are resolved via:
[1] eclipse-openj9/openj9#18930
[2] eclipse-openj9/openj9#19002

Signed-off-by: ChengJin01 <[email protected]>
  • Loading branch information
Cheng Jin authored Feb 23, 2024
1 parent 3492fbe commit a953645
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/open
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all

java/foreign/critical/TestCritical.java https://github.com/eclipse-openj9/openj9/issues/18939 generic-all
java/foreign/TestStubAllocFailure.java https://github.com/eclipse-openj9/openj9/issues/18938 generic-all
java/foreign/TestDowncallScope.java https://github.com/eclipse-openj9/openj9/issues/18940 aix-all
java/foreign/TestDowncallStack.java https://github.com/eclipse-openj9/openj9/issues/18940 aix-all
Expand All @@ -509,7 +508,6 @@ 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.java https://github.com/eclipse-openj9/openj9/issues/18999 generic-all

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

Expand Down
2 changes: 0 additions & 2 deletions openjdk/excludes/ProblemList_openjdk23-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/open
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all

java/foreign/critical/TestCritical.java https://github.com/eclipse-openj9/openj9/issues/18939 generic-all
java/foreign/TestStubAllocFailure.java https://github.com/eclipse-openj9/openj9/issues/18938 generic-all
java/foreign/TestDowncallScope.java https://github.com/eclipse-openj9/openj9/issues/18940 aix-all
java/foreign/TestDowncallStack.java https://github.com/eclipse-openj9/openj9/issues/18940 aix-all
Expand All @@ -509,7 +508,6 @@ 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.java https://github.com/eclipse-openj9/openj9/issues/18999 generic-all

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

Expand Down

0 comments on commit a953645

Please sign in to comment.