Code Review Request: 8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
Alan Bateman
Alan.Bateman at oracle.com
Fri Nov 16 06:28:12 UTC 2012
On 16/11/2012 06:16, Kurchi Subhra Hazra wrote:
>
> Hi,
>
> The tests in jdk/test/util/prefs are not good candidates to run
> concurrently,
> since on platforms such as Windows and Mac OS X, they currently
> read/write from
> the same location on the persistent storage. This fix simply informs
> jtreg[1] to
> not run these tests concurrently when using the conc:value option.
>
> Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003518
> Webrev: http://cr.openjdk.java.net/~khazra/8003518/webrev/
Looks fine, the only thing I suggest it adding it after java/rmi, that
would make it consistent with othervm.dirs where the order is java,
javax, com, sun.
-Alan.
More information about the core-libs-dev
mailing list