RFR: 8275727: Tests may fail with zh locale on MacOS

2022-03-23 Thread Vikey Chen
I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en -Duser.country=US"`, some tests still fail because of default locale, Most of them are langtools tests. On MacOS 12.1. - Commit messages: - Tests may fail with zh locale on MacOS Changes: https://git.openjdk.java

Re: RFR: 8275727: Tests may fail with zh locale on MacOS

2022-03-23 Thread Vikey Chen
On Wed, 23 Mar 2022 15:34:43 GMT, Vikey Chen wrote: > I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en > -Duser.country=US"`, some tests still fail because of default locale, Most of > them are langtools tests. > > On MacOS 12.1. Can somebody cre

Re: RFR: 8275727: Tests may fail with zh locale on MacOS

2022-03-23 Thread Vikey Chen
On Thu, 24 Mar 2022 00:53:26 GMT, David Holmes wrote: >> I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en >> -Duser.country=US"`, some tests still fail because of default locale, Most >> of them are langtools tests. >> >> On MacOS 12.1. > > It is not clear to me why only the

Re: RFR: 8283606: Tests may fail with zh locale on MacOS

2022-03-24 Thread Vikey Chen
On Thu, 24 Mar 2022 05:15:05 GMT, David Holmes wrote: >> I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en >> -Duser.country=US"`, some tests still fail because of default locale, Most >> of them are langtools tests. >> >> On MacOS 12.1. > > I have filed: > > https://bugs.op

Re: RFR: 8283606: Tests may fail with zh locale on MacOS

2022-03-24 Thread Vikey Chen
On Thu, 24 Mar 2022 14:06:03 GMT, Roger Riggs wrote: >> I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en >> -Duser.country=US"`, some tests still fail because of default locale, Most >> of them are langtools tests. >> >> On MacOS 12.1. > > Can you look into why these tests d

Re: RFR: 8283606: Tests may fail with zh locale on MacOS

2022-03-24 Thread Vikey Chen
On Thu, 24 Mar 2022 16:17:05 GMT, Ioi Lam wrote: >> I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en >> -Duser.country=US"`, some tests still fail because of default locale, Most >> of them are langtools tests. >> >> On MacOS 12.1. > > As I mentioned in the bug report, it's

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v2]

2022-03-24 Thread Vikey Chen
> I have run tier-1 test with `JTREG="VM_OPTIONS=-Duser.language=en > -Duser.country=US"`, some tests still fail because of default locale, Most of > them are langtools tests. > > On MacOS 12.1. Vikey Chen has updated the pull request incrementally with one addition

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v2]

2022-03-24 Thread Vikey Chen
On Thu, 24 Mar 2022 17:30:22 GMT, Vikey Chen wrote: >> From the test doc of openjdk >> https://openjdk.java.net/groups/build/doc/testing.html >>> If your locale is non-US, some tests are likely to fail. To work around >>> this you can set the locale to US. On

Re: RFR: 8283606: Tests may fail with zh locale on MacOS

2022-03-25 Thread Vikey Chen
On Thu, 24 Mar 2022 14:06:03 GMT, Roger Riggs wrote: >> From the test doc of openjdk >> https://openjdk.java.net/groups/build/doc/testing.html >>> If your locale is non-US, some tests are likely to fail. To work around >>> this you can set the locale to US. On Unix platforms simply setting >>>

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v3]

2022-03-28 Thread Vikey Chen
ools/javac/T8132562/ClassPathWithDoubleQuotesTest.java > test/langtools/tools/javac/options/smokeTests/OptionSmokeTest.java > test/langtools/tools/javac/platform/PlatformProviderTest.java > test/langtools/tools/jdeps/MultiReleaseJar.java Vikey Chen has updated the pull request incrementally with

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v3]

2022-03-28 Thread Vikey Chen
On Mon, 28 Mar 2022 15:46:34 GMT, Vikey Chen wrote: >> From the test doc of openjdk >> https://openjdk.java.net/groups/build/doc/testing.html >>> If your locale is non-US, some tests are likely to fail. To work around >>> this you can set the locale to US. On

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v4]

2022-03-28 Thread Vikey Chen
ools/javac/T8132562/ClassPathWithDoubleQuotesTest.java > test/langtools/tools/javac/options/smokeTests/OptionSmokeTest.java > test/langtools/tools/javac/platform/PlatformProviderTest.java > test/langtools/tools/jdeps/MultiReleaseJar.java Vikey Chen has updated the pull request incrementally with

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v4]

2022-03-29 Thread Vikey Chen
On Mon, 28 Mar 2022 17:00:39 GMT, Vikey Chen wrote: >> From the test doc of openjdk >> https://openjdk.java.net/groups/build/doc/testing.html >>> If your locale is non-US, some tests are likely to fail. To work around >>> this you can set the locale to US. On

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v2]

2022-04-12 Thread Vikey Chen
On Mon, 28 Mar 2022 17:11:54 GMT, Ioi Lam wrote: >> In the longer term, I think its worth considering implementing LC_ALL as an >> override. I created an enhancement request for purposes of discussion. >> [JDK-8283697](https://bugs.openjdk.java.net/browse/JDK-8283697) On macOS, >> the locale ca

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v4]

2022-04-12 Thread Vikey Chen
On Mon, 28 Mar 2022 17:00:39 GMT, Vikey Chen wrote: >> From the test doc of openjdk >> https://openjdk.java.net/groups/build/doc/testing.html >>> If your locale is non-US, some tests are likely to fail. To work around >>> this you can set the locale to US. On

Integrated: 8283606: Tests may fail with zh locale on MacOS

2022-05-04 Thread Vikey Chen
On Wed, 23 Mar 2022 15:34:43 GMT, Vikey Chen wrote: > From the test doc of openjdk > https://openjdk.java.net/groups/build/doc/testing.html >> If your locale is non-US, some tests are likely to fail. To work around this >> you can set the locale to US. On Unix platforms s

Re: RFR: 8283606: Tests may fail with zh locale on MacOS [v4]

2022-05-04 Thread Vikey Chen
On Mon, 28 Mar 2022 17:00:39 GMT, Vikey Chen wrote: >> From the test doc of openjdk >> https://openjdk.java.net/groups/build/doc/testing.html >>> If your locale is non-US, some tests are likely to fail. To work around >>> this you can set the locale to US. On