From c1c26f9ac2ca7e836ba109f8679b0a4beb39a7c3 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Mon, 5 Feb 2024 22:46:21 -0500 Subject: [PATCH] Exclude Cipher/AEAD/OverlapByteBuffer for OpenJ9 (#5038) Issue https://github.com/eclipse-openj9/openj9/issues/18703 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk22-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk23-openj9.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk22-openj9.txt b/openjdk/excludes/ProblemList_openjdk22-openj9.txt index 8c5c6a8528..e7799921b3 100644 --- a/openjdk/excludes/ProblemList_openjdk22-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk22-openj9.txt @@ -505,6 +505,7 @@ java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues # com_sun_crypto com/sun/crypto/provider/Cipher/AEAD/AEADBufferTest.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all +com/sun/crypto/provider/Cipher/AEAD/OverlapByteBuffer.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk23-openj9.txt b/openjdk/excludes/ProblemList_openjdk23-openj9.txt index 8c5c6a8528..e7799921b3 100644 --- a/openjdk/excludes/ProblemList_openjdk23-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk23-openj9.txt @@ -505,6 +505,7 @@ java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues # com_sun_crypto com/sun/crypto/provider/Cipher/AEAD/AEADBufferTest.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all +com/sun/crypto/provider/Cipher/AEAD/OverlapByteBuffer.java https://github.com/eclipse-openj9/openj9/issues/18703 generic-all ############################################################################