Code Review Request: 8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently (original) (raw)
Mandy Chung mandy.chung at oracle.com
Fri Nov 16 06:35:47 UTC 2012
- Previous message: Code Review Request: 8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
- Next message: [8] Code Review Request for CR 7167056 - Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good, Kurchi.
Mandy
On 11/15/2012 10:16 PM, 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/viewbug.do?bugid=8003518 Webrev: http://cr.openjdk.java.net/~khazra/8003518/webrev/
Thanks, - Kurchi [1] http://openjdk.java.net/jtreg/
- Previous message: Code Review Request: 8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
- Next message: [8] Code Review Request for CR 7167056 - Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]