Skip to content

Commit

Permalink
[Truffle] Tagged more specs on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 28, 2015
1 parent 01944cc commit 9fb2a4d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/method/source_location_tags.txt
@@ -1,2 +1,3 @@
fails:Method#source_location works for methods defined with an UnboundMethod
fails:Method#source_location for a Method generated by respond_to_missing? returns nil
fails(windows bug):Method#source_location sets the first value to the path of the file in which the method was defined
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/daemon_tags.txt
Expand Up @@ -28,3 +28,4 @@ fails:Process.daemon when the second argument is non-false does not redirect std
fails:Process.daemon when the second argument is non-false does not redirect stderr to /dev/null
fails:Process.daemon when the second argument is non-false does not redirect stdin to /dev/null
fails:Process.daemon when the second argument is non-false does not close open files
fails(windows):Process.daemon raises a NotImplementedError when called
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/fork_tags.txt
@@ -1,3 +1,4 @@
fails:Process.fork returns nil for the child process
fails:Process.fork runs a block in a child process
fails:Process.fork marks threads from the parent as killed
fails(windows):Process.fork raises a NotImplementedError when called
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/spawn_tags.txt
Expand Up @@ -68,3 +68,4 @@ fails:Process.spawn with a command array raises a TypeError if an element in the
fails:Process.spawn when passed :chdir changes to the directory passed for :chdir
fails:Process.spawn when passed :chdir calls #to_path to convert the :chdir value
fails:Process.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
fails(windows):Process.spawn raises an ArgumentError if given :pgroup option
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/status/exited_tags.txt
@@ -1,2 +1,3 @@
fails:Process::Status#exited? for a child that exited normally returns true
fails:Process::Status#exited? for a terminated child returns false
fails(windows):Process::Status#exited? for a terminated child always returns true
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/status/signaled_tags.txt
@@ -1,2 +1,3 @@
fails:Process::Status#signaled? for a cleanly exited child returns false
fails:Process::Status#signaled? for a terminated child returns true
fails(windows):Process::Status#signaled? for a terminated child always returns false
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/status/success_tags.txt
@@ -1,3 +1,4 @@
fails:Process::Status#success? for a child that exited normally returns true
fails:Process::Status#success? for a child that exited with a non zero status returns false
fails:Process::Status#success? for a child that was terminated returns nil
fails(windows):Process::Status#success? for a child that was terminated always returns true
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/status/termsig_tags.txt
@@ -1,2 +1,3 @@
fails:Process::Status#termsig for a child that exited normally returns true
fails:Process::Status#termsig for a child that was sent a signal returns the signal
fails(windows):Process::Status#termsig for a child that was sent a signal always returns nil

0 comments on commit 9fb2a4d

Please sign in to comment.