Skip to content

Commit

Permalink
[Truffle] Another round of specs to tag on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 29, 2015
1 parent a88eb46 commit 028697a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/truffle/tags/core/kernel/eval_tags.txt
Expand Up @@ -9,4 +9,5 @@ fails:Kernel#eval returns from the scope calling #eval when evaluating 'return'
fails:Kernel#eval unwinds through a Proc-style closure and returns from a lambda-style closure in the closure chain
slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
slow:Kernel#eval does not share locals across eval scopes

fails(windows bug):Kernel#eval does not share locals across eval scopes
fails(windows bug):Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
4 changes: 4 additions & 0 deletions spec/truffle/tags/core/kernel/fork_tags.txt
Expand Up @@ -5,3 +5,7 @@ fails:Kernel#fork marks threads from the parent as killed
fails:Kernel.fork returns nil for the child process
fails:Kernel.fork runs a block in a child process
fails:Kernel.fork marks threads from the parent as killed
fails(windows):Kernel#fork returns false from #respond_to?
fails(windows):Kernel#fork raises a NotImplementedError when called
fails(windows):Kernel.fork returns false from #respond_to?
fails(windows):Kernel.fork raises a NotImplementedError when called
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/kernel/spawn_tags.txt
Expand Up @@ -139,3 +139,5 @@ fails:Kernel.spawn when passed :chdir changes to the directory passed for :chdir
fails:Kernel.spawn when passed :chdir calls #to_path to convert the :chdir value
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
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
fails(windows):Kernel#spawn raises an ArgumentError if given :pgroup option
fails(windows):Kernel.spawn raises an ArgumentError if given :pgroup option

0 comments on commit 028697a

Please sign in to comment.