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