JDK 9 RFR of JDK-8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures (original) (raw)

joe darcy joe.darcy at oracle.com
Tue May 19 22:04:40 UTC 2015


Hello,

The test sun/nio/cs/FindEncoderBugs.java has some intermittent failures; I'd like to update it to use the random number library to help track those failures down.

Patch below.

Thanks,

-Joe

diff -r b1a68681ccac test/sun/nio/cs/FindEncoderBugs.java --- a/test/sun/nio/cs/FindEncoderBugs.java Tue May 19 13:30:03 2015 -0700 +++ b/test/sun/nio/cs/FindEncoderBugs.java Tue May 19 15:04:20 2015 -0700 @@ -25,15 +25,18 @@

+import jdk.testlibrary.RandomFactory;

public class FindEncoderBugs {

@@ -456,7 +459,7 @@ } }



More information about the core-libs-dev mailing list