ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadLocalRandomTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ThreadLocalRandomTest.java (file contents):
Revision 1.14 by jsr166, Sun Jul 14 16:55:01 2013 UTC vs.
Revision 1.16 by jsr166, Fri Aug 16 07:07:01 2013 UTC

# Line 7 | Line 7 | import junit.framework.*;
7   import java.util.*;
8   import java.util.concurrent.ThreadLocalRandom;
9   import java.util.concurrent.atomic.AtomicLong;
10 + import java.util.concurrent.atomic.AtomicInteger;
11   import java.util.concurrent.atomic.AtomicReference;
12  
13   public class ThreadLocalRandomTest extends JSR166TestCase {
# Line 36 | Line 37 | public class ThreadLocalRandomTest exten
37      // max sampled long bound
38      static final long MAX_LONG_BOUND = (1L << 42);
39  
40 +    // Number of replications for other checks
41 +    static final int REPS = 20;
42 +
43      /**
44       * setSeed throws UnsupportedOperationException
45       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines