From 910031ea5b351b7950e87ce3f3c6f0aa088e967f Mon Sep 17 00:00:00 2001 From: Babneet Singh Date: Thu, 2 May 2024 16:40:24 -0400 Subject: [PATCH] Exclude TestHandshake in JDK17 and JDK21 The new async handshake approach to fix synchronization issues was introduced only in JDK22. See https://bugs.openjdk.org/browse/JDK-8310644 for more details on the async handshake approach. JDK17 and JDK21 still use the old implementation, which has synchronization issues. Thus, TestHandshake is being excluded in JDK17 and JDK21. Related: https://github.com/eclipse-openj9/openj9/issues/13211 Signed-off-by: Babneet Singh --- openjdk/excludes/ProblemList_openjdk17-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk21-openj9.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 88450cb262..bbf6de8ebf 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -455,6 +455,7 @@ java/foreign/TestCircularInit2.java https://github.com/adoptium/aqa-tests/issues java/foreign/TestCondy.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x java/foreign/TestDowncall.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x java/foreign/TestFunctionDescriptor.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x +java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/11027 generic-all java/foreign/TestIntrinsics.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x java/foreign/TestNative.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 51ff06478a..28b23678c0 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -500,6 +500,7 @@ 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/TestHFA.java https://github.com/eclipse-openj9/openj9/issues/17953 linux-ppc64le java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all