-
-
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.
[Truffle] Untagged a bunch of passing IO specs.
- 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
Showing
12 changed files
with
0 additions
and
45 deletions.
There are no files selected for viewing
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,4 +1 @@ | ||
fails:IO#codepoints yields each codepoint | ||
fails:IO#codepoints raises an error if reading invalid sequence | ||
fails:IO#codepoints does not change $_ | ||
fails:IO#codepoints calls the given block |
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,43 +1,25 @@ | ||
fails:IO.copy_stream from an IO does not close the source IO | ||
fails:IO.copy_stream from an IO does not change the IO offset when an offset is specified | ||
fails:IO.copy_stream from an IO does change the IO offset when an offset is not specified | ||
fails:IO.copy_stream from an IO to a file name copies the entire IO contents to the file | ||
fails:IO.copy_stream from an IO to a file name returns the number of bytes copied | ||
fails:IO.copy_stream from an IO to a file name copies only length bytes when specified | ||
fails:IO.copy_stream from an IO to a file name calls #to_path to convert on object to a file name | ||
fails:IO.copy_stream from an IO to a file name copies only length bytes from the offset | ||
fails:IO.copy_stream from an IO to an IO copies the entire IO contents to the IO | ||
fails:IO.copy_stream from an IO to an IO returns the number of bytes copied | ||
fails:IO.copy_stream from an IO to an IO starts writing at the destination IO's current position | ||
fails:IO.copy_stream from an IO to an IO leaves the destination IO position at the last write | ||
fails:IO.copy_stream from an IO to an IO does not close the destination IO | ||
fails:IO.copy_stream from an IO to an IO copies only length bytes when specified | ||
fails:IO.copy_stream from an IO to an IO copies only length bytes from the offset | ||
fails:IO.copy_stream from a file name calls #to_path to convert on object to a file name | ||
fails:IO.copy_stream from a file name to a file name copies the entire IO contents to the file | ||
fails:IO.copy_stream from a file name to a file name returns the number of bytes copied | ||
fails:IO.copy_stream from a file name to a file name copies only length bytes when specified | ||
fails:IO.copy_stream from a file name to a file name calls #to_path to convert on object to a file name | ||
fails:IO.copy_stream from a file name to a file name copies only length bytes from the offset | ||
fails:IO.copy_stream from a file name to an IO copies the entire IO contents to the IO | ||
fails:IO.copy_stream from a file name to an IO returns the number of bytes copied | ||
fails:IO.copy_stream from a file name to an IO starts writing at the destination IO's current position | ||
fails:IO.copy_stream from a file name to an IO leaves the destination IO position at the last write | ||
fails:IO.copy_stream from a file name to an IO does not close the destination IO | ||
fails:IO.copy_stream from a file name to an IO copies only length bytes when specified | ||
fails:IO.copy_stream from a file name to an IO copies only length bytes from the offset | ||
fails:IO.copy_stream from a pipe IO does not close the source IO | ||
fails:IO.copy_stream from a pipe IO raises an error when an offset is specified | ||
fails:IO.copy_stream from a pipe IO to a file name copies the entire IO contents to the file | ||
fails:IO.copy_stream from a pipe IO to a file name returns the number of bytes copied | ||
fails:IO.copy_stream from a pipe IO to a file name copies only length bytes when specified | ||
fails:IO.copy_stream from a pipe IO to a file name calls #to_path to convert on object to a file name | ||
fails:IO.copy_stream from a pipe IO to an IO copies the entire IO contents to the IO | ||
fails:IO.copy_stream from a pipe IO to an IO returns the number of bytes copied | ||
fails:IO.copy_stream from a pipe IO to an IO starts writing at the destination IO's current position | ||
fails:IO.copy_stream from a pipe IO to an IO leaves the destination IO position at the last write | ||
fails:IO.copy_stream from a pipe IO to an IO does not close the destination IO | ||
fails:IO.copy_stream from a pipe IO to an IO copies only length bytes when specified | ||
fails:IO.copy_stream with non-IO Objects calls #readpartial on the source Object if defined | ||
fails:IO.copy_stream with non-IO Objects calls #write on the destination Object | ||
fails:IO.copy_stream with non-IO Objects does not call #pos on the source if no offset is given |
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,5 +1 @@ | ||
fails:IO#each_codepoint yields each codepoint | ||
fails:IO#each_codepoint raises an error if reading invalid sequence | ||
fails:IO#each_codepoint does not change $_ | ||
fails:IO#each_codepoint calls the given block | ||
fails:IO#each_codepoint returns self |
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,4 +1,2 @@ | ||
fails:IO#gets assigns the returned line to $_ | ||
fails:IO#gets reads limit bytes and extra bytes when limit is reached not at character boundary | ||
fails:IO#gets read limit bytes and extra bytes with maximum of 16 | ||
fails:IO#gets transcodes to internal encoding if the IO object's external encoding is ASCII-8BIT |
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,7 +1,2 @@ | ||
fails:IO#read_nonblock raises EAGAIN when there is no data | ||
fails:IO#read_nonblock raises IO::WaitReadable when there is no data | ||
fails:IO#read_nonblock returns at most the number of bytes requested | ||
fails:IO#read_nonblock returns less data if that is all that is available | ||
fails:IO#read_nonblock allows for reading 0 bytes before any write | ||
fails:IO#read_nonblock allows for reading 0 bytes after a write | ||
fails:IO#read_nonblock raises EOFError when the end is reached |
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