-
-
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
Brandon Fish
committed
Aug 9, 2016
1 parent
41e4b34
commit 2ca0279
Showing
28 changed files
with
5 additions
and
125 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
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
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,5 +1,2 @@ | ||
fails:IO#close on an IO.popen stream clears #pid | ||
fails:IO#close on an IO.popen stream sets $? | ||
fails:IO#close on an IO.popen stream waits for the child to exit | ||
fails:IO#close does not raise anything when self was already closed | ||
fails:IO#close does nothing if already closed |
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 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,2 +1 @@ | ||
slow:Kernel#autoload when Object is frozen raises a RuntimeError before defining the constant | ||
fails:Kernel#autoload when Object is frozen raises a RuntimeError before defining the constant |
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,2 +1 @@ | ||
fails:Kernel#caller returns an Array of caller locations using a custom offset | ||
fails:Kernel#caller returns the locations as String instances |
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 was deleted.
Oops, something went wrong.
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,2 +1 @@ | ||
fails:Kernel.lambda raises an ArgumentError when no block is given | ||
fails:Kernel.lambda allows long returns to flow through it |
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 @@ | ||
fails:Kernel#local_variables is a private method | ||
fails:Kernel#local_variables is accessible from bindings |
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 @@ | ||
fails:Kernel#method returns a method object if we repond_to_missing? 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 was deleted.
Oops, something went wrong.
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,2 +1 @@ | ||
fails:Kernel.printf writes to stdout when a string is the first argument | ||
fails:Kernel.printf calls write on the first argument when it is not a string |
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,46 +1,20 @@ | ||
fails:Kernel#require (path resolution) calls #to_path on non-String objects | ||
fails:Kernel#require (path resolution) does not require file twice after $LOAD_PATH change | ||
fails:Kernel#require (path resolution) with an unreadable file raises a LoadError | ||
fails:Kernel#require (file extensions) loads a .rb extensioned file when a C-extension file of the same name is loaded | ||
fails:Kernel#require (file extensions) does not load a C-extension file if a .rb extensioned file is already loaded | ||
fails:Kernel#require (file extensions) loads a .rb extensioned file when a complex-extensioned C-extension file of the same name is loaded | ||
fails:Kernel#require (file extensions) does not load a C-extension file if a complex-extensioned .rb file is already loaded | ||
fails:Kernel#require ($LOAD_FEATURES) does not load a ./ relative path that is already stored | ||
fails:Kernel#require ($LOAD_FEATURES) does not load a ../ relative path that is already stored | ||
fails:Kernel#require ($LOAD_FEATURES) does not load a non-canonical path that is already stored | ||
fails:Kernel#require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES loads a .rb extensioned file when a non extensioned file is in $LOADED_FEATURES | ||
fails:Kernel#require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES loads a .rb extensioned file from a subdirectory | ||
fails:Kernel#require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES returns false if the file is not found | ||
fails:Kernel#require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES returns false when passed a path and the file is not found | ||
fails:Kernel#require (shell expansion) performs tilde expansion on a .rb file before storing paths in $LOADED_FEATURES | ||
fails:Kernel#require (shell expansion) performs tilde expansion on a non-extensioned file before storing paths in $LOADED_FEATURES | ||
fails:Kernel.require (path resolution) calls #to_path on non-String objects | ||
fails:Kernel.require (path resolution) does not require file twice after $LOAD_PATH change | ||
fails:Kernel.require (path resolution) with an unreadable file raises a LoadError | ||
fails:Kernel.require (file extensions) loads a .rb extensioned file when passed a non-extensioned path | ||
fails:Kernel.require (file extensions) loads a .rb extensioned file when a C-extension file of the same name is loaded | ||
fails:Kernel.require (file extensions) does not load a C-extension file if a .rb extensioned file is already loaded | ||
fails:Kernel.require (file extensions) loads a .rb extensioned file when passed a non-.rb extensioned path | ||
fails:Kernel.require (file extensions) loads a .rb extensioned file when a complex-extensioned C-extension file of the same name is loaded | ||
fails:Kernel.require (file extensions) does not load a C-extension file if a complex-extensioned .rb file is already loaded | ||
fails:Kernel.require ($LOAD_FEATURES) does not load a ./ relative path that is already stored | ||
fails:Kernel.require ($LOAD_FEATURES) does not load a ../ relative path that is already stored | ||
fails:Kernel.require ($LOAD_FEATURES) does not load a non-canonical path that is already stored | ||
fails:Kernel.require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES loads a .rb extensioned file when a non extensioned file is in $LOADED_FEATURES | ||
fails:Kernel.require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES loads a .rb extensioned file from a subdirectory | ||
fails:Kernel.require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES returns false if the file is not found | ||
fails:Kernel.require ($LOAD_FEATURES) when a non-extensioned file is in $LOADED_FEATURES returns false when passed a path and the file is not found | ||
fails:Kernel.require (shell expansion) performs tilde expansion on a .rb file before storing paths in $LOADED_FEATURES | ||
fails:Kernel.require (shell expansion) performs tilde expansion on a non-extensioned file before storing paths in $LOADED_FEATURES | ||
fails:Kernel#require stores the missing path in a LoadError object | ||
fails:Kernel.require stores the missing path in a LoadError object | ||
fails:Kernel#require (concurrently) blocks a second thread from returning while the 1st is still requiring | ||
fails:Kernel.require (concurrently) blocks a second thread from returning while the 1st is still requiring | ||
fails:Kernel#require (concurrently) blocks based on the path | ||
fails:Kernel.require (concurrently) blocks based on the path | ||
fails:Kernel#require (concurrently) allows a 2nd require if the 1st raised an exception | ||
fails:Kernel.require (concurrently) allows a 2nd require if the 1st raised an exception | ||
fails:Kernel#require (concurrently) blocks a 3rd require if the 1st raises an exception and the 2nd is still running | ||
fails:Kernel.require (concurrently) blocks a 3rd require if the 1st raises an exception and the 2nd is still running | ||
slow:Kernel#require (concurrently) blocks based on the path | ||
slow:Kernel.require (concurrently) blocks based on the path |
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 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.