-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
- 9.0.0.0.rc2
- 9.0.0.0.rc1
- 9.0.0.0.pre2
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Bignum#| raises a TypeError when passed a Float | ||
fails:Bignum#| returns self bitwise OR other when one operand is negative |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
fails:Enumerator::Lazy#collect_concat calls the block with initial values when yield with multiple arguments | ||
fails:Enumerator::Lazy#collect_concat when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#collect_concat when the returned lazy enumerator is evaluated by Enumerable#first flattens elements when the given block returned an array or responding to .each and .force | ||
fails:Enumerator::Lazy#collect_concat on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#collect_concat on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first flattens elements when the given block returned an array or responding to .each and .force |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#collect calls the block with initial values when yield with multiple arguments | ||
fails:Enumerator::Lazy#collect when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#collect on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#drop_while calls the block with initial values when yield with multiple arguments | ||
fails:Enumerator::Lazy#drop_while when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#drop_while on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
fails:Enumerator::Lazy#enum_for requires multiple arguments | ||
fails:Enumerator::Lazy#enum_for generates a lazy enumerator from the given name | ||
fails:Enumerator::Lazy#enum_for passes given arguments to wrapped method | ||
fails:Enumerator::Lazy#enum_for used by some parent's methods though returning Lazy |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#find_all calls the block with a gathered array when yield with multiple arguments | ||
fails:Enumerator::Lazy#find_all when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#find_all on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
fails:Enumerator::Lazy#flat_map calls the block with initial values when yield with multiple arguments | ||
fails:Enumerator::Lazy#flat_map when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#flat_map when the returned lazy enumerator is evaluated by Enumerable#first flattens elements when the given block returned an array or responding to .each and .force | ||
fails:Enumerator::Lazy#flat_map on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#flat_map on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first flattens elements when the given block returned an array or responding to .each and .force |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
fails:Enumerator::Lazy#grep requires an argument | ||
fails:Enumerator::Lazy#grep calls the block with a gathered array when yield with multiple arguments | ||
fails:Enumerator::Lazy#grep when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when not given a block | ||
fails:Enumerator::Lazy#grep when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when given a block | ||
fails:Enumerator::Lazy#grep on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when not given a block | ||
fails:Enumerator::Lazy#grep on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when given a block |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#map calls the block with initial values when yield with multiple arguments | ||
fails:Enumerator::Lazy#map when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#map on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#reject calls the block with a gathered array when yield with multiple arguments | ||
fails:Enumerator::Lazy#reject when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#reject on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#select calls the block with a gathered array when yield with multiple arguments | ||
fails:Enumerator::Lazy#select when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#select on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
fails:Enumerator::Lazy#to_enum requires multiple arguments | ||
fails:Enumerator::Lazy#to_enum generates a lazy enumerator from the given name | ||
fails:Enumerator::Lazy#to_enum passes given arguments to wrapped method | ||
fails:Enumerator::Lazy#to_enum used by some parent's methods though returning Lazy |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:Enumerator::Lazy#zip calls the block with a gathered array when yield with multiple arguments | ||
fails:Enumerator::Lazy#zip when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times | ||
fails:Enumerator::Lazy#zip on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Enumerator#next_values returns an empty array if yield is called without arguments | ||
fails:Enumerator#next_values returns an array with only nil if yield is called with nil |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Enumerator#peek_values returns an empty array if yield is called without arguments | ||
fails:Enumerator#peek_values returns an array with only nil if yield is called with nil |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Exception#backtrace returns nil if no backtrace was set | ||
fails:Exception#backtrace when redefined does not affect the behaviour of Exception#message |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
fails:Exception.exception creates a new instance of Exception | ||
fails:Exception.exception sets the message of the Exception when passes a message | ||
fails:Exception.exception returns 'Exception' for message when no message given | ||
fails:Exception.exception returns the exception when it has a custom constructor | ||
fails:Exception#exception returns self when passed no argument | ||
fails:Exception#exception returns self when passed self as an argument | ||
fails:Exception#exception returns an exception of the same class as self with the message given as argument | ||
fails:Exception#exception returns an exception of the same class as self with the message given as argument, but without reinitializing |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:NoMethodError.new allows passing method args | ||
fails:NoMethodError#args returns an empty array if the caller method had no arguments | ||
fails:NoMethodError#args returns an array with the same elements as passed to the method |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
fails:File.join changes only boundaries separators | ||
fails:File.join respects the given separator if only one part has a boundary separator | ||
fails:File.join prefers the separator of the right part if both parts have separators | ||
fails:File.join does not treat \ as a separator on non-Windows | ||
fails:File.join handles leading parts edge cases | ||
fails:File.join handles trailing parts edge cases | ||
fails:File.join handles middle parts edge cases | ||
fails:File.join raises an ArgumentError if passed a recursive array | ||
fails:File.join raises a TypeError exception when args are nil | ||
fails:File.join calls #to_str | ||
fails:File.join doesn't mutate the object when calling #to_str | ||
fails:File.join calls #to_path | ||
fails(windows):File.join respects given separator if only one part has a boundary separator |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:FileTest.sticky? accepts an object that has a #to_path method | ||
fails:FileTest.sticky? returns false if the file dies not exist | ||
fails:FileTest.sticky? returns true if the named file has the sticky bit, otherwise false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:FileTest.symlink? returns true if the file is a link | ||
fails:FileTest.symlink? accepts an object that has a #to_path method | ||
fails:FileTest.symlink? returns false if the file does not exist |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:IO::SEEK_SET is defined | ||
fails:IO::SEEK_CUR is defined | ||
fails:IO::SEEK_END is defined |
This file was deleted.