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.217 by jsr166, Tue Jan 24 22:57:02 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 560 | 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