From 257c0dceb0650b13fbc889b222a64b6c64eb9657 Mon Sep 17 00:00:00 2001 From: Rob McKenna Date: Thu, 15 Sep 2016 15:19:45 +0100 Subject: [PATCH] 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test Reviewed-by: chegar --- jdk/test/ProblemList.txt | 2 -- .../sun/net/www/protocol/jar/JarURLConnectionUseCaches.java | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/jdk/test/ProblemList.txt b/jdk/test/ProblemList.txt index b3372f50846..f2e96cacf20 100644 --- a/jdk/test/ProblemList.txt +++ b/jdk/test/ProblemList.txt @@ -172,8 +172,6 @@ java/net/httpclient/http2/BasicTest.java 8157408 linux-al java/net/httpclient/http2/ErrorTest.java 8158127 solaris-all,windows-all java/net/httpclient/http2/TLSConnection.java 8157482 macosx-all -sun/net/www/protocol/jar/JarURLConnectionUseCaches.java 8165988 windows-all - ############################################################################ # jdk_nio diff --git a/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java b/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java index b623618a595..433a72cc55b 100644 --- a/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java +++ b/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java @@ -25,7 +25,7 @@ * @test * @bug 6947916 * @summary JarURLConnection does not handle useCaches correctly - * @run main JarURLConnectionUseCaches + * @run main/othervm JarURLConnectionUseCaches */ import java.io.*;