With JDK-8378702 fixed[0], the two tests in `test/jdk/java/lang/ProcessBuilder/Basic.java` that are incompatible with the musl libc[1] are now properly excluded from running in this env, so it is safe to remove the file-wide exclusion so the other tests can be run.
[0] https://bugs.openjdk.org/browse/JDK-8378702 [1] https://github.com/fthevenet/jdk/blob/4076fdd5387dbea52249692d2874705ebca39607/test/jdk/java/lang/ProcessBuilder/Basic.java#L501C66-L535 ------------- Commit messages: - 8378584: (process) Investigate and fix Alpine errors in Basic.java ProcessBuilder test, and re-enable tests Changes: https://git.openjdk.org/jdk/pull/30016/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30016&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8378584 Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30016.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30016/head:pull/30016 PR: https://git.openjdk.org/jdk/pull/30016
