Skip to content

Commit

Permalink
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on…
Browse files Browse the repository at this point in the history
… Mac

Backport-of: cc1800fa4de3c1369efd46f5ca967ea82763f5d5
  • Loading branch information
elifaslan1 authored and Paul Hohensee committed Mar 28, 2024
1 parent 9b9573f commit a6180f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/*
* @test
* @bug 8307990
* @requires (os.family == "linux") | (os.family == "aix")
* @requires (os.family == "linux") | (os.family == "aix") | (os.family == "mac")
* @requires vm.debug
* @library /test/lib
* @run main/othervm/timeout=300 JspawnhelperProtocol
Expand Down

1 comment on commit a6180f7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.