From 068eb4dff12f9f8a85095ecfbd568c2b28691b39 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Tue, 12 Jan 2021 07:48:11 +0000 Subject: [PATCH] Exclude TestAESCipher tests that modify security permissions specific to hotspot Signed-off-by: Andrew Leonard --- openjdk/ProblemList_openjdk8-openj9.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openjdk/ProblemList_openjdk8-openj9.txt b/openjdk/ProblemList_openjdk8-openj9.txt index 5929a2a559..9765407f7a 100644 --- a/openjdk/ProblemList_openjdk8-openj9.txt +++ b/openjdk/ProblemList_openjdk8-openj9.txt @@ -246,6 +246,8 @@ sun/security/rsa/TestCACerts.java https://github.com/AdoptOpenJDK/openjdk-tests/ sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/125 generic-all sun/security/tools/jarsigner/diffend.sh https://github.com/AdoptOpenJDK/openjdk-tests/issues/125 linux-all sun/security/tools/jarsigner/emptymanifest.sh https://github.com/AdoptOpenJDK/openjdk-tests/issues/125 generic-all +com/sun/crypto/provider/Cipher/AES/TestAESCiphers/TestAESWithProviderChange.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all +com/sun/crypto/provider/Cipher/AES/TestAESCiphers/TestAESWithRemoveAddProvider.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all ############################################################################