8157816: Mark 4 httpclient tests as intermittently failing
Reviewed-by: chegar
Contributed-by: Felix Yang <felix.yang@oracle.com>
--- a/jdk/test/java/net/httpclient/SplitResponse.java Mon May 30 16:03:48 2016 -0700
+++ b/jdk/test/java/net/httpclient/SplitResponse.java Mon May 30 17:49:04 2016 -0700
@@ -33,6 +33,7 @@
/**
* @test
* @bug 8087112
+ * @key intermittent
* @build Server
* @run main/othervm -Djava.net.HttpClient.log=all SplitResponse
*/
--- a/jdk/test/java/net/httpclient/http2/BasicTest.java Mon May 30 16:03:48 2016 -0700
+++ b/jdk/test/java/net/httpclient/http2/BasicTest.java Mon May 30 17:49:04 2016 -0700
@@ -24,6 +24,7 @@
/*
* @test
* @bug 8087112
+ * @key intermittent
* @library /lib/testlibrary
* @build jdk.testlibrary.SimpleSSLContext
* @modules java.httpclient
--- a/jdk/test/java/net/httpclient/http2/ErrorTest.java Mon May 30 16:03:48 2016 -0700
+++ b/jdk/test/java/net/httpclient/http2/ErrorTest.java Mon May 30 17:49:04 2016 -0700
@@ -24,6 +24,7 @@
/*
* @test
* @bug 8157105
+ * @key intermittent
* @library /lib/testlibrary
* @build jdk.testlibrary.SimpleSSLContext
* @modules java.httpclient
--- a/jdk/test/java/net/httpclient/http2/TLSConnection.java Mon May 30 16:03:48 2016 -0700
+++ b/jdk/test/java/net/httpclient/http2/TLSConnection.java Mon May 30 17:49:04 2016 -0700
@@ -39,6 +39,7 @@
/*
* @test
* @bug 8150769 8157107
+ * @key intermittent
* @summary Checks that SSL parameters can be set for HTTP/2 connection
* @modules java.httpclient
* @compile/module=java.httpclient java/net/http/Http2Handler.java