aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-7/+0
* test/ruby/test_io.rb: supress a "method redefined" warningYusuke Endoh2019-09-301-0/+3
* Kernel#open may be redefinedNobuyoshi Nakada2019-09-271-2/+13
* Fix keyword argument sepration issues when IO#open calls #to_openJeremy Evans2019-09-261-0/+13
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-5/+7
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-191-2/+0
* DEBUGNobuyoshi Nakada2019-09-191-0/+2
* Examine TestIO#test_select_exceptfds on Solaris with 1 byte dataNaohisa Goto2019-09-031-3/+5
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-2/+2
* Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter2019-08-301-20/+20
* Compact ensure clause and rename variables to fix alignmentKazuhiro NISHIYAMA2019-08-011-23/+19
* test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh2019-07-311-41/+56
* Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans2019-07-301-28/+44
* Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson2019-07-301-0/+32
* Separate test_set_lineno_getsNobuyoshi Nakada2019-07-301-14/+16
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+3
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-111-0/+12
* assert_cpu_usage_low with timeout scaleNobuyoshi Nakada2019-06-111-5/+2
* io.c: warn non-nil $,nobu2019-04-181-1/+1
* io.c: chomp CR at the end of read buffernobu2019-03-071-0/+13
* test_io.rb: skip test on MJIT to prevent random failurek0kubun2019-01-211-0/+1
* test_io.rb: increase timeout for RubyCIk0kubun2018-12-281-1/+1
* test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal2018-11-301-11/+0
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-9/+3
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+1
* Skip known MJIT random test failuresk0kubun2018-11-201-0/+4
* test_io.rb: skip busy wait test againk0kubun2018-10-271-0/+1
* test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun2018-10-231-1/+0
* revisit more MJIT test skipsk0kubun2018-10-221-8/+0