RFR: JDK-8304063: tools/jpackage/share/AppLauncherEnvTest.java fails when checking LD_LIBRARY_PATH [v2]
Matthias Baesken
mbaesken at openjdk.org
Thu Mar 16 09:08:08 UTC 2023
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13041/files
- new: https://git.openjdk.org/jdk/pull/13041/files/ce1890fc..d1066109
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13041&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13041&range=00-01
Stats: 9 lines in 1 file changed: 1 ins; 4 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/13041.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/13041/head:pull/13041
PR: https://git.openjdk.org/jdk/pull/13041
More information about the core-libs-dev
mailing list