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.167 by jsr166, Mon Oct 5 22:34:45 2015 UTC vs.
Revision 1.168 by jsr166, Mon Oct 5 22:53:25 2015 UTC

# Line 1203 | Line 1203 | public class JSR166TestCase extends Test
1203          } finally {
1204              if (t.getState() != Thread.State.TERMINATED) {
1205                  t.interrupt();
1206 <                fail("Test timed out");
1206 >                threadFail("Test timed out");
1207              }
1208          }
1209      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines