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.216 by jsr166, Wed Jan 4 06:09:58 2017 UTC vs.
Revision 1.218 by jsr166, Sun Jan 29 20:19:00 2017 UTC

# Line 19 | Line 19
19   * @summary JSR-166 tck tests (whitebox tests allowed)
20   * @build *
21   * @modules java.base/java.util.concurrent:open
22 + *          java.base/java.lang:open
23   *          java.management
24   * @run junit/othervm/timeout=1000
25   *      -Djsr166.testImplementationDetails=true
# Line 32 | Line 33
33   *      -Djava.util.concurrent.ForkJoinPool.common.parallelism=1
34   *      -Djava.util.secureRandomSeed=true
35   *      JSR166TestCase
36 + * @run junit/othervm/timeout=1000/policy=tck.policy
37 + *      -Djsr166.testImplementationDetails=true
38 + *      JSR166TestCase
39   */
40  
41   import static java.util.concurrent.TimeUnit.MILLISECONDS;
# Line 557 | Line 561 | public class JSR166TestCase extends Test
561                  "AtomicReference9Test",
562                  "AtomicReferenceArray9Test",
563                  "ExecutorCompletionService9Test",
564 +                "ForkJoinPool9Test",
565              };
566              addNamedTestClasses(suite, java9TestClassNames);
567          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines