Skip to content

Commit 3b037e9

Browse files
authored
Exclude TestCipherMode for OpenJ9 jdk17, 21 (#5799) (#5804)
Issue eclipse-openj9/openj9#19962 Signed-off-by: Peter Shipton <[email protected]>
1 parent 009be71 commit 3b037e9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

openjdk/excludes/ProblemList_openjdk17-openj9.txt

+1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ java/security/Signature/SignatureLength.java https://github.com/eclipse-openj
302302

303303
# jdk_security2
304304

305+
javax/crypto/Cipher/TestCipherMode.java https://github.com/eclipse-openj9/openj9/issues/19962 aix-all
305306
javax/xml/crypto/dsig/SecureValidation.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
306307

307308
############################################################################

openjdk/excludes/ProblemList_openjdk21-openj9.txt

+6
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ java/security/Signature/SignatureLength.java https://github.com/eclipse-openj
372372

373373
############################################################################
374374

375+
# jdk_security2
376+
377+
javax/crypto/Cipher/TestCipherMode.java https://github.com/eclipse-openj9/openj9/issues/19962 aix-all
378+
379+
############################################################################
380+
375381
# jdk_security3
376382

377383
javax/net/ssl/ServerName/SSLEngineExplorerWithCli.java https://github.ibm.com/runtimes/backlog/issues/795 linux-all,aix-all

0 commit comments

Comments
 (0)