Skip to content

Commit fcbf9cb

Browse files
committed
Tag transient failure on JDK 11
1 parent 60a68c5 commit fcbf9cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/tags/core/process/exec_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ slow:Process.exec with a command array raises an ArgumentError if the Array does
2020
slow:Process.exec with an options Hash with Integer option keys maps the key to a file descriptor in the child that inherits the file descriptor from the parent specified by the value
2121
slow:Process.exec with an options Hash with Integer option keys lets the process after exec have specified file descriptor despite close_on_exec
2222
slow:Process.exec with an options Hash with Integer option keys sets close_on_exec to false on specified fd even when it fails
23+
jvm(transient, JDK11, since PR 1232):Process.exec with an options Hash with Integer option keys maps the key to a file descriptor in the child that inherits the file descriptor from the parent specified by the value

0 commit comments

Comments
 (0)