Skip to content

Commit

Permalink
[Truffle] Tag ARGF specs failing on windows
Browse files Browse the repository at this point in the history
* Done with:
  $ ruby spec/mspec/bin/mspec tag --unguarded --all --add fails -B spec/truffle/truffle.mspec spec/ruby/core/argf -Z
  • Loading branch information
eregon committed Jan 28, 2015
1 parent 973a03f commit c06d6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/argf/binmode_tags.txt
@@ -1,3 +1,5 @@
fails:ARGF.binmode returns self
fails:ARGF.binmode does not raise an error
fails:ARGF.binmode sets the file's encoding to ASCII-8BIT
fails:ARGF.binmode puts reading into binmode
fails:ARGF.binmode puts alls subsequent stream reading through ARGF into binmode
1 change: 1 addition & 0 deletions spec/truffle/tags/core/argf/close_tags.txt
@@ -1,3 +1,4 @@
fails:ARGF.close closes the current open stream
fails:ARGF.close returns self
fails:ARGF.close raises an IOError if called on a closed stream
fails:ARGF.close can close STDIN

0 comments on commit c06d6f5

Please sign in to comment.