8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
authorrobm
Thu, 15 Sep 2016 15:19:45 +0100
changeset 40976 744b4a436a4b
parent 40975 680639c9b307
child 40977 a4b2763babdf
8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test Reviewed-by: chegar
jdk/test/ProblemList.txt
jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java
--- a/jdk/test/ProblemList.txt	Thu Sep 15 13:03:03 2016 +0300
+++ b/jdk/test/ProblemList.txt	Thu Sep 15 15:19:45 2016 +0100
@@ -172,8 +172,6 @@
 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
--- a/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java	Thu Sep 15 13:03:03 2016 +0300
+++ b/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java	Thu Sep 15 15:19:45 2016 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 6947916
  * @summary  JarURLConnection does not handle useCaches correctly
- * @run main JarURLConnectionUseCaches
+ * @run main/othervm JarURLConnectionUseCaches
  */
 
 import java.io.*;