On 20/12/2016 9:34 AM, Peter Koellner wrote:
On Tue, 20 Dec 2016, David Holmes wrote:
On 20/12/2016 7:41 AM, Peter Koellner wrote:
How do I add jvm args to the make test java processes? localized windows
7 home can't change the locale to en, but setting -Duser.country=US
-Duser-language=en should solve a number of i18n related test
failures...
It might work to run:
make test JAVA_VM_ARGS="-Duser.country=US -Duser-language=en"
Thanks. I'll do that after the next build tomorrow. Can I also increase
the timeouts for the tests somehow?
Try adding:
JTREG_TIMEOUT_OPTION=-timeoutFactor:4
but increase 4 to whatever you think suitable.
BTW I'm determining this by reading jdk/test/Makefile and seeing how the
jtreg tests get run.
David