Skip to content

Commit

Permalink
[Truffle] Tags for new specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 21, 2016
1 parent 5f5f786 commit 19494f4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/file/open_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
fails:File.open opens a file with a file descriptor d and a block
fails:File.open with a block propagates StandardErrors produced by close
slow:File.open on a FIFO opens it as a normal file
fails:File.open creates an unnamed temporary file with File::TMPFILE
fails:File.open accepts extra flags as a keyword argument and combine with a string mode
fails:File.open accepts extra flags as a keyword argument and combine with an integer mode
1 change: 1 addition & 0 deletions spec/truffle/tags/library/socket/basicsocket/recv_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fails:BasicSocket#recv receives a specified number of bytes of a message from another socket
fails:BasicSocket#recv accepts flags to specify unusual receiving behaviour
fails:BasicSocket#recv gets lines delimited with a custom separator
fails:BasicSocket#recv allows an output buffer as third argument
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Socket#accept_nonblock raises IO::WaitReadable if the connection is not accepted yet
fails:Socket#accept_nonblock returns :wait_readable in exceptionless mode
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:TCPSocket#recv_nonblock returns a String read from the socket
fails:TCPSocket#recv_nonblock returns :wait_readable in exceptionless mode
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:UNIXServer#accept_nonblock accepts a connection in a non-blocking way
fails:UNIXServer#accept_nonblock returns a UNIXSocket
fails:UNIXServer#accept_nonblock returns :wait_readable in exceptionless mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:StringIO#external_encoding does not set the encoding of its buffer string if the string is frozen

0 comments on commit 19494f4

Please sign in to comment.