RFR: 8293579: tools/jpackage/share/jdk/jpackage/tests/UnicodeArgsTest.java fails on Japanese Windows platform [v2]

Alexey Semenyuk asemenyuk at openjdk.org
Mon Oct 3 17:03:25 UTC 2022


On Mon, 3 Oct 2022 09:39:08 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:

>> I don't think it will be many practical setups where this test fails. This test has been around for more than 2 years and this is the first accident.
>
> At least, the results in different encodings are the same as before the fix.
> How about not fixing the pattern for other encordings to avoid false negative?

This looks good to me. The only requirement to the value of `testString` is that it is a letter outside of the Basic Latin character set.

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

PR: https://git.openjdk.org/jdk/pull/10226


More information about the core-libs-dev mailing list