-
-
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.
- Loading branch information
1 parent
1d72dee
commit 6edb3ab
Showing
8 changed files
with
16 additions
and
39 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
spec/truffle/tags/rubysl/rubysl-stringio/spec/external_encoding_tags.txt
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
spec/truffle/tags/rubysl/rubysl-stringio/spec/initialize_tags.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
spec/truffle/tags/rubysl/rubysl-stringio/spec/internal_encoding_tags.txt
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,6 +1 @@ | ||
fails:StringIO.open when passed [Object, mode] allows passing the mode as an Integer | ||
fails:StringIO.open when passed [Object, mode] raises a TypeError when passed a frozen String in truncate mode as StringIO backend | ||
fails:StringIO.open when passed [Object, mode] raises a RuntimeError when passed a frozen String in truncate mode as StringIO backend | ||
fails:StringIO.open when passed no arguments yields self to the passed block | ||
fails:StringIO.open when passed no arguments sets the mode to read-write | ||
fails:StringIO.open when passed no arguments uses an empty String as the StringIO backend |
16 changes: 0 additions & 16 deletions
16
spec/truffle/tags/rubysl/rubysl-stringio/spec/puts_tags.txt
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
spec/truffle/tags/rubysl/rubysl-stringio/spec/reopen_tags.txt
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 @@ | ||
fails:StringIO#reopen when passed [Object, Integer] reopens self with the passed Object in the passed mode | ||
fails:StringIO#reopen when passed [Object, Integer] does not taint self when the passed Object was tainted | ||
fails:StringIO#reopen when passed [Object, Integer] tries to convert the passed Object to a String using #to_str | ||
fails:StringIO#reopen when passed [Object, Integer] raises a TypeError when the passed Object can't be converted to a String | ||
fails:StringIO#reopen when passed [Object, Integer] raises an Errno::EACCES when trying to reopen self with a frozen String in write-mode | ||
fails:StringIO#reopen when passed [Object, Integer] raises a TypeError when trying to reopen self with a frozen String in truncate-mode | ||
fails:StringIO#reopen when passed [Object, Integer] raises a RuntimeError when trying to reopen self with a frozen String in truncate-mode | ||
fails:StringIO#reopen when passed [Object, Integer] does not raise IOError when passed a frozen String in read-mode | ||
fails:StringIO#reopen does not truncate the content even when the StringIO argument is in the truncate mode |
4 changes: 0 additions & 4 deletions
4
spec/truffle/tags/rubysl/rubysl-stringio/spec/set_encoding_tags.txt
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