Skip to content

Commit

Permalink
[Truffle] Found some passing specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Mar 15, 2015
1 parent 96317c8 commit 0cb21b2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions spec/truffle/tags/core/array/sort_tags.txt
@@ -1,13 +1,2 @@
fails:Array#sort may take a block which is used to determine the order of objects a and b described as -1, 0 or +1
fails:Array#sort raises an error when a given block returns nil
fails:Array#sort completes when supplied a block that always returns the same result
fails:Array#sort does not freezes self during being sorted
fails:Array#sort returns the specified value when it would break in the given block
fails:Array#sort uses the sign of Bignum block results as the sort result
fails:Array#sort compares values returned by block with 0
fails:Array#sort raises an error if objects can't be compared
fails:Array#sort! sorts array in place using block value if a block given
fails:Array#sort! does not call #<=> on contained objects when invoked with a block
fails:Array#sort! does not call #<=> on elements when invoked with a block even if Array is large (Rubinius #412)
fails:Array#sort! returns the specified value when it would break in the given block
fails:Array#sort! makes some modification even if finished sorting when it would break in the given block
1 change: 0 additions & 1 deletion spec/truffle/tags/core/kernel/extend_tags.txt
@@ -1,3 +1,2 @@
fails:Kernel#extend requires multiple arguments
fails:Kernel#extend calls extend_object on argument
fails:Kernel#extend calls extended on argument
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/kernel/freeze_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/kernel/method_tags.txt
@@ -1,6 +1,5 @@
fails:Kernel#method returns a method object if we repond_to_missing? method
fails:Kernel#method raises a NameError for an invalid method name
fails:Kernel#method raises a NameError for an invalid singleton method name
fails:Kernel#method changes the method called for super on a target aliased method
fails:Kernel#method will see an alias of the original method as == when in a derived class
fails:Kernel#method can be called even if we only repond_to_missing? method, true
1 change: 0 additions & 1 deletion spec/truffle/tags/core/regexp/match_tags.txt
Expand Up @@ -8,4 +8,3 @@ fails:Regexp#match with [string, position] when given a negative position uses t
fails:Regexp#match with [string, position] when passed a block yields the MatchData
fails:Regexp#match with [string, position] when passed a block returns the block result
fails:Regexp#~ matches against the contents of $_
fails:Regexp#match returns a MatchData object, when argument is a Symbol

0 comments on commit 0cb21b2

Please sign in to comment.