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/truffle/tags/core/kernel/spawn_tags.txt
+2
Original file line number
Diff line number
Diff line change
@@ -139,3 +139,5 @@ fails:Kernel.spawn when passed :chdir changes to the directory passed for :chdir
139
139
fails:Kernel.spawn when passed :chdir calls #to_path to convert the :chdir value
140
140
fails:Kernel#spawn 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
141
141
fails:Kernel.spawn 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
142
+
fails(windows):Kernel#spawn raises an ArgumentError if given :pgroup option
143
+
fails(windows):Kernel.spawn raises an ArgumentError if given :pgroup option
0 commit comments