* cleanup * changed tests hiding errors and skips to be different `@test`, so the errors could be thrown * tests affected: - /test/jdk/sun/security/pkcs11/Cipher/TestChaChaPoly.java - /test/jdk/sun/security/pkcs11/Cipher/TestCipherMode.java - /test/jdk/sun/security/pkcs11/Cipher/TestChaChaPolyNoReuse.java - /test/jdk/sun/security/pkcs11/Cipher/TestChaChaPolyKAT.java - /test/jdk/sun/security/pkcs11/Cipher/TestGCMKeyAndIvCheck.java - /test/jdk/sun/security/pkcs11/Cipher/TestCICOWithGCMAndAAD.java - /test/jdk/sun/security/pkcs11/Cipher/TestKATForGCM.java - /test/jdk/sun/security/pkcs11/Cipher/TestRSACipherWrap.java - /test/jdk/sun/security/pkcs11/Cipher/TestChaChaPolyOutputSize.java - /test/jdk/sun/security/pkcs11/Cipher/TestSymmCiphers.java - /test/jdk/sun/security/pkcs11/Cipher/TestCICOWithGCM.java - /test/jdk/sun/security/pkcs11/Cipher/TestRSACipher.java - /test/jdk/sun/security/pkcs11/Cipher/TestSymmCiphersNoPad.java - /test/jdk/sun/security/pkcs11/Cipher/ReinitCipher.java - /test/jdk/sun/security/pkcs11/Cipher/TestRawRSACipher.java - /test/jdk/sun/security/pkcs11/Cipher/Test4512704.java
------------- Commit messages: - rolling back TestPKCS5PaddingError - converted complex tests into several @tests - JDK-8365863: /test/jdk/sun/security/pkcs11/Cipher tests skip without SkippedException Changes: https://git.openjdk.org/jdk/pull/26875/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26875&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8365863 Stats: 661 lines in 17 files changed: 411 ins; 108 del; 142 mod Patch: https://git.openjdk.org/jdk/pull/26875.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/26875/head:pull/26875 PR: https://git.openjdk.org/jdk/pull/26875