RFR: 8272358: Some tests may fail when executed with other locales than the US [v2]
Sergey Bylokhov
serb at openjdk.java.net
Tue Nov 16 20:30:23 UTC 2021
> As mentioned in the bug report this issue was reported a few times, I have checked all tests in tier1/tier2/tier3 and found these four tests which fail because of non-US locale. The common issue is that the output depends on the locale(ex: 3.14 VS 3,14).
Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge branch 'master' into JDK-8272358
- Initial fix of JDK-8272358
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5098/files
- new: https://git.openjdk.java.net/jdk/pull/5098/files/1254951a..4860557e
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5098&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5098&range=00-01
Stats: 994174 lines in 4051 files changed: 529940 ins; 443625 del; 20609 mod
Patch: https://git.openjdk.java.net/jdk/pull/5098.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5098/head:pull/5098
PR: https://git.openjdk.java.net/jdk/pull/5098
More information about the compiler-dev
mailing list