On Mon, 2 Mar 2026 09:41:03 GMT, Frederic Thevenet <[email protected]> wrote:
>> 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 Thanks for the updates. ------------- Marked as reviewed by rriggs (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/29923#pullrequestreview-3876415062
