Re: RFR: 8326948: Force English locale for timeout formatting

2024-02-29 Thread Guoxiong Li
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote: > If a test runs in non-English locale, the digits displayed in the timeout > could be locale-specific, which may be confusing. > > For example, in the Arabic locale `-Duser.language=ar`, the timeout is > displayed like this: > > Test tim

Re: RFR: 8326948: Force English locale for timeout formatting

2024-02-28 Thread Phil Race
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote: > If a test runs in non-English locale, the digits displayed in the timeout > could be locale-specific, which may be confusing. > > For example, in the Arabic locale `-Duser.language=ar`, the timeout is > displayed like this: > > Test tim

Re: RFR: 8326948: Force English locale for timeout formatting

2024-02-28 Thread Harshitha Onkar
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote: > If a test runs in non-English locale, the digits displayed in the timeout > could be locale-specific, which may be confusing. > > For example, in the Arabic locale `-Duser.language=ar`, the timeout is > displayed like this: > > Test tim

Re: RFR: 8326948: Force English locale for timeout formatting

2024-02-28 Thread Alexey Ivanov
On Wed, 28 Feb 2024 15:48:05 GMT, Andy Goryachev wrote: >> If a test runs in non-English locale, the digits displayed in the timeout >> could be locale-specific, which may be confusing. >> >> For example, in the Arabic locale `-Duser.language=ar`, the timeout is >> displayed like this: >> >>

Re: RFR: 8326948: Force English locale for timeout formatting

2024-02-28 Thread Andy Goryachev
On Wed, 28 Feb 2024 12:20:04 GMT, Alexey Ivanov wrote: > If a test runs in non-English locale, the digits displayed in the timeout > could be locale-specific, which may be confusing. > > For example, in the Arabic locale `-Duser.language=ar`, the timeout is > displayed like this: > > Test tim

RFR: 8326948: Force English locale for timeout formatting

2024-02-28 Thread Alexey Ivanov
If a test runs in non-English locale, the digits displayed in the timeout could be locale-specific, which may be confusing. For example, in the Arabic locale `-Duser.language=ar`, the timeout is displayed like this: Test timeout: ٠٠:٠٤:٥٨ The fix explicitly sets English locale for formatting,