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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines