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.131 by jsr166, Sat Apr 25 04:55:30 2015 UTC vs.
Revision 1.133 by jsr166, Sun May 24 01:53:55 2015 UTC

# Line 212 | Line 212 | public class JSR166TestCase extends Test
212  
213      /**
214       * Runs all unit tests in the given test suite.
215 <     * Actual behavior influenced by system properties jsr166.*
215 >     * Actual behavior influenced by jsr166.* system properties.
216       */
217      static void main(Test suite, String[] args) {
218          if (useSecurityManager) {
# Line 486 | Line 486 | public class JSR166TestCase extends Test
486                  // give thread some time to terminate
487                  thread.join(LONG_DELAY_MS);
488                  if (!thread.isAlive()) continue;
489                thread.stop();
489                  throw new AssertionFailedError
490                      (String.format("Found leaked ForkJoinPool thread test=%s thread=%s%n",
491                                     toString(), name));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines