< prev index next >

test/java/nio/channels/Pipe/SelectPipe.java

Print this page

        

@@ -21,10 +21,11 @@
  * questions.
  */
 
 /* @test
  * @summary Test selection of ready pipe
+ * @key randomness
  */
 
 import java.io.*;
 import java.nio.ByteBuffer;
 import java.nio.channels.*;
< prev index next >