Re: RFR: 8269373: some tests in jdk/tools/launcher/ fails on localized Windows platform [v3]

2021-09-07 Thread Masanori Yano
On Tue, 7 Sep 2021 11:12:56 GMT, Masanori Yano  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.
>
> Masanori Yano has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   8269373: some tests in jdk/tools/launcher/ fails on localized Windows 
> platform

I fixed it to exit silently in case the locale is not US. Thank you.

-

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


Re: RFR: 8269373: some tests in jdk/tools/launcher/ fails on localized Windows platform [v3]

2021-09-07 Thread Masanori Yano
> 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.

Masanori Yano has updated the pull request incrementally with one additional 
commit since the last revision:

  8269373: some tests in jdk/tools/launcher/ fails on localized Windows platform

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4594/files
  - new: https://git.openjdk.java.net/jdk/pull/4594/files/99925f72..655f5db0

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=4594=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=4594=01-02

  Stats: 31 lines in 6 files changed: 16 ins; 9 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4594.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4594/head:pull/4594

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