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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.108 by jsr166, Mon Jun 3 18:20:05 2013 UTC vs.
Revision 1.109 by jsr166, Sun Jul 14 16:55:01 2013 UTC

# Line 232 | Line 232 | public class JSR166TestCase extends Test
232              RecursiveTaskTest.suite(),
233              LinkedTransferQueueTest.suite(),
234              PhaserTest.suite(),
235 +            SplittableRandomTest.suite(),
236              ThreadLocalRandomTest.suite(),
237              AbstractExecutorServiceTest.suite(),
238              AbstractQueueTest.suite(),
# Line 310 | Line 311 | public class JSR166TestCase extends Test
311          return suite;
312      }
313  
314 +    // Delays for timing-dependent tests, in milliseconds.
315  
316      public static long SHORT_DELAY_MS;
317      public static long SMALL_DELAY_MS;
318      public static long MEDIUM_DELAY_MS;
319      public static long LONG_DELAY_MS;
320  
319
321      /**
322       * Returns the shortest timed delay. This could
323       * be reimplemented to use for example a Property.
# Line 709 | Line 710 | public class JSR166TestCase extends Test
710      public static final Integer m6  = new Integer(-6);
711      public static final Integer m10 = new Integer(-10);
712  
712
713      /**
714       * Runs Runnable r with a security policy that permits precisely
715       * the specified permissions.  If there is no current security

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines