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.171 by jsr166, Thu Oct 8 23:06:01 2015 UTC vs.
Revision 1.172 by jsr166, Fri Oct 9 01:26:36 2015 UTC

# Line 205 | Line 205 | public class JSR166TestCase extends Test
205                      System.err.printf(
206                          "Looks like we're stuck running test: %s (%d/%d)%n",
207                          lastTestCase, currentRun, runsPerTest);
208                    System.err.println
209                        ("Looks like we're stuck running test: "
210                         + lastTestCase + " (" + currentRun + "/" + runsPerTest + ")");
208                      System.err.println("availableProcessors=" +
209                          Runtime.getRuntime().availableProcessors());
210                      System.err.printf("cpu model = %s%n", cpuModel());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines