8146745: Problem list SessionCacheSizeTests.java

Reviewed-by: xuelei
This commit is contained in:
Joe Darcy 2016-01-11 10:13:29 -08:00
parent 55a9500797
commit a4b38b4a43
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
########################################################################### ###########################################################################
# #
# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -299,6 +299,9 @@ sun/security/provider/SecureRandom/StrongSecureRandom.java macosx-10.10
# 8074580 # 8074580
sun/security/pkcs11/rsa/TestKeyPairGenerator.java generic-all sun/security/pkcs11/rsa/TestKeyPairGenerator.java generic-all
# 8146387
javax/net/ssl/SSLSession/SessionCacheSizeTests.java windows-all,solaris-all
############################################################################ ############################################################################
# jdk_sound # jdk_sound

View File

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