In message <b1e4cffb1001201007keea7602h7d537da6d1f6d...@mail.gmail.com>, Ian Rogers writes: > > 2010/1/20 Tim Ellison <t.p.elli...@gmail.com>: > > > The remedy is to restore the Harmony version [5]. Of course we need > > to also check that it implements the right behavior of the refreshed > > code etc. > > The JSR166 TCK, including CopyOnWriteArrayList tests, is released > under a public domain license [1]. Testing compatibility should be > straightforward.
Indeed. We take the tests into modules/concurrent/src/test. I ran the tests after the revert (r901123) and trivial fix (r901124) commits and the tests pass. The more tests we run the better though. Regards, Mark. > [1] http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/tck/