RFR: 8272358: Some tests may fail when executed with other locales than the US
Sergey Bylokhov
serb at openjdk.java.net
Thu Aug 12 19:54:33 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).
-------------
Commit messages:
- Initial fix of JDK-8272358
Changes: https://git.openjdk.java.net/jdk/pull/5098/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5098&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8272358
Stats: 9 lines in 4 files changed: 1 ins; 0 del; 8 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