Skip to content

Commit

Permalink
Showing 6 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/kernel/binding_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
fails:Kernel.binding returns a binding for the caller
fails:Kernel#binding encapsulates the execution context properly
fails:Kernel#binding uses the closure's self as self in the binding
fails:Kernel#binding uses the class as self in a Class.new block
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:Kernel#define_singleton_method when given an UnboundMethod defines any Child class method from any Parent's class methods
fails:Kernel#define_singleton_method when given an UnboundMethod will raise when attempting to define an object's singleton method from another object's singleton method
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/kernel/eval_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fails:Kernel#eval evaluates within the scope of the eval
fails:Kernel#eval evaluates such that consts are scoped to the class of the eval
fails:Kernel#eval uses the filename of the binding if none is provided
fails:Kernel#eval uses the receiver as self inside the eval
fails:Kernel#eval returns from the scope calling #eval when evaluating 'return'
@@ -8,5 +6,3 @@ slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in
slow:Kernel#eval does not share locals across eval scopes
windows:Kernel#eval does not share locals across eval scopes
windows:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
fails:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
fails:Kernel#eval does not share locals across eval scopes
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/kernel/exec_tags.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ fails:Kernel#exec raises Errno::EACCES when the file does not have execute permi
fails:Kernel#exec raises Errno::EACCES when passed a directory
fails:Kernel#exec runs the specified command, replacing current process
fails:Kernel#exec sets the current directory when given the :chdir option
fails:Kernel#exec flushes STDERR upon exit when it's not set to sync
fails:Kernel#exec with a single argument subjects the specified command to shell expansion
fails:Kernel#exec with a single argument creates an argument array with shell parsing semantics for whitespace
fails:Kernel#exec (environment variables) sets environment variables in the child environment
@@ -22,7 +21,6 @@ fails:Kernel.exec raises Errno::EACCES when the file does not have execute permi
fails:Kernel.exec raises Errno::EACCES when passed a directory
fails:Kernel.exec runs the specified command, replacing current process
fails:Kernel.exec sets the current directory when given the :chdir option
fails:Kernel.exec flushes STDERR upon exit when it's not set to sync
fails:Kernel.exec with a single argument subjects the specified command to shell expansion
fails:Kernel.exec with a single argument creates an argument array with shell parsing semantics for whitespace
fails:Kernel.exec (environment variables) sets environment variables in the child environment
@@ -74,5 +72,3 @@ slow:Kernel.exec with a command array uses the first element as the command name
slow:Kernel.exec with a command array coerces the argument using to_ary
slow:Kernel.exec with a command array raises an ArgumentError if the Array does not have exactly two elements
slow:Kernel.exec with an options Hash 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.exec flushes STDOUT upon exit when it's not set to sync
fails:Kernel#exec flushes STDOUT upon exit when it's not set to sync
1 change: 0 additions & 1 deletion spec/truffle/tags/core/kernel/loop_tags.txt

This file was deleted.

10 changes: 0 additions & 10 deletions spec/truffle/tags/core/kernel/puts_tags.txt

This file was deleted.

0 comments on commit 8020fee

Please sign in to comment.