> jdk.test.lib.Platform.isMusl() may return false on Alpine linux, where it > should return true. > This means that the jtreg tests is is used to guard will incorrectly fail. > This happens when tests deliberately clobber the PATH and `ldd` can no > longer be found. This PR uses a full path for `ldd` instead to work around > the issue.
Frederic Thevenet has updated the pull request incrementally with one additional commit since the last revision: Print stack trace ------------- Changes: - all: https://git.openjdk.org/jdk/pull/29923/files - new: https://git.openjdk.org/jdk/pull/29923/files/12851912..4d2a26db Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=29923&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29923&range=00-01 Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/29923.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29923/head:pull/29923 PR: https://git.openjdk.org/jdk/pull/29923
