You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/core/process/spawn_tags.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,3 +88,6 @@ ci:Process.spawn redirects STDOUT to the given file if out: String
88
88
ci:Process.spawn redirects STDOUT to the given file if out: [String name, String mode]
89
89
ci:Process.spawn redirects STDERR to the given file if err: String
90
90
fails:Process.spawn raises an Errno::EACCES or Errno::EISDIR when passed a directory
91
+
fails(spurious failure):Process.spawn when passed close_others: false does not close file descriptors >= 3 in the child process if fds are set close_on_exec=false
92
+
fails(spurious failure):Process.spawn when passed close_others: false closes file descriptors >= 3 in the child process because they are set close_on_exec by default
93
+
fails(spurious failure):Process.spawn when passed close_others: true closes file descriptors >= 3 in the child process even if fds are set close_on_exec=false
0 commit comments