-
-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Untagged a bunch of passing String#unpack specs.
- Loading branch information
Showing
12 changed files
with
0 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
fails:String#unpack with format '@' calls #to_str to coerce the directives string | ||
fails:String#unpack with format '@' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format '@' raises an ArgumentError when the format modifier is '!' | ||
fails:String#unpack with format '@' positions the read index one beyond the last readable byte in the String | ||
fails:String#unpack with format '@' raises an ArgumentError if the count exceeds the size of the 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
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,9 +1,5 @@ | ||
fails:String#unpack with format 'N' ignores whitespace in the format string | ||
fails:String#unpack with format 'N' calls #to_str to coerce the directives string | ||
fails:String#unpack with format 'N' adds nil for each element requested beyond the end of the String | ||
fails:String#unpack with format 'N' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format 'N' raises an ArgumentError when the format modifier is '!' | ||
fails:String#unpack with format 'n' calls #to_str to coerce the directives string | ||
fails:String#unpack with format 'n' adds nil for each element requested beyond the end of the String | ||
fails:String#unpack with format 'n' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format 'n' raises an ArgumentError when the format modifier is '!' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
fails:String#unpack with format 'V' ignores whitespace in the format string | ||
fails:String#unpack with format 'V' calls #to_str to coerce the directives string | ||
fails:String#unpack with format 'V' adds nil for each element requested beyond the end of the String | ||
fails:String#unpack with format 'V' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format 'V' raises an ArgumentError when the format modifier is '!' | ||
fails:String#unpack with format 'v' calls #to_str to coerce the directives string | ||
fails:String#unpack with format 'v' adds nil for each element requested beyond the end of the String | ||
fails:String#unpack with format 'v' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format 'v' raises an ArgumentError when the format modifier is '!' |
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,4 +1,2 @@ | ||
fails:String#unpack with directive 'w' calls #to_str to coerce the directives string | ||
fails:String#unpack with directive 'w' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with directive 'w' raises an ArgumentError when the format modifier is '!' | ||
fails:String#unpack with directive 'w' decodes a BER-compressed integer |
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,11 +1,4 @@ | ||
fails:String#unpack with format 'X' calls #to_str to coerce the directives string | ||
fails:String#unpack with format 'X' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format 'X' raises an ArgumentError when the format modifier is '!' | ||
fails:String#unpack with format 'X' raises an ArgumentError when passed the '*' modifier if the remaining bytes exceed the bytes from the index to the start of the String | ||
fails:String#unpack with format 'X' raises an ArgumentError if the count exceeds the bytes from current index to the start of the String | ||
fails:String#unpack with format 'x' calls #to_str to coerce the directives string | ||
fails:String#unpack with format 'x' raises an ArgumentError when the format modifier is '_' | ||
fails:String#unpack with format 'x' raises an ArgumentError when the format modifier is '!' | ||
fails:String#unpack with format 'x' moves the read index to the end of the string when passed the '*' modifier | ||
fails:String#unpack with format 'x' positions the read index one beyond the last readable byte in the String | ||
fails:String#unpack with format 'x' raises an ArgumentError if the count exceeds the size of the 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