RFR: 8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch [v2]
Mikhailo Seledtsov
mseledtsov at openjdk.org
Fri Aug 26 17:02:51 UTC 2022
> Decimal point differs based on locale, could be '.' or ','.
> Due to settings on a test host environment locale may differ between
> the native side vs Java side thus causing mismatch and test failure.
>
> Solution: added special handling in comparison loop for decimal points.
>
> Testing: PASS (see bug comments for details)
Mikhailo Seledtsov has updated the pull request incrementally with one additional commit since the last revision:
Implemented review feedback
Co-authored-by: Aleksey Shipilëv <shade at redhat.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10033/files
- new: https://git.openjdk.org/jdk/pull/10033/files/0e77e74b..bf7764b8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10033&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10033&range=00-01
Stats: 4 lines in 1 file changed: 0 ins; 1 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/10033.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10033/head:pull/10033
PR: https://git.openjdk.org/jdk/pull/10033
More information about the hotspot-compiler-dev
mailing list