On 12/08/11 23:16, David Holmes wrote:
Maybe we still need something that tests SynchronousQueue to verify its iterator is indeed empty.
Bear in mind that we have all the tck tests for j.u.c, that cover such things. The JCK folks at Oracle regularly run them. In general, we use jtreg tests instead of, or in addition to, tck tests only for policy reasons: when there's a CR associated with the test, and/or it can run a long time, and/or it covers multiple classes. -Doug