RFR: 8320601: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-all
Matthias Baesken
mbaesken at openjdk.org
Thu Nov 23 09:02:05 UTC 2023
On Wed, 22 Nov 2023 15:59:38 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> java/lang/invoke/lambda/LambdaFileEncodingSerialization.java is already problem listed on linux-x64. However, the issue is not processor specific. We see the failure on linux on other architectures as well.
Makes sense to do it on all Linux CPU archs; however I wonder about the following - is there maybe some environment variable setting missing in the test that otherwise would make the test run successfully ?
In the test java/lang/invoke/lambda/LambdaFileEncodingSerialization.java we set already
https://github.com/openjdk/jdk/blob/8db7bad992a0f31de9c7e00c2657c18670539102/test/jdk/java/lang/invoke/lambda/LambdaFileEncodingSerialization.java#L83
` env.put("LC_ALL", "en_US.UTF-8"); // Ensure locale supports the test requirements, lambda with a UTF char`
is that maybe not sufficient on some systems and some other env var must be set ?
-------------
Marked as reviewed by mbaesken (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16784#pullrequestreview-1745975621
PR Comment: https://git.openjdk.org/jdk/pull/16784#issuecomment-1824017867
More information about the compiler-dev
mailing list