[jdk11u-dev] RFR: 8283606: Tests may fail with zh locale on MacOS

Nagata-Haruhito duke at openjdk.org
Mon Dec 26 02:06:51 UTC 2022


I would like to backport JDK-8283606 to JDK11u. This fix cannot be applied cleanly.
- Test does not provided in JDK11u
  (test/langtools/jdk/javadoc/tool/testLocaleOption/TestLocaleOption.java)
- Need to add test items that is removed from the following test in the latest version
  (test/langtools/jdk/javadoc/tool/EnsureNewOldDoclet.java)
- Need to add more tests that are removed in latest version and have same problem.
  (test/langtools/tools/javadoc/6964914/TestStdDoclet.java,
   test/langtools/tools/javadoc/6964914/TestUserDoclet.java, and
   test/jdk/tools/pack200/DeprecatePack200.java)

I tried to run these tests on Japanese Windows 10, and all tests are passed.

But, I am not a author, so need a sponsor.
Would you plese review this fix?

Thank you.

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

Commit messages:
 - Backport 7d545084f45af44386cb38172fd783f889a8c4e7

Changes: https://git.openjdk.org/jdk11u-dev/pull/1611/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1611&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8283606
  Stats: 54 lines in 11 files changed: 16 ins; 0 del; 38 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1611.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1611/head:pull/1611

PR: https://git.openjdk.org/jdk11u-dev/pull/1611


More information about the jdk-updates-dev mailing list