aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* Move IO#readline to RubyAaron Patterson2023-09-281-0/+104
* Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio2023-08-101-8/+19
* Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams2023-05-271-2/+2
* Remvoe very high timeout on test_race_gets_and_closeKJ Tsanaktsidis2023-05-261-1/+1
* Raise ArgumentError if IO.read is provided negative offsetJeremy Evans2023-03-241-0/+3
* s/mjit/rjit/Takashi Kokubun2023-03-061-2/+2
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-3/+3
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-081-0/+6
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-4/+20
* Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams2022-10-151-0/+2
* Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams2022-10-151-0/+8
* Ignore failure to set nonblock mode. (#6524)Samuel Williams2022-10-111-0/+16
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-0/+3
* [Win32] Negative length `IO#sysread`Jeremy Bopp2022-09-111-0/+8
* Raise ArgumentError for IO.foreach with limit of 0Jeremy Evans2022-08-251-0/+2
* Skip randomly failing tests with FreeBSD 12Hiroshi SHIBATA2022-07-281-0/+6
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans2022-07-211-15/+1
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans2022-06-091-0/+3
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-17/+17
* Empty and return the buffer if zero size is given [Bug #18421]Nobuyoshi Nakada2021-12-221-0/+21
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-3/+3
* Do not use `fcopyfile` if appending to non-empty file [Bug #18388]Nobuyoshi Nakada2021-12-051-0/+12
* [Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu2021-11-081-24/+0
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-221-0/+12
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-291-1/+1
* Check if closed after each yield [Bug #17661]Nobuyoshi Nakada2021-06-271-0/+36
* Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams2021-06-221-3/+9
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-3/+3
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-1/+1
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-3/+3
* test/ruby/test_io.rb: some test methods had been overwrittenYusuke Endoh2020-12-031-2/+2
* delete deprecated IO-like methods卜部昌平2020-12-031-13/+55
* Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...Benoit Daloze2020-09-271-1/+2
* Use Tempfile.create instead of Tempfile.open in test_io.rbBenoit Daloze2020-09-261-6/+11
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-77/+0
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-1/+4
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-4/+1
* [stringio] fix stringio codepoint enumerator off by one errorYoann Lecuyer2020-08-271-0/+13
* Ensure the shortcut cached in the classNobuyoshi Nakada2020-08-171-0/+11
* Suffixed memory leak tests as "memory_leak"Nobuyoshi Nakada2020-05-071-3/+4
* Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada2020-04-111-0/+18
* Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans2020-03-271-0/+12
* Revert "show debug info."Koichi Sasada2020-03-021-1/+1
* show debug info.Koichi Sasada2020-03-021-1/+1
* Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada2020-02-231-2/+4
* Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada2020-02-231-1/+1
* Update tests for full keyword argument separationJeremy Evans2020-01-021-19/+4
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-231-1/+1