Skip to content

Commit

Permalink
[Truffle] Untagging passing IO specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 15, 2015
1 parent 3e7efef commit cc24a89
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 101 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/advise_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ fails:IO#advise supports the random advice type
fails:IO#advise supports the dontneed advice type
fails:IO#advise supports the noreuse advice type
fails:IO#advise supports the willneed advice type
fails:IO#advise raises an IOError if the stream is closed
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/binmode_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/bytes_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:IO#bytes returns an enumerator of the next bytes from the stream
fails:IO#bytes raises an IOError on closed stream
fails:IO#bytes raises an IOError on an enumerator for a stream that has been closed
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/chars_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:IO#chars yields each character
fails:IO#chars returns itself
fails:IO#chars raises an IOError when an enumerator created on a closed stream is accessed
fails:IO#chars raises IOError on closed stream
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/codepoints_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
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 raises an IOError when self is not readable
fails:IO#codepoints calls the given block
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/io/dup_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/each_byte_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/each_char_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:IO#each_char yields each character
fails:IO#each_char returns itself
fails:IO#each_char raises an IOError when an enumerator created on a closed stream is accessed
fails:IO#each_char raises IOError on closed stream
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/each_codepoint_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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 raises an IOError when self is not readable
fails:IO#each_codepoint calls the given block
fails:IO#each_codepoint returns self
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/each_line_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/each_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/eof_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ fails:IO#eof? returns false when not at end of file
fails:IO#eof? returns true after reading with sysread
fails:IO#eof? returns false on just opened non-empty stream
fails:IO#eof? does not consume the data from the stream
fails:IO#eof? raises IOError on closed stream
fails:IO#eof? raises IOError on stream closed for reading by close_read
fails:IO#eof? returns false on receiving side of Pipe when writing side wrote some data
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/fcntl_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/fileno_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/flush_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/for_fd_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/getbyte_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:IO#getbyte returns the next byte from the stream
fails:IO#getbyte raises an IOError on closed stream
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/getc_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:IO#getc returns the next character from the stream
fails:IO#getc raises IOError on closed stream
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/gets_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fails:IO#gets assigns the returned line to $_
fails:IO#gets raises IOError on closed stream
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 ignores the internal encoding if the IO object's external encoding is ASCII-8BIT
Expand Down
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/initialize_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/inspect_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/ioctl_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:IO#ioctl raises IOError on closed stream
fails(linux):IO#ioctl raises an Errno error when ioctl fails
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/isatty_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/lineno_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/new_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/open_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fails:IO.open raises an Errno::EBADF if the file descriptor is not valid
fails:IO.open raises an IOError if passed a closed stream
fails:IO.open does not propagate a StandardError raised by #close
fails:IO.open does not set last error when a StandardError raised by #close
fails:IO.open propagates an exception raised by #close that is a StandardError
6 changes: 0 additions & 6 deletions spec/truffle/tags/core/io/pipe_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/pos_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:IO#pos raises IOError on closed stream
fails:IO#pos resets #eof?
fails:IO#pos= does not accept Bignums that don't fit in a C long
fails:IO#pos= raises IOError on closed stream
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/io/printf_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/putc_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/read_nonblock_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ 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 IOError on closed stream
fails:IO#read_nonblock raises EOFError when the end is reached
20 changes: 0 additions & 20 deletions spec/truffle/tags/core/io/read_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,10 @@ fails:IO.read from a pipe runs the rest as a subprocess and returns the standard
fails:IO.read from a pipe opens a pipe to a fork if the rest is -
fails:IO.read from a pipe reads only the specified number of bytes requested
fails:IO.read from a pipe raises Errno::ESPIPE if passed an offset
fails:IO#read can be read from consecutively
fails:IO#read clears the output buffer if there is nothing to read
fails:IO#read consumes zero bytes when reading zero bytes
fails:IO#read is at end-of-file when everything has been read
fails:IO#read reads the contents of a file
fails:IO#read places the specified number of bytes in the buffer
fails:IO#read expands the buffer when too small
fails:IO#read overwrites the buffer
fails:IO#read truncates the buffer when too big
fails:IO#read returns the given buffer
fails:IO#read coerces the second argument to string and uses it as a buffer
fails:IO#read returns an empty string at end-of-file
fails:IO#read reads the contents of a file when more bytes are specified
fails:IO#read returns an empty string when the current pos is bigger than the content size
fails:IO#read returns nil at end-of-file with a length
fails:IO#read with length argument returns nil when the current pos is bigger than the content size
fails:IO#read raises IOError on closed stream
fails:IO.read with BOM reads a file without a bom
fails:IO.read with BOM reads a file with a utf-8 bom
fails:IO.read with BOM reads a file with a utf-16le bom
fails:IO.read with BOM reads a file with a utf-16be bom
fails:IO.read with BOM reads a file with a utf-32le bom
fails:IO.read with BOM reads a file with a utf-32be bom
fails:IO#read with large data reads all the data at once
fails:IO#read with large data reads only the requested number of bytes
fails(windows):IO#read on Windows normalizes line endings in text mode
fails(windows):IO#read on Windows does not normalize line endings in binary mode
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/readchar_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/readline_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:IO#readline raises IOError on closed stream
fails:IO#readline assigns the returned line to $_
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/readlines_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:IO#readlines raises an IOError if the stream is closed
fails:IO#readlines when passed a string that starts with a | gets data from the standard out of the subprocess
fails:IO#readlines when passed a string that starts with a | gets data from a fork when passed -
fails:IO.readlines when passed name, object when the object is a Fixnum uses the object as a limit if it is a Fixnum
Expand Down
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/readpartial_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fails:IO#readpartial raises IOError on closed stream
fails:IO#readpartial reads after ungetc with data in the buffer
fails:IO#readpartial reads after ungetc with multibyte characters in the buffer
fails:IO#readpartial reads after ungetc without data in the buffer
fails:IO#readpartial discards the existing buffer content upon successful read
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/rewind_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/seek_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:IO#seek does not accept Bignums that don't fit in a C long
fails:IO#seek raises IOError on closed stream
fails:IO#seek moves the read position relative to the current position with SEEK_CUR
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/sync_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/sysread_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ fails:IO#sysread on a file coerces the second argument to string and uses it as
fails:IO#sysread on a file advances the position of the file by the specified number of bytes
fails:IO#sysread on a file reads normally even when called immediately after a buffered IO#read
fails:IO#sysread on a file reads updated content after the flushed buffered IO#write
fails:IO#sysread on a file raises IOError on closed stream
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/sysseek_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:IO#sysseek does not accept Bignums that don't fit in a C long
fails:IO#sysseek raises IOError on closed stream
fails:IO#sysseek moves the read position relative to the end with SEEK_END
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/syswrite_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ fails:IO#syswrite on a file writes all of the string's bytes but does not buffer
fails:IO#syswrite on a file warns if called immediately after a buffered IO#write
fails:IO#syswrite on a file does not warn if called after IO#write with intervening IO#sysread
fails:IO#syswrite on a file writes to the actual file position when called after buffered IO#read
fails:IO#syswrite returns the number of bytes written
fails:IO#syswrite writes all of the string's bytes without buffering if mode is sync
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/tell_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:IO#tell raises IOError on closed stream
fails:IO#tell resets #eof?
1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/to_i_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/io/tty_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/io/ungetbyte_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
fails:IO#ungetbyte puts back each byte in a String argument
fails:IO#ungetbyte calls #to_str to convert the argument
fails:IO#ungetbyte puts back one byte for an Integer argument
fails:IO#ungetbyte raises an IOError if the IO is closed
11 changes: 0 additions & 11 deletions spec/truffle/tags/core/io/ungetc_tags.txt

This file was deleted.

0 comments on commit cc24a89

Please sign in to comment.