Skip to content

Commit

Permalink
[Truffle] Fix tag files with specs moved from core/object.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 18, 2015
1 parent cefcede commit 6e1ec0d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/basicobject/__id__tags.txt
@@ -0,0 +1 @@
fails:BasicObject#__id__ returns a different value for two Float literals
5 changes: 5 additions & 0 deletions spec/truffle/tags/core/basicobject/instance_eval_tags.txt
@@ -0,0 +1,5 @@
fails:BasicObject#instance_eval expects a block with no arguments
fails:BasicObject#instance_eval yields the object to the block
fails:BasicObject#instance_eval gets constants in the receiver if a string given
fails:BasicObject#instance_eval raises a TypeError when defining methods on an immediate
fails:BasicObject#instance_eval raises a TypeError when defining methods on numerics
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/basicobject/instance_exec_tags.txt
@@ -0,0 +1,2 @@
fails:BasicObject#instance_exec raises a TypeError when defining methods on an immediate
fails:BasicObject#instance_exec raises a TypeError when defining methods on numerics
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/kernel/instance_of_tags.txt
@@ -0,0 +1,3 @@
fails:Kernel#instance_of? returns false if given a Module that is included in object's class
fails:Kernel#instance_of? returns false if given a Module that is included one of object's ancestors only
fails:Kernel#instance_of? returns false if given a Module that is not included in object's class
1 change: 1 addition & 0 deletions spec/truffle/tags/core/kernel/object_id_tags.txt
@@ -0,0 +1 @@
fails:Kernel#object_id returns a different value for two Float literals
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/object/instance_exec_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/object/instance_of_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/object/object_id_tags.txt

This file was deleted.

0 comments on commit 6e1ec0d

Please sign in to comment.