JDK test-only RFR of 8180431: Remove "intermittent" keyword from some no longer failing NIO tests
Brian Burkhalter
brian.burkhalter at oracle.com
Tue May 16 15:42:59 UTC 2017
Please review at your convenience.
Issue: https://bugs.openjdk.java.net/browse/JDK-8180431
Patch: [1]
The issues linked to the present issue are intended to be resolve as “Cannot Reproduce” so it would be better to remove the “intermittent” keyword first. The issue https://bugs.openjdk.java.net/browse/JDK-8078590 will also be resolved as CNR but the test it refers to has other intermittent failures, e.g., https://bugs.openjdk.java.net/browse/JDK-8161991, so the keyword will be left as-is in that test for now.
Thanks,
Brian
[1] Hg mq diff
--- a/test/java/nio/channels/Selector/SelectAndClose.java
+++ b/test/java/nio/channels/Selector/SelectAndClose.java
@@ -23,7 +23,6 @@
/* @test
* @bug 5004077
- * @key intermittent
* @summary Check blocking of select and close
*/
diff --git a/test/java/nio/channels/Selector/WakeupAfterClose.java b/test/java/nio/channels/Selector/WakeupAfterClose.java
--- a/test/java/nio/channels/Selector/WakeupAfterClose.java
+++ b/test/java/nio/channels/Selector/WakeupAfterClose.java
@@ -24,7 +24,6 @@
/* @test
* @bug 6524172
* @summary Invoking wakeup on closed Selector can throw NPE if close resets interrupt status
- * @key intermittent
*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20170516/c483af4d/attachment.html>
More information about the nio-dev
mailing list