Skip to content

Commit 0cb21b2

Browse files
committed
[Truffle] Found some passing specs.
1 parent 96317c8 commit 0cb21b2

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
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
2-
fails:Array#sort raises an error when a given block returns nil
3-
fails:Array#sort completes when supplied a block that always returns the same result
4-
fails:Array#sort does not freezes self during being sorted
51
fails:Array#sort returns the specified value when it would break in the given block
6-
fails:Array#sort uses the sign of Bignum block results as the sort result
7-
fails:Array#sort compares values returned by block with 0
8-
fails:Array#sort raises an error if objects can't be compared
9-
fails:Array#sort! sorts array in place using block value if a block given
10-
fails:Array#sort! does not call #<=> on contained objects when invoked with a block
11-
fails:Array#sort! does not call #<=> on elements when invoked with a block even if Array is large (Rubinius #412)
122
fails:Array#sort! returns the specified value when it would break in the given block
13-
fails:Array#sort! makes some modification even if finished sorting when it would break in the given block
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
fails:Kernel#extend requires multiple arguments
21
fails:Kernel#extend calls extend_object on argument
32
fails:Kernel#extend calls extended on argument

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

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fails:Kernel#method returns a method object if we repond_to_missing? method
22
fails:Kernel#method raises a NameError for an invalid method name
33
fails:Kernel#method raises a NameError for an invalid singleton method name
4-
fails:Kernel#method changes the method called for super on a target aliased method
54
fails:Kernel#method will see an alias of the original method as == when in a derived class
65
fails:Kernel#method can be called even if we only repond_to_missing? method, true

spec/truffle/tags/core/regexp/match_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ fails:Regexp#match with [string, position] when given a negative position uses t
88
fails:Regexp#match with [string, position] when passed a block yields the MatchData
99
fails:Regexp#match with [string, position] when passed a block returns the block result
1010
fails:Regexp#~ matches against the contents of $_
11-
fails:Regexp#match returns a MatchData object, when argument is a Symbol

0 commit comments

Comments
 (0)