On Mon, 2 Mar 2026 11:11:14 GMT, Thomas Stuefe <[email protected]> wrote:
> How many tests do we manually disable with this function? All of those tests > will now run on Alpine. We might see new problems. That is not a reason not > to fix it, but we should remember this patch when new Alpine problems appear. I counted 9 call sites for `Platform.isMusl()`. But the method will only fail under pretty specific circumstances, i.e. when `/usr/bin` and `/bin/` have been removed from the PATH: process builder tests in `Basic.java` do that on purpose and so they were affected, but I suspect this should otherwise be quite rare. Still, you're right of course that we should keep this in mind should new failures appear on Alpine. ------------- PR Comment: https://git.openjdk.org/jdk/pull/29923#issuecomment-3984814482
