OpenJDK / zgc / zgc
changeset 34947:e937e10e46f7
8146745: Problem list SessionCacheSizeTests.java
Reviewed-by: xuelei
author | darcy |
---|---|
date | Mon, 11 Jan 2016 10:13:29 -0800 |
parents | 33b5b6fa6f5a |
children | 9293584191b6 |
files | jdk/test/ProblemList.txt jdk/test/javax/net/ssl/SSLSession/SessionCacheSizeTests.java |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/ProblemList.txt Mon Jan 11 18:30:14 2016 +0100 +++ b/jdk/test/ProblemList.txt Mon Jan 11 10:13:29 2016 -0800 @@ -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. # # This code is free software; you can redistribute it and/or modify it @@ -299,6 +299,9 @@ # 8074580 sun/security/pkcs11/rsa/TestKeyPairGenerator.java generic-all +# 8146387 +javax/net/ssl/SSLSession/SessionCacheSizeTests.java windows-all,solaris-all + ############################################################################ # jdk_sound
--- a/jdk/test/javax/net/ssl/SSLSession/SessionCacheSizeTests.java Mon Jan 11 18:30:14 2016 +0100 +++ b/jdk/test/javax/net/ssl/SSLSession/SessionCacheSizeTests.java Mon Jan 11 10:13:29 2016 -0800 @@ -31,6 +31,7 @@ * @bug 4366807 * @summary Need new APIs to get/set session timeout and session cache size. * @run main/othervm SessionCacheSizeTests + * @key intermittent */ import java.io.*;