RFR 7118066: Warnings in java.util.concurrent package (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Mon Dec 12 10:45:52 UTC 2011
- Previous message: RFR 7118066: Warnings in java.util.concurrent package
- Next message: RFR 7117360: Warnings in java.util.concurrent.atomic package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR 7118066: Warnings in java.util.concurrent package
- Next message: RFR 7117360: Warnings in java.util.concurrent.atomic package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]