<i18n dev> RFR: 8313307: java/util/Formatter/Padding.java fails on some Locales
Aleksey Shipilev
shade at openjdk.org
Fri Jul 28 08:56:08 UTC 2023
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.
-------------
Commit messages:
- Fix
Changes: https://git.openjdk.org/jdk/pull/15066/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15066&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8313307
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/15066.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15066/head:pull/15066
PR: https://git.openjdk.org/jdk/pull/15066
More information about the i18n-dev
mailing list