changeset 17145:78ce7067aba9

8180431: Remove intermittent keyword from some no longer failing NIO tests Summary: Remove "intermittent" keyword from @key tag, Reviewed-by: alanb
author bpb
date Tue, 16 May 2017 14:11:48 -0700
parents ef9954f6896b
children 148a2cbe49a4
files test/java/nio/channels/Selector/SelectAndClose.java test/java/nio/channels/Selector/WakeupAfterClose.java
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/nio/channels/Selector/SelectAndClose.java	Tue May 16 09:42:38 2017 -0400
+++ b/test/java/nio/channels/Selector/SelectAndClose.java	Tue May 16 14:11:48 2017 -0700
@@ -23,7 +23,6 @@
 
 /* @test
  * @bug 5004077
- * @key intermittent
  * @summary Check blocking of select and close
  */
 
--- a/test/java/nio/channels/Selector/WakeupAfterClose.java	Tue May 16 09:42:38 2017 -0400
+++ b/test/java/nio/channels/Selector/WakeupAfterClose.java	Tue May 16 14:11:48 2017 -0700
@@ -24,7 +24,6 @@
 /* @test
  * @bug 6524172
  * @summary Invoking wakeup on closed Selector can throw NPE if close resets interrupt status
- * @key intermittent
  */
 
 import java.io.IOException;