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.152 by jsr166, Sat Oct 3 19:29:11 2015 UTC vs.
Revision 1.153 by jsr166, Sat Oct 3 19:37:43 2015 UTC

# Line 519 | Line 519 | public class JSR166TestCase extends Test
519       * the same test have no effect.
520       */
521      public void threadRecordFailure(Throwable t) {
522 +        printAllStackTraces();
523          threadFailure.compareAndSet(null, t);
524      }
525  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines