--- jsr166/src/test/tck/JSR166TestCase.java 2013/06/03 18:20:05 1.108 +++ jsr166/src/test/tck/JSR166TestCase.java 2013/07/14 16:55:01 1.109 @@ -232,6 +232,7 @@ public class JSR166TestCase extends Test RecursiveTaskTest.suite(), LinkedTransferQueueTest.suite(), PhaserTest.suite(), + SplittableRandomTest.suite(), ThreadLocalRandomTest.suite(), AbstractExecutorServiceTest.suite(), AbstractQueueTest.suite(), @@ -310,13 +311,13 @@ public class JSR166TestCase extends Test return suite; } + // Delays for timing-dependent tests, in milliseconds. public static long SHORT_DELAY_MS; public static long SMALL_DELAY_MS; public static long MEDIUM_DELAY_MS; public static long LONG_DELAY_MS; - /** * Returns the shortest timed delay. This could * be reimplemented to use for example a Property. @@ -709,7 +710,6 @@ public class JSR166TestCase extends Test public static final Integer m6 = new Integer(-6); public static final Integer m10 = new Integer(-10); - /** * Runs Runnable r with a security policy that permits precisely * the specified permissions. If there is no current security