RFR 7118066: Warnings in java.util.concurrent package
Chris Hegarty
chris.hegarty at oracle.com
Mon Dec 12 10:45:52 UTC 2011
On 09/12/2011 11:05, Doug Lea wrote:
> 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.
Thanks Doug,
I can see that SynchronousQueue.iterator is tested by JCK tests, so we
can simply remove it from this test.
Thanks,
-Chris.
>
> -Doug
>
More information about the core-libs-dev
mailing list