Skip to content

Commit

Permalink
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/argf/read_nonblock_tags.txt
Original file line number Diff line number Diff line change
@@ -15,3 +15,5 @@ fails:ARGF.read_nonblock returns :wait_readable when the :exception is set to fa
fails:ARGF.read_nonblock when using multiple files reads up to the given amount of bytes from the first file
fails:ARGF.read_nonblock when using multiple files returns an empty String when reading after having read the first file in its entirety
fails:ARGF.read_nonblock raises IO::EAGAINWaitReadable when STDIN is empty
fails:ARGF.read_nonblock with STDIN raises IO::EAGAINWaitReadable when empty
fails:ARGF.read_nonblock with STDIN returns :wait_readable when the :exception is set to false
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/io/close_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
fails:IO#close does not raise anything when self was already closed
fails:IO#close does nothing if already closed
slow:IO#close on an IO.popen stream clears #pid
slow:IO#close on an IO.popen stream sets $?
slow:IO#close on an IO.popen stream waits for the child to exit
10 changes: 10 additions & 0 deletions spec/truffle/tags/core/kernel/chop_tags.txt
Original file line number Diff line number Diff line change
@@ -5,3 +5,13 @@ slow:#chop removes the final character of $_
slow:#chop removes the final carriage return, newline of $_
slow:Kernel.chop removes the final multi-byte character from $_
slow:Kernel#chop removes the final multi-byte character from $_
slow:Kernel#chop is a private method
slow:Kernel#chop removes the final character of $_
slow:Kernel#chop removes the final carriage return, newline of $_
fails:Kernel.chop removes the final character of $_
fails:Kernel.chop removes the final carriage return, newline of $_
fails:Kernel#chop is a private method
fails:Kernel#chop removes the final character of $_
fails:Kernel#chop removes the final carriage return, newline of $_
fails:Kernel.chop removes the final multi-byte character from $_
fails:Kernel#chop removes the final multi-byte character from $_
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fails:Addrinfo#inspect_sockaddr IPv4
fails:Addrinfo#inspect_sockaddr IPv6
fails:Addrinfo#inspect_sockaddr UNIX

0 comments on commit 7873d3d

Please sign in to comment.