Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl #106

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/jdk/java/lang/ProcessBuilder/Basic.java
Expand Up @@ -33,6 +33,7 @@
* @modules java.base/java.lang:open
* java.base/java.io:open
* java.base/jdk.internal.misc
* @requires !vm.musl
* @library /test/lib
* @run main/othervm/native/timeout=300 -Djava.security.manager=allow Basic
* @run main/othervm/native/timeout=300 -Djava.security.manager=allow -Djdk.lang.Process.launchMechanism=fork Basic
Expand All @@ -44,7 +45,7 @@
* @modules java.base/java.lang:open
* java.base/java.io:open
* java.base/jdk.internal.misc
* @requires (os.family == "linux")
* @requires (os.family == "linux" & !vm.musl)
* @library /test/lib
* @run main/othervm/timeout=300 -Djava.security.manager=allow -Djdk.lang.Process.launchMechanism=posix_spawn Basic
*/
Expand Down