ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java
(Generate patch)

Comparing jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java (file contents):
Revision 1.48 by jsr166, Wed Dec 31 20:34:16 2014 UTC vs.
Revision 1.49 by jsr166, Sun Feb 22 04:34:44 2015 UTC

# Line 1200 | Line 1200 | public class AbstractQueuedSynchronizerT
1200      public void testTryAcquireSharedNanos_Timeout() {
1201          final BooleanLatch l = new BooleanLatch();
1202          final BooleanLatch observedQueued = new BooleanLatch();
1203        final long timeoutMillis = timeoutMillis();
1203          Thread t = newStartedThread(new CheckedRunnable() {
1204              public void realRun() throws InterruptedException {
1205                  assertFalse(l.isSignalled());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines