RFR: JDK-8304063: tools/jpackage/share/AppLauncherEnvTest.java fails when checking LD_LIBRARY_PATH [v2]

Alexey Semenyuk asemenyuk at openjdk.org
Thu Mar 16 13:16:25 UTC 2023


On Thu, 16 Mar 2023 09:08:08 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> The test fails on Alpine Linux 3.17, when checking the environment variable LD_LIBRARY_PATH; looks like the actual env variable is much longer than the test expects. It turned out that at least on Linux (probably also on other OS like AIX)  the actual env variable has the expected string at it's end, but might contain more path entries ( LD_LIBRARY_PATH can be adjusted by jvm - https://github.com/openjdk/jdk/blob/master/src/java.base/unix/native/libjli/java_md.c  ).
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   redo check

Marked as reviewed by asemenyuk (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/13041


More information about the core-libs-dev mailing list