--- jsr166/src/test/tck/JSR166TestCase.java 2013/06/03 18:20:05 1.108 +++ jsr166/src/test/tck/JSR166TestCase.java 2013/07/21 22:24:18 1.111 @@ -300,8 +300,10 @@ public class JSR166TestCase extends Test "DoubleAccumulatorTest", "DoubleAdderTest", "ForkJoinPool8Test", + "ForkJoinTask8Test", "LongAccumulatorTest", "LongAdderTest", + "SplittableRandomTest", "StampedLockTest", }; addNamedTestClasses(suite, java8TestClassNames); @@ -310,13 +312,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 +711,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