# HG changeset patch # User darcy # Date 1430321877 25200 # Node ID 719de2e9d356b40e94d8ae4179395c91cc5cbec7 # Parent bab15bbe2ca3d536004d7807a2cf5de7c36685ad 8078880: Mark a few more intermittently failuring security-libs Reviewed-by: xuelei diff -r bab15bbe2ca3 -r 719de2e9d356 jdk/test/sun/security/mscapi/SignUsingSHA2withRSA.sh --- a/jdk/test/sun/security/mscapi/SignUsingSHA2withRSA.sh Wed Apr 29 17:29:14 2015 +0400 +++ b/jdk/test/sun/security/mscapi/SignUsingSHA2withRSA.sh Wed Apr 29 08:37:57 2015 -0700 @@ -28,6 +28,7 @@ # @bug 6753664 # @run shell SignUsingSHA2withRSA.sh # @summary Support SHA256 (and higher) in SunMSCAPI +# @key intermittent # set a few environment variables so that the shell-script can run stand-alone # in the source directory diff -r bab15bbe2ca3 -r 719de2e9d356 jdk/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java --- a/jdk/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java Wed Apr 29 17:29:14 2015 +0400 +++ b/jdk/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java Wed Apr 29 08:37:57 2015 -0700 @@ -28,6 +28,7 @@ * @author Andreas Sterbenz * @library .. * @run main/othervm TestKeyPairGenerator + * @key intermittent */ import java.io.*;