-
-
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
There are no files selected for viewing
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,2 +1 @@ | ||
fails:Array#select when no block is given returned Enumerator size returns the enumerable size | ||
fails:Array#select! when no block is given returned Enumerator size returns the enumerable size |
This file was deleted.
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,2 +1 @@ | ||
fails:Dir.pwd returns the current working directory | ||
fails:Dir.pwd correctly displays dirs with unicode characters in them |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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: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 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 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,8 +1 @@ | ||
fails:Exception#== returns true if one exception is the dup'd copy of the other | ||
fails:Exception#== returns true if both exceptions have the same class, no message, and no backtrace | ||
fails:Exception#== returns true if both exceptions have the same class, the same message, and no backtrace | ||
fails:Exception#== returns true if both exceptions have the same class, the same message, and the same backtrace | ||
fails:Exception#== returns false if the two exceptions inherit from Exception but have different classes | ||
fails:Exception#== returns true if the two objects subclass Exception and have the same message and backtrace | ||
fails:Exception#== returns false if the two exceptions differ only in their backtrace | ||
fails:Exception#== returns false if the two exceptions differ only in their message |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:LoadError#path is nil when constructed directly | ||
fails:LoadError raised by load or require provides the failing path in its #path attribute |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
fails:SignalException.new takes a signal number as the first argument | ||
fails:SignalException.new raises an exception with an invalid signal number | ||
fails:SignalException.new takes a signal name without SIG prefix as the first argument | ||
fails:SignalException.new takes a signal name with SIG prefix as the first argument | ||
fails:SignalException.new raises an exception with an invalid signal name | ||
fails:SignalException.new takes a signal symbol without SIG prefix as the first argument | ||
fails:SignalException.new takes a signal symbol with SIG prefix as the first argument | ||
fails:SignalException.new takes an optional message argument with a signal number | ||
fails:rescueing SignalException raises a SignalException when sent a signal |
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,2 +1 @@ | ||
fails:Hash#reject when no block is given returned Enumerator size returns the enumerable size | ||
fails:Hash#reject! when no block is given returned Enumerator size returns the enumerable size |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
fails:Kernel.String raises a TypeError if #to_s does not exist | ||
fails:Kernel.String raises a TypeError if respond_to? returns false for #to_s | ||
fails:Kernel.String raises a TypeError if #to_s is not defined, even though #respond_to?(:to_s) returns true | ||
fails:Kernel.String calls #to_s if #respond_to?(:to_s) returns true | ||
fails:Kernel.String raises a TypeError if #to_s does not return a String | ||
fails:Kernel#String raises a TypeError if #to_s does not exist | ||
fails:Kernel#String raises a TypeError if respond_to? returns false for #to_s | ||
fails:Kernel#String raises a TypeError if #to_s is not defined, even though #respond_to?(:to_s) returns true | ||
fails:Kernel#String calls #to_s if #respond_to?(:to_s) returns true | ||
fails:Kernel#String raises a TypeError if #to_s does not return a String |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,32 @@ | ||
fails:Marshal.load raises an ArgumentError when the dumped class is missing | ||
fails:Marshal.load returns the value of the proc when called with a proc | ||
fails:Marshal.load calls the proc for recursively visited data | ||
fails:Marshal.load loads an array containing objects having _dump method, and with proc | ||
fails:Marshal.load loads an array containing objects having marshal_dump method, and with proc | ||
fails:Marshal.load loads an Array with proc | ||
fails:Marshal.load assigns classes to nested subclasses of Array correctly | ||
fails:Marshal.load loads subclasses of Array with overridden << and push correctly | ||
fails:Marshal.load raises EOFError on loading an empty file | ||
fails:Marshal.load returns an untainted object if source is untainted | ||
fails:Marshal.load preserves taintedness of nested structure | ||
fails:Marshal.load returns a trusted object if source is trusted | ||
fails:Marshal.load returns an untrusted object if source is untrusted | ||
fails:Marshal.load loads a 1..2 | ||
fails:Marshal.load loads a 1...2 | ||
fails:Marshal.load loads a 'a'..'b' | ||
fails:Marshal.load loads a Struct | ||
fails:Marshal.load loads a String extended | ||
fails:Marshal.load loads a String subclass | ||
fails:Marshal.load loads a String subclass extended | ||
fails:Marshal.load loads a Fixnum -2**24 | ||
fails:Marshal.load loads a Fixnum -4516727 | ||
fails:Marshal.load loads a Fixnum -2**16 | ||
fails:Marshal.load loads a Fixnum -2**8 | ||
fails:Marshal.load loads a Fixnum -123 | ||
fails:Marshal.load loads a Fixnum -124 | ||
fails:Marshal.load loads a Class String | ||
fails:Marshal.load loads a Module Marshal | ||
fails:Marshal.load loads a Module nested | ||
fails:Marshal.load loads a _dump object | ||
fails:Marshal.load loads a _dump object extended | ||
fails:Marshal.load loads a marshal_dump object | ||
fails:Marshal.load loads a Random | ||
fails:Marshal.load raises an ArgumentError with full constant name when the dumped constant is missing | ||
fails:Marshal.load when source is tainted returns a tainted object | ||
fails:Marshal.load for an Array loads an array containing the same objects | ||
fails:Marshal.load for a Hash loads an extended_user_hash with a parameter to initialize | ||
fails:Marshal.load for a Hash preserves hash ivars when hash contains a string having ivar | ||
fails:Marshal.load for a String loads a String subclass with custom constructor | ||
fails:Marshal.load for a Struct loads a extended_struct having fields with same objects | ||
fails:Marshal.load for a Struct loads a struct having ivar | ||
fails:Marshal.load for a Struct loads a struct having fields | ||
fails:Marshal.load for a Struct does not call initialize on the unmarshaled struct | ||
fails:Marshal.load for an Exception loads a marshalled exception with no message | ||
fails:Marshal.load for an Exception loads a marshalled exception with a message | ||
fails:Marshal.load for an Exception loads a marshalled exception with a backtrace | ||
fails:Marshal.load for a user Class loads a user-marshaled extended object | ||
fails:Marshal.load for a user Class loads a user_object | ||
fails:Marshal.load for a user Class loads an object | ||
fails:Marshal.load for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class | ||
fails:Marshal.load for a user Class loads an extended Object | ||
fails:Marshal.load for a user Class loads an object having ivar | ||
fails:Marshal.load for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type | ||
fails:Marshal.load for a Regexp loads an extended Regexp | ||
fails:Marshal.load for a Regexp loads a extended_user_regexp having ivar | ||
fails:Marshal.load for a Integer loads and Integer -8 | ||
fails:Marshal.load for a Integer loads an Integer 1234 | ||
fails:Marshal.load for a Integer loads an Integer -1234 | ||
fails:Marshal.load for a Rational loads | ||
fails:Marshal.load for a Complex loads | ||
fails:Marshal.load for a Time loads | ||
fails:Marshal.load for a Time loads serialized instance variables | ||
fails:Marshal.load for a Time loads Time objects stored as links | ||
fails:Marshal.load for a Time loads the zone | ||
fails:Marshal.load for a Time loads nanoseconds | ||
fails:Marshal.load for a Class loads | ||
fails:Marshal.load for a Class raises ArgumentError if given the name of a non-Module | ||
fails:Marshal.load for a Class raises ArgumentError if given a nonexistent class | ||
fails:Marshal.load for a Module loads a module | ||
fails:Marshal.load for a Module raises ArgumentError if given the name of a non-Class | ||
fails:Marshal.load for a Module loads an old module | ||
fails:Marshal.load for a wrapped C pointer loads | ||
fails:Marshal.load for a wrapped C pointer raises TypeError when the local class is missing _data_load | ||
fails:Marshal.load for a wrapped C pointer raises ArgumentError when the local class is a regular object | ||
fails:Marshal.load when a class with the same name as the dumped one exists outside the namespace invokes Module#const_missing |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,32 @@ | ||
fails:Marshal.restore raises an ArgumentError when the dumped class is missing | ||
fails:Marshal.restore returns the value of the proc when called with a proc | ||
fails:Marshal.restore calls the proc for recursively visited data | ||
fails:Marshal.restore loads an array containing objects having _dump method, and with proc | ||
fails:Marshal.restore loads an array containing objects having marshal_dump method, and with proc | ||
fails:Marshal.restore loads an Array with proc | ||
fails:Marshal.restore assigns classes to nested subclasses of Array correctly | ||
fails:Marshal.restore loads subclasses of Array with overridden << and push correctly | ||
fails:Marshal.restore raises EOFError on loading an empty file | ||
fails:Marshal.restore returns an untainted object if source is untainted | ||
fails:Marshal.restore preserves taintedness of nested structure | ||
fails:Marshal.restore returns a trusted object if source is trusted | ||
fails:Marshal.restore returns an untrusted object if source is untrusted | ||
fails:Marshal.restore loads a 1..2 | ||
fails:Marshal.restore loads a 1...2 | ||
fails:Marshal.restore loads a 'a'..'b' | ||
fails:Marshal.restore loads a Struct | ||
fails:Marshal.restore loads a String extended | ||
fails:Marshal.restore loads a String subclass | ||
fails:Marshal.restore loads a String subclass extended | ||
fails:Marshal.restore loads a Fixnum -2**24 | ||
fails:Marshal.restore loads a Fixnum -4516727 | ||
fails:Marshal.restore loads a Fixnum -2**16 | ||
fails:Marshal.restore loads a Fixnum -2**8 | ||
fails:Marshal.restore loads a Fixnum -123 | ||
fails:Marshal.restore loads a Fixnum -124 | ||
fails:Marshal.restore loads a Class String | ||
fails:Marshal.restore loads a Module Marshal | ||
fails:Marshal.restore loads a Module nested | ||
fails:Marshal.restore loads a _dump object | ||
fails:Marshal.restore loads a _dump object extended | ||
fails:Marshal.restore loads a marshal_dump object | ||
fails:Marshal.restore loads a Random | ||
fails:Marshal.restore raises an ArgumentError with full constant name when the dumped constant is missing | ||
fails:Marshal.restore when source is tainted returns a tainted object | ||
fails:Marshal.restore for an Array loads an array containing the same objects | ||
fails:Marshal.restore for a Hash loads an extended_user_hash with a parameter to initialize | ||
fails:Marshal.restore for a Hash preserves hash ivars when hash contains a string having ivar | ||
fails:Marshal.restore for a String loads a String subclass with custom constructor | ||
fails:Marshal.restore for a Struct loads a extended_struct having fields with same objects | ||
fails:Marshal.restore for a Struct loads a struct having ivar | ||
fails:Marshal.restore for a Struct loads a struct having fields | ||
fails:Marshal.restore for a Struct does not call initialize on the unmarshaled struct | ||
fails:Marshal.restore for an Exception loads a marshalled exception with no message | ||
fails:Marshal.restore for an Exception loads a marshalled exception with a message | ||
fails:Marshal.restore for an Exception loads a marshalled exception with a backtrace | ||
fails:Marshal.restore for a user Class loads a user-marshaled extended object | ||
fails:Marshal.restore for a user Class loads a user_object | ||
fails:Marshal.restore for a user Class loads an object | ||
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class | ||
fails:Marshal.restore for a user Class loads an extended Object | ||
fails:Marshal.restore for a user Class loads an object having ivar | ||
fails:Marshal.restore for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type | ||
fails:Marshal.restore for a Regexp loads an extended Regexp | ||
fails:Marshal.restore for a Regexp loads a extended_user_regexp having ivar | ||
fails:Marshal.restore for a Integer loads and Integer -8 | ||
fails:Marshal.restore for a Integer loads an Integer 1234 | ||
fails:Marshal.restore for a Integer loads an Integer -1234 | ||
fails:Marshal.restore for a Rational loads | ||
fails:Marshal.restore for a Complex loads | ||
fails:Marshal.restore for a Time loads | ||
fails:Marshal.restore for a Time loads serialized instance variables | ||
fails:Marshal.restore for a Time loads Time objects stored as links | ||
fails:Marshal.restore for a Time loads the zone | ||
fails:Marshal.restore for a Time loads nanoseconds | ||
fails:Marshal.restore for a Class loads | ||
fails:Marshal.restore for a Class raises ArgumentError if given the name of a non-Module | ||
fails:Marshal.restore for a Class raises ArgumentError if given a nonexistent class | ||
fails:Marshal.restore for a Module loads a module | ||
fails:Marshal.restore for a Module raises ArgumentError if given the name of a non-Class | ||
fails:Marshal.restore for a Module loads an old module | ||
fails:Marshal.restore for a wrapped C pointer loads | ||
fails:Marshal.restore for a wrapped C pointer raises TypeError when the local class is missing _data_load | ||
fails:Marshal.restore for a wrapped C pointer raises ArgumentError when the local class is a regular object | ||
fails:Marshal.restore when a class with the same name as the dumped one exists outside the namespace invokes Module#const_missing |
This file was deleted.
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 @@ | ||
fails:Signal.list doesn't contain other signals than in 1.8 | ||
fails:Signal.list redefines CLD with CHLD if defined | ||
fails:Signal.list includes the EXIT key with a value of zero |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails(regexp):String#sub! with pattern and block raises a RuntimeError if the string is modified while substituting | ||
fails:String#sub with pattern and without replacement and block raises a ArgumentError | ||
fails:String#sub! with pattern and without replacement and block raises a ArgumentError |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
fails:SystemExit#initialize accepts a status | ||
fails:SystemExit#initialize accepts a message | ||
fails:SystemExit#initialize accepts a status and message | ||
fails:SystemExit#initialize sets the status to 0 by default |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.