On Fri, 25 Jun 2021 12:10:18 GMT, Masanori Yano <my...@openjdk.org> wrote:

> Hi all,
> 
> Could you please review the 8269373 bug fixes?
> 
> These tests call java.lang.ProcessBuilder in direct, so not used jtreg 
> command option. To run non-localized tests, -Duser.language=en and 
> -Duser.country=US options should be added in ProcessBuilder.

>From a peek at the bug report, I could not find out the exact cause why they 
>are failing. Have you figured it out?

As to the fix itself, I would rather avoid hardcoding `en-US` in the argument. 
Would that be replaced with the launching process' locale?

-------------

PR: https://git.openjdk.java.net/jdk/pull/4594

Reply via email to