From ab4bab293b4a0e37d876478ed2081183800c2e59 Mon Sep 17 00:00:00 2001 From: Babneet Singh Date: Thu, 2 May 2024 17:04:02 -0400 Subject: [PATCH] Unexclude TestHandshake in JDK22+ TestHandshake has been fixed by - https://github.com/eclipse-openj9/openj9/pull/19167 - https://github.com/eclipse-openj9/openj9/pull/19412 Related: https://github.com/eclipse-openj9/openj9/issues/13211 Signed-off-by: Babneet Singh --- openjdk/excludes/ProblemList_openjdk22-openj9.txt | 1 - openjdk/excludes/ProblemList_openjdk23-openj9.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk22-openj9.txt b/openjdk/excludes/ProblemList_openjdk22-openj9.txt index 1f56eab40f..0d30004bce 100644 --- a/openjdk/excludes/ProblemList_openjdk22-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk22-openj9.txt @@ -502,7 +502,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/ java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all -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/TestStubAllocFailure.java https://github.com/eclipse-openj9/openj9/issues/18938 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk23-openj9.txt b/openjdk/excludes/ProblemList_openjdk23-openj9.txt index 881e7d043a..f011335de3 100644 --- a/openjdk/excludes/ProblemList_openjdk23-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk23-openj9.txt @@ -500,7 +500,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/ java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all -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/TestStubAllocFailure.java https://github.com/eclipse-openj9/openj9/issues/18938 generic-all