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.2 by jsr166, Sat Feb 9 19:33:08 2013 UTC vs.
Revision 1.3 by dl, Thu Mar 21 16:26:43 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
21      /**
22       * Common pool exists and has expected parallelism.
23       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines