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

Comparing jsr166/src/test/tck/LinkedBlockingQueueTest.java (file contents):
Revision 1.69 by jsr166, Sat May 13 22:17:12 2017 UTC vs.
Revision 1.70 by jsr166, Sat May 13 22:49:01 2017 UTC

# Line 461 | Line 461 | public class LinkedBlockingQueueTest ext
461              }});
462  
463          await(aboutToWait);
464 <        waitForThreadToEnterWaitState(t);
464 >        assertThreadBlocks(t, Thread.State.TIMED_WAITING);
465          t.interrupt();
466          awaitTermination(t);
467          checkEmpty(q);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines