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.262 by jsr166, Thu Sep 5 21:26:24 2019 UTC vs.
Revision 1.263 by jsr166, Thu Sep 5 22:05:30 2019 UTC

# Line 1410 | Line 1410 | public class JSR166TestCase extends Test
1410          return NANOSECONDS.toMillis(System.nanoTime() - startNanoTime);
1411      }
1412  
1413 //     void assertTerminatesPromptly(long timeoutMillis, Runnable r) {
1414 //         long startTime = System.nanoTime();
1415 //         try {
1416 //             r.run();
1417 //         } catch (Throwable fail) { threadUnexpectedException(fail); }
1418 //         if (millisElapsedSince(startTime) > timeoutMillis/2)
1419 //             throw new AssertionError("did not return promptly");
1420 //     }
1421
1422 //     void assertTerminatesPromptly(Runnable r) {
1423 //         assertTerminatesPromptly(LONG_DELAY_MS/2, r);
1424 //     }
1425
1413      /**
1414       * Checks that timed f.get() returns the expected value, and does not
1415       * wait for the timeout to elapse before returning.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines