-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
31 changed files
with
69 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:ARGF.read_nonblock treats second nil argument as no output buffer | ||
fails:ARGF.read_nonblock returns :wait_readable when the :exception is set to false |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:ARGF.readpartial treats second nil argument as no output buffer | ||
fails:ARGF.readpartial clears output buffer even if EOFError is raised because @argf is at end |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:Binding#local_variable_defined? allows usage of a String as the variable name | ||
fails:Binding#local_variable_defined? allows usage of an object responding to #to_str as the variable name |
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,2 +1,3 @@ | ||
fails:Enumerable#slice_when when given a block splits chunks between adjacent elements i and j where the block returns true | ||
fails:Enumerable#slice_when when given a block calls the block for length of the receiver enumerable minus one times | ||
fails:when an iterator method yields more than one value processes all yielded values |
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#collect_concat sets nil to size | ||
fails:Enumerator::Lazy#collect_concat on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#collect_concat sets #size to nil | ||
fails:Enumerator::Lazy#collect_concat on a nested Lazy sets #size to nil |
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#drop_while sets nil to size | ||
fails:Enumerator::Lazy#drop_while on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#drop_while sets #size to nil | ||
fails:Enumerator::Lazy#drop_while on a nested Lazy sets #size to nil |
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,4 @@ | ||
fails:Enumerator::Lazy#enum_for sets nil to size when not given a block | ||
fails:Enumerator::Lazy#enum_for sets given block to size when given a block | ||
fails:Enumerator::Lazy#enum_for used by some parent's methods though returning Lazy | ||
fails:Enumerator::Lazy#enum_for sets #size to nil when not given a 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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#find_all sets nil to size | ||
fails:Enumerator::Lazy#find_all on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#find_all sets #size to nil | ||
fails:Enumerator::Lazy#find_all on a nested Lazy sets #size to nil |
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#flat_map sets nil to size | ||
fails:Enumerator::Lazy#flat_map on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#flat_map sets #size to nil | ||
fails:Enumerator::Lazy#flat_map on a nested Lazy sets #size to nil |
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#grep sets nil to size | ||
fails:Enumerator::Lazy#grep on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#grep sets #size to nil | ||
fails:Enumerator::Lazy#grep on a nested Lazy sets #size to nil |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
fails:Enumerator::Lazy#grep_v returns a new instance of Enumerator::Lazy | ||
fails:Enumerator::Lazy#grep_v sets #size to nil | ||
fails:Enumerator::Lazy#grep_v calls the block with a gathered array when yield with multiple arguments | ||
fails:Enumerator::Lazy#grep_v when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when not given a block | ||
fails:Enumerator::Lazy#grep_v when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when given a block | ||
fails:Enumerator::Lazy#grep_v on a nested Lazy sets #size to nil | ||
fails:Enumerator::Lazy#grep_v 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_v on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when given a 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
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#reject sets nil to size | ||
fails:Enumerator::Lazy#reject on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#reject sets #size to nil | ||
fails:Enumerator::Lazy#reject on a nested Lazy sets #size to nil |
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#select sets nil to size | ||
fails:Enumerator::Lazy#select on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#select sets #size to nil | ||
fails:Enumerator::Lazy#select on a nested Lazy sets #size to nil |
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,2 +1,4 @@ | ||
fails:Enumerator::Lazy#take_while sets nil to size | ||
fails:Enumerator::Lazy#take_while on a nested Lazy sets nil to size | ||
fails:Enumerator::Lazy#take_while sets #size to nil | ||
fails:Enumerator::Lazy#take_while on a nested Lazy sets #size to nil |
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,4 @@ | ||
fails:Enumerator::Lazy#to_enum sets nil to size when not given a block | ||
fails:Enumerator::Lazy#to_enum sets given block to size when given a block | ||
fails:Enumerator::Lazy#to_enum used by some parent's methods though returning Lazy | ||
fails:Enumerator::Lazy#to_enum sets #size to nil when not given a 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:IO#each_line with limit when limit is 0 raises an ArgumentError |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:IO#each with limit when limit is 0 raises an ArgumentError |
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:IO#puts calls :to_ary before writing non-string objects, regardless of it being implemented in the receiver | ||
fails:IO#puts calls :to_ary before writing non-string objects |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Process.euid= raises Errno::ERPERM if run by a non superuser trying to set the superuser id from username |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fails:Process.getrlimit when passed a Symbol coerces :LOCKS into RLIMIT_LOCKS | ||
fails:Process.getrlimit when passed a Symbol coerces :NLIMITS into RLIMIT_NLIMITS | ||
fails:Process.getrlimit when passed a Symbol coerces :OFILE into RLIMIT_OFILE | ||
fails:Process.getrlimit when passed a String coerces 'LOCKS' into RLIMIT_LOCKS | ||
fails:Process.getrlimit when passed a String coerces 'NLIMITS' into RLIMIT_NLIMITS | ||
fails:Process.getrlimit when passed a String coerces 'OFILE' into RLIMIT_OFILE |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Process.uid= raises Errno::ERPERM if run by a non privileged user trying to set the superuser id from username |
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:Coverage.peek_result returns the result so far | ||
fails:Coverage.peek_result second call after require returns accumulated result |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fails:Coverage.result gives the covered files as a hash with arrays of count or nil | ||
fails:Coverage.result no requires/loads should give empty hash | ||
fails:Coverage.result second run without load/require should give empty hash | ||
fails:Coverage.result second Coverage.start does nothing | ||
fails:Coverage.result should list coverage for the required file starting coverage | ||
fails:Coverage.result should list coverage for the loaded file starting coverage |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Date#>> returns the day of the reform if date falls within calendar reform |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Date#<< raises an error on non numeric parameters |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Date#next_year returns the day of the reform if date falls within calendar reform |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Date#prev_year returns the day of the reform if date falls within calendar reform |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
fails:UDPSocket.send sends data in ad hoc mode | ||
fails:UDPSocket.send sends data in ad hoc mode (with port given as a String) | ||
fails:UDPSocket.send sends data in connection mode |