From d716fa78c42637b9df5f1b9a26d75c08d7a52241 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 13 Feb 2024 11:12:19 -0500 Subject: [PATCH] [Jtreg/FFI] Disable the failing test suites in JDK22+ Add tests missed in https://github.com/adoptium/aqa-tests/pull/5056 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk22-openj9.txt | 3 +++ openjdk/excludes/ProblemList_openjdk23-openj9.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk22-openj9.txt b/openjdk/excludes/ProblemList_openjdk22-openj9.txt index 2473c7eea0..2cf519a5ea 100644 --- a/openjdk/excludes/ProblemList_openjdk22-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk22-openj9.txt @@ -505,8 +505,11 @@ java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues 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 java/foreign/TestUpcallAsync.java https://github.com/eclipse-openj9/openj9/issues/18941 aix-all java/foreign/TestUpcallScope.java https://github.com/eclipse-openj9/openj9/issues/18942 aix-all +java/foreign/TestUpcallStack.java https://github.com/eclipse-openj9/openj9/issues/18942 aix-all +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 diff --git a/openjdk/excludes/ProblemList_openjdk23-openj9.txt b/openjdk/excludes/ProblemList_openjdk23-openj9.txt index 2473c7eea0..2cf519a5ea 100644 --- a/openjdk/excludes/ProblemList_openjdk23-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk23-openj9.txt @@ -505,8 +505,11 @@ java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues 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 java/foreign/TestUpcallAsync.java https://github.com/eclipse-openj9/openj9/issues/18941 aix-all java/foreign/TestUpcallScope.java https://github.com/eclipse-openj9/openj9/issues/18942 aix-all +java/foreign/TestUpcallStack.java https://github.com/eclipse-openj9/openj9/issues/18942 aix-all +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