From bb160cec9cb6ccadd4b7723fe2ffc223e039b6bf Mon Sep 17 00:00:00 2001 From: John Jiang Date: Fri, 12 Aug 2016 14:38:02 +0800 Subject: [PATCH] 8163435: Update issue number for SupportedDHKeys.java and UnsupportedDHKeys.java in ProblemList Sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java and sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java should be tracked by JDK-8077138 rather than JDK-8154910. Reviewed-by: mullan --- jdk/test/ProblemList.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/test/ProblemList.txt b/jdk/test/ProblemList.txt index d258a2cf235..5bad9db84d4 100644 --- a/jdk/test/ProblemList.txt +++ b/jdk/test/ProblemList.txt @@ -233,8 +233,8 @@ sun/security/pkcs11/Cipher/TestSymmCiphersNoPad.java 8077138,8023434 sun/security/pkcs11/KeyAgreement/TestDH.java 8077138,8023434 windows-all sun/security/pkcs11/KeyAgreement/TestInterop.java 8077138,8023434 windows-all sun/security/pkcs11/KeyAgreement/TestShort.java 8077138,8023434 windows-all -sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java 8154910 windows-all -sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java 8154910 windows-all +sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java 8077138 windows-all +sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java 8077138 windows-all sun/security/pkcs11/KeyGenerator/DESParity.java 8077138,8023434 windows-all sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java 8077138,8023434 windows-all sun/security/pkcs11/KeyPairGenerator/TestDH2048.java 8077138,8023434 windows-all