[jdk8u-dev] Integrated: 8039955: [TESTBUG] jdk/lambda/LambdaTranslationTest1 - java.lang.AssertionError: expected [d:1234.000000] but found [d:1234,000000]
zzambers
duke at openjdk.org
Wed Aug 24 17:37:42 UTC 2022
On Tue, 23 Aug 2022 15:07:14 GMT, zzambers <duke at openjdk.org> wrote:
> This is backport of JDK-8039955 [1].
>
> Two tests from jdk_tier1 are sensitive to locale of test machine (expect "." as decimal separator), which causes failures when running on some locales, such as czech (which uses "," as decimal separator ). This backport fixes this issue.
>
> Patch with changes applies cleanly:
>
> git apply 0001-8039955-TESTBUG-jdk-lambda-LambdaTranslationTest1-ja.patch
>
>
> Tested locally using czech locale, 2 tests in jdk_tier1 get fixed, no regressions.
>
> [1] https://bugs.openjdk.org/browse/JDK-8039955
This pull request has now been integrated.
Changeset: 41c7d2d7
Author: Zdenek Zambersky <zzambers at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/41c7d2d74d328f1b75a8271fbdc834679edbbae6
Stats: 10 lines in 2 files changed: 4 ins; 0 del; 6 mod
8039955: [TESTBUG] jdk/lambda/LambdaTranslationTest1 - java.lang.AssertionError: expected [d:1234.000000] but found [d:1234,000000]
Backport-of: 3555038f51fbf7f908b7346a8329f4da44a7cde5
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/112
More information about the jdk8u-dev
mailing list