< prev index next >

test/sun/nio/cs/TestStringCodingUTF8.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
    @bug 7040220
    @summary Test if StringCoding and NIO result have the same de/encoding result for UTF-8
  * @run main/othervm/timeout=2000 TestStringCodingUTF8
+ * @key randomness
  */
 
 import java.util.*;
 import java.nio.*;
 import java.nio.charset.*;
< prev index next >