--- a/test/jdk/java/net/httpclient/InvalidSubscriptionRequest.java Fri Apr 13 16:14:15 2018 +0100
+++ b/test/jdk/java/net/httpclient/InvalidSubscriptionRequest.java Mon Apr 16 09:57:46 2018 +0100
@@ -23,6 +23,7 @@
/*
* @test
+ * @bug 8201186
* @summary Tests an asynchronous BodySubscriber that completes
* immediately with a Publisher<List<ByteBuffer>> whose
* subscriber issues bad requests
--- a/test/jdk/java/net/httpclient/ResponsePublisher.java Fri Apr 13 16:14:15 2018 +0100
+++ b/test/jdk/java/net/httpclient/ResponsePublisher.java Mon Apr 16 09:57:46 2018 +0100
@@ -23,6 +23,7 @@
/*
* @test
+ * @bug 8201186
* @summary Tests an asynchronous BodySubscriber that completes
* immediately with a Publisher<List<ByteBuffer>>
* @library /lib/testlibrary http2/server