-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GR-20446] Fix recently imported specs
PullRequest: truffleruby/4309
- Loading branch information
Showing
23 changed files
with
122 additions
and
78 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
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 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,30 +1,14 @@ | ||
fails:String#encode given the fallback option given a hash calls to_str on the returned value | ||
fails:String#encode given the fallback option given a hash does not call to_s on the returned value | ||
fails:String#encode given the fallback option given a hash raises an error if the key is not present in the hash | ||
fails:String#encode given the fallback option given a hash raises an error if the value is itself invalid | ||
fails:String#encode given the fallback option given an object not responding to [] raises an error | ||
fails:String#encode given the fallback option given a proc calls to_str on the returned value | ||
fails:String#encode given the fallback option given a proc does not call to_s on the returned value | ||
fails:String#encode given the fallback option given a proc raises an error if the returned value is itself invalid | ||
fails:String#encode given the fallback option given a lambda calls to_str on the returned value | ||
fails:String#encode given the fallback option given a lambda does not call to_s on the returned value | ||
fails:String#encode given the fallback option given a lambda raises an error if the returned value is itself invalid | ||
fails:String#encode given the fallback option given a method calls to_str on the returned value | ||
fails:String#encode given the fallback option given a method does not call to_s on the returned value | ||
fails:String#encode given the fallback option given a method raises an error if the returned value is itself invalid | ||
fails:String#encode when passed options normalizes newlines with cr_newline option | ||
fails:String#encode when passed options normalizes newlines with crlf_newline option | ||
fails:String#encode! given the fallback option given a hash calls to_str on the returned value | ||
fails:String#encode! given the fallback option given a hash does not call to_s on the returned value | ||
fails:String#encode! given the fallback option given a hash raises an error if the key is not present in the hash | ||
fails:String#encode! given the fallback option given a hash raises an error if the value is itself invalid | ||
fails:String#encode! given the fallback option given an object not responding to [] raises an error | ||
fails:String#encode! given the fallback option given a proc calls to_str on the returned value | ||
fails:String#encode! given the fallback option given a proc does not call to_s on the returned value | ||
fails:String#encode! given the fallback option given a proc raises an error if the returned value is itself invalid | ||
fails:String#encode! given the fallback option given a lambda calls to_str on the returned value | ||
fails:String#encode! given the fallback option given a lambda does not call to_s on the returned value | ||
fails:String#encode! given the fallback option given a lambda raises an error if the returned value is itself invalid | ||
fails:String#encode! given the fallback option given a method calls to_str on the returned value | ||
fails:String#encode! given the fallback option given a method does not call to_s on the returned value | ||
fails:String#encode! given the fallback option given a method raises an error if the returned value is itself invalid |
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.
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
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