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

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

# Line 510 | Line 510 | public class ArrayBlockingQueueTest exte
510              }});
511  
512          await(aboutToWait);
513 <        waitForThreadToEnterWaitState(t);
513 >        assertThreadBlocks(t, Thread.State.TIMED_WAITING);
514          t.interrupt();
515          awaitTermination(t);
516          checkEmpty(q);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines