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

Comparing jsr166/src/test/tck/ForkJoinPool8Test.java (file contents):
Revision 1.1 by jsr166, Tue Feb 5 03:39:34 2013 UTC vs.
Revision 1.2 by jsr166, Sat Feb 9 19:33:08 2013 UTC

# Line 18 | Line 18 | public class ForkJoinPool8Test extends J
18          return new TestSuite(ForkJoinPool8Test.class);
19      }
20  
21 +    // XXXX Just a skeleton implementation for now.
22 +    public void testTODO() {
23 +        fail("Please add some real tests!");
24 +    }
25 +
26      /**
27       * Common pool exists and has expected parallelism.
28       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines