Skip to content

Commit

Permalink
Add tags for hanging library specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 29, 2016
1 parent d24f284 commit 7bebb15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/tags/ruby/library/socket/unixsocket/pair_tags.txt
@@ -0,0 +1,2 @@
fails:UNIXSocket#pair if the write end is closed then the other side can read past EOF without blocking
fails:UNIXSocket#pair closing the write end ensures that the other side can read until EOF
@@ -0,0 +1,2 @@
fails:UNIXSocket partial closability if the write end is closed then the other side can read past EOF without blocking
fails:UNIXSocket partial closability closing the write end ensures that the other side can read until EOF

0 comments on commit 7bebb15

Please sign in to comment.