提交 33d36a27 编写于 作者: J juh

7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently

Reviewed-by: vinnie, wetmore
上级 aa423504
......@@ -263,10 +263,6 @@ sun/rmi/transport/proxy/EagerHttpFallback.java generic-all
# 7164518: no PortUnreachableException on Mac
sun/security/krb5/auto/Unreachable.java macosx-all
# 7193792
sun/security/pkcs11/ec/TestECDSA.java solaris-all
sun/security/pkcs11/ec/TestECDSA.java linux-all
# 7193793
sun/security/pkcs11/ec/TestECDH.java linux-all
......
......@@ -179,7 +179,6 @@ public class TestECDSA extends PKCS11Test {
// SHA1withECDSA and NONEwithECDSA
Signature s = Signature.getInstance("SHA1withECDSA", provider);
s.initSign(privateKey);
s.initSign(privateKey);
s.update(data);
byte[] s1 = s.sign();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册