7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently
Reviewed-by: vinnie, wetmore
This commit is contained in:
parent
2f8cd2937d
commit
e3c39dffe5
@ -263,10 +263,6 @@ sun/rmi/transport/proxy/EagerHttpFallback.java generic-all
|
|||||||
# 7164518: no PortUnreachableException on Mac
|
# 7164518: no PortUnreachableException on Mac
|
||||||
sun/security/krb5/auto/Unreachable.java macosx-all
|
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
|
# 7193793
|
||||||
sun/security/pkcs11/ec/TestECDH.java linux-all
|
sun/security/pkcs11/ec/TestECDH.java linux-all
|
||||||
|
|
||||||
|
@ -179,7 +179,6 @@ public class TestECDSA extends PKCS11Test {
|
|||||||
// SHA1withECDSA and NONEwithECDSA
|
// SHA1withECDSA and NONEwithECDSA
|
||||||
Signature s = Signature.getInstance("SHA1withECDSA", provider);
|
Signature s = Signature.getInstance("SHA1withECDSA", provider);
|
||||||
s.initSign(privateKey);
|
s.initSign(privateKey);
|
||||||
s.initSign(privateKey);
|
|
||||||
s.update(data);
|
s.update(data);
|
||||||
byte[] s1 = s.sign();
|
byte[] s1 = s.sign();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user