Skip to content

Commit

Permalink
[Truffle] Add CI-specific tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 27, 2016
1 parent c2a2bfb commit 7c312c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/kernel/spawn_tags.txt
Expand Up @@ -120,3 +120,6 @@ slow:Kernel.spawn uses the current umask by default
slow:Kernel.spawn when passed close_others: false closes file descriptors >= 3 in the child process because they are set close_on_exec by default
slow:Kernel.spawn when passed close_others: false does not close file descriptors >= 3 in the child process if fds are set close_on_exec=false
slow: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
ci:Kernel#spawn unsets other environment variables when given a true :unsetenv_others option
ci:Kernel#spawn unsets other environment variables when given a non-false :unsetenv_others option
ci:Kernel#spawn does not unset environment variables included in the environment hash

0 comments on commit 7c312c7

Please sign in to comment.