<i18n dev> RFR: 8313307: java/util/Formatter/Padding.java fails on some Locales
Justin Lu
jlu at openjdk.org
Fri Jul 28 16:47:43 UTC 2023
On Fri, 28 Jul 2023 08:49:20 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Fails like this:
>
>
> $ CONF=macosx-aarch64-server-fastdebug make images test TEST=java/util/Formatter/Padding.java
>
> ...
> STARTED Padding::padding '[216] -0000001.2, % 010.1f, -1.2'
> org.opentest4j.AssertionFailedError: expected: <-0000001.2> but was: <-0000001,2>
>
>
> Looks like a locale problem in test, so the simplest fix is to ask for a neutral Locale there.
LGTM
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/15066#pullrequestreview-1552500764
More information about the i18n-dev
mailing list