Skip to content

Commit

Permalink
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions spec/truffle/tags/core/kernel/spawn_tags.txt
Original file line number Diff line number Diff line change
@@ -169,9 +169,9 @@ slow:Kernel.spawn redirects STDERR to the given file descriptor if err: IO
slow:Kernel.spawn redirects STDERR to child STDOUT if :err => [:child, :out]
slow:Kernel.spawn redirects both STDERR and STDOUT to the given file descriptior
slow:Kernel.spawn redirects both STDERR and STDOUT to the given IO
fails:Kernel#spawn redirects STDOUT to the given file if out: String ERROR
fails:Kernel#spawn redirects STDOUT to the given file if out: [String name, String mode] ERROR
fails:Kernel#spawn redirects STDERR to the given file if err: String ERROR
fails:Kernel.spawn redirects STDOUT to the given file if out: String ERROR
fails:Kernel.spawn redirects STDOUT to the given file if out: [String name, String mode] ERROR
fails:Kernel.spawn redirects STDERR to the given file if err: String ERROR
fails:Kernel#spawn redirects STDOUT to the given file if out: String
fails:Kernel#spawn redirects STDOUT to the given file if out: [String name, String mode]
fails:Kernel#spawn redirects STDERR to the given file if err: String
fails:Kernel.spawn redirects STDOUT to the given file if out: String
fails:Kernel.spawn redirects STDOUT to the given file if out: [String name, String mode]
fails:Kernel.spawn redirects STDERR to the given file if err: String
6 changes: 3 additions & 3 deletions spec/truffle/tags/core/process/spawn_tags.txt
Original file line number Diff line number Diff line change
@@ -83,6 +83,6 @@ slow:Process.spawn redirects STDERR to child STDOUT if :err => [:child, :out]
slow:Process.spawn redirects both STDERR and STDOUT to the given file descriptior
slow:Process.spawn redirects both STDERR and STDOUT to the given IO
slow:Process.spawn does NOT redirect both STDERR and STDOUT at the time to the given name
fails:Process.spawn redirects STDOUT to the given file if out: String ERROR
fails:Process.spawn redirects STDOUT to the given file if out: [String name, String mode] ERROR
fails:Process.spawn redirects STDERR to the given file if err: String ERROR
fails:Process.spawn redirects STDOUT to the given file if out: String
fails:Process.spawn redirects STDOUT to the given file if out: [String name, String mode]
fails:Process.spawn redirects STDERR to the given file if err: String

0 comments on commit d6489ff

Please sign in to comment.