On 24/01/2012 04:36, Kumar Srinivasan wrote:
Hi,
Fixes spurious test failure noticed on Windows 64, for some
reason the env variable CLASSPATH either is not set in the
child environment or it is wrong.
This solution eliminates the need to depend on the env variable,
instead the classpath (defined by jtreg) is set on the command
line of the child's java process.
http://cr.openjdk.java.net/~ksrini/7132270/webrev.0/
Alan, it looks like you have added this to the Problems.lst,
but I don't see it yet.
I didn't get a chance to push 7132204 yesterday so the ProblemList
wasn't updated. Given that you have a fix to 7132270 coming I removed
tools/launcher/DefaultLocaleTestRun.java before pushing.
The changes in your webrev look fine.
-Alan.