8149922: Remove intermittent key from security tests

8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList

Reviewed-by: xuelei
This commit is contained in:
Amy Lu 2016-02-18 09:46:07 +08:00
parent bf048683fc
commit 8cb5467269
4 changed files with 2 additions and 8 deletions

View File

@ -308,9 +308,6 @@ sun/security/provider/SecureRandom/StrongSecureRandom.java macosx-10.10
# 8074580
sun/security/pkcs11/rsa/TestKeyPairGenerator.java generic-all
# 8146387
javax/net/ssl/SSLSession/SessionCacheSizeTests.java windows-all,solaris-all
############################################################################
# jdk_sound

View File

@ -31,7 +31,6 @@
* @bug 4366807
* @summary Need new APIs to get/set session timeout and session cache size.
* @run main/othervm SessionCacheSizeTests
* @key intermittent
*/
import java.io.*;

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,6 @@
# @run shell ShortRSAKey1024.sh 1024
# @run shell ShortRSAKey1024.sh 768
# @run shell ShortRSAKey1024.sh 512
# @key intermittent
# set a few environment variables so that the shell-script can run stand-alone
# in the source directory

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@
# @requires os.family == "windows"
# @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