On Wed, 23 Mar 2022 15:34:43 GMT, Vikey Chen <d...@openjdk.java.net> 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 LANG="en_US" >> in the environment before running tests should work. On Windows or MacOS, >> setting JTREG="VM_OPTIONS=-Duser.language=en -Duser.country=US" helps for >> most, but not all test cases. > > However, on MacOS 12.1, running `make test-tier1 > JTREG="VM_OPTIONS=-Duser.language=en -Duser.country=US"` command for tier-1 > test, some tests still fail, including the following in tier-1.The tests > expects output messages in English, but Chinese message are still produced. > > test/hotspot/jtreg/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java > test/langtools/jdk/javadoc/tool/6964914/TestStdDoclet.java > test/langtools/jdk/javadoc/tool/6964914/TestUserDoclet.java > test/langtools/jdk/javadoc/tool/EnsureNewOldDoclet.java > test/langtools/jdk/javadoc/tool/testLocaleOption/TestLocaleOption.java > test/langtools/tools/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 This pull request has now been integrated. Changeset: 7d545084 Author: Vikey Chen <vike...@gmail.com> Committer: Ioi Lam <ik...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7d545084f45af44386cb38172fd783f889a8c4e7 Stats: 37 lines in 9 files changed: 14 ins; 0 del; 23 mod 8283606: Tests may fail with zh locale on MacOS Reviewed-by: iklam, rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/7924