From 62b96f08bad74839f04953fc8c6d1bfdaa911493 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Mon, 5 Feb 2024 17:29:29 -0500 Subject: [PATCH] Exclude Cipher/AEAD/OverlapByteBuffer for OpenJ9 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 ############################################################################