index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_io.rb
Age
Commit message (
Expand
)
Author
2025-05-15
Ensure that forked process do not see invalid blocking operations. (#13343)
Samuel Williams
2025-05-13
Make `waiting_fd` behaviour per-IO. (#13127)
Samuel Williams
2025-04-15
`IO.select` accepts +Float::INFINITY+ as a timeout argument.
Tanaka Akira
2025-03-23
Fix handling of `error`/`errno` in `io_internal_wait`. (#12961)
Samuel Williams
2025-02-18
Ensure IO.copy_stream buffer is an independent string
Jeremy Evans
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-12-10
[Bug #20924] Fix reading with delimiter in wide character encodings
Nobuyoshi Nakada
2024-11-07
[Bug #20869] Discard read buffer and encoding converters at seeking
Nobuyoshi Nakada
2024-11-07
[Bug #20802] Copy encodings at reopen as well
Nobuyoshi Nakada
2024-10-07
[Bug #20787] Check the separator in `IO#readline` as well as 3.2
Nobuyoshi Nakada
2024-09-04
[Bug #20708] Retry `open` on EINTR
Nobuyoshi Nakada
2024-08-22
Use ruby to suppress a warning message by cmd.exe
Nobuyoshi Nakada
2024-05-25
[Bug #20510] Do not count optional hash argument for `IO.new`
Nobuyoshi Nakada
2023-09-28
Move IO#readline to Ruby
Aaron Patterson
2023-08-10
Deprecate Kernel#open and IO support for subprocess creation/forking
Mike Dalessio
2023-05-27
Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)
Samuel Williams
2023-05-26
Remvoe very high timeout on test_race_gets_and_close
KJ Tsanaktsidis
2023-03-24
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-10-15
Add missing `#close` call to `test_dup_timeout` test. (#6560)
Samuel Williams
2022-10-15
Copy `IO#timeout` on `IO#dup`. (#6546)
Samuel Williams
2022-10-11
Ignore failure to set nonblock mode. (#6524)
Samuel Williams
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-09-11
[Win32] Negative length `IO#sysread`
Jeremy Bopp
2022-08-25
Raise ArgumentError for IO.foreach with limit of 0
Jeremy Evans
2022-07-28
Skip randomly failing tests with FreeBSD 12
Hiroshi SHIBATA
2022-07-21
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-07-21
Revert "Do not chomp trailing line separator IO#each with nil separator and c...
Jeremy Evans
2022-07-21
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-06-09
Stop ignoring 4th positional argument to IO.#{foreach,readlines}
Jeremy Evans
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-22
Empty and return the buffer if zero size is given [Bug #18421]
Nobuyoshi Nakada
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-05
Do not use `fcopyfile` if appending to non-empty file [Bug #18388]
Nobuyoshi Nakada
2021-11-08
[Feature #18290] Remove tests that test use of rb_gc_force_recycle
Peter Zhu
2021-08-22
Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IO
Lars Kanis
2021-06-29
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-27
Check if closed after each yield [Bug #17661]
Nobuyoshi Nakada
2021-06-22
Rework `sysread` to use blocking `read_internal_locktmp`.
Samuel Williams
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-03
test/ruby/test_io.rb: some test methods had been overwritten
Yusuke Endoh
2020-12-03
delete deprecated IO-like methods
卜部昌平
2020-09-27
Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...
Benoit Daloze
2020-09-26
Use Tempfile.create instead of Tempfile.open in test_io.rb
Benoit Daloze
2020-09-25
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
[next]