On Wed, 25 Feb 2026 16:47: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. This pull request has now been integrated. Changeset: 63c1cb3a Author: Frederic Thevenet <[email protected]> Committer: Thomas Stuefe <[email protected]> URL: https://git.openjdk.org/jdk/commit/63c1cb3ad1cc3be22fd8b401894acf37683dad67 Stats: 12 lines in 1 file changed: 4 ins; 0 del; 8 mod 8378702: jdk.test.lib.Platform.isMusl() may return false negative on Alpine Linux Reviewed-by: stuefe, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/29923
