File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
spec/tags/ruby/library/stringio Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ fails:StringIO#reopen when passed [Object, Integer] reopens self with the passed Object in the passed mode
2+ fails:StringIO#reopen when passed [Object, Integer] raises a FrozenError when trying to reopen self with a frozen String in truncate-mode
3+ fails:StringIO#reopen when passed [Object, Integer] does not raise IOError when passed a frozen String in read-mode
4+ fails:StringIO#reopen when passed [Object, Object] reopens self with the passed Object in the passed mode
5+ fails:StringIO#reopen when passed [Object, Object] tries to convert the passed mode Object to an Integer using #to_str
6+ fails:StringIO#reopen when passed [Object, Object] does not raise IOError if a frozen string is passed in read mode
7+ fails:StringIO#reopen reopens a stream when given a String argument
Original file line number Diff line number Diff line change 1+ exclude :test_each , "needs investigation"
2+ exclude :test_gets_chomp , "needs investigation"
3+ exclude :test_gets_chomp_eol , "needs investigation"
14exclude :test_overflow , "unusual subprocess test trying to overflow some value"
25exclude :test_read_nonblock_no_exceptions , "temporary until StringIO ext does manual arity-checking (ruby/stringio#48)"
36exclude :test_write_integer_overflow , "JVM does not support > 32bit signed array offsets, so our StringIO cannot either"
You can’t perform that action at this time.
0 commit comments