-
-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96317c8
commit 0cb21b2
Showing
5 changed files
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters