Skip to content

Commit 028697a

Browse files
committed
[Truffle] Another round of specs to tag on Windows.
1 parent a88eb46 commit 028697a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

spec/truffle/tags/core/kernel/eval_tags.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ fails:Kernel#eval returns from the scope calling #eval when evaluating 'return'
99
fails:Kernel#eval unwinds through a Proc-style closure and returns from a lambda-style closure in the closure chain
1010
slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
1111
slow:Kernel#eval does not share locals across eval scopes
12-
12+
fails(windows bug):Kernel#eval does not share locals across eval scopes
13+
fails(windows bug):Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain

spec/truffle/tags/core/kernel/fork_tags.txt

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ fails:Kernel#fork marks threads from the parent as killed
55
fails:Kernel.fork returns nil for the child process
66
fails:Kernel.fork runs a block in a child process
77
fails:Kernel.fork marks threads from the parent as killed
8+
fails(windows):Kernel#fork returns false from #respond_to?
9+
fails(windows):Kernel#fork raises a NotImplementedError when called
10+
fails(windows):Kernel.fork returns false from #respond_to?
11+
fails(windows):Kernel.fork raises a NotImplementedError when called

spec/truffle/tags/core/kernel/spawn_tags.txt

+2
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,5 @@ fails:Kernel.spawn when passed :chdir changes to the directory passed for :chdir
139139
fails:Kernel.spawn when passed :chdir calls #to_path to convert the :chdir value
140140
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
141141
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

Comments
 (0)