aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* wipworkKazuki Yamaguchi2017-10-141-5/+5
* test_io.rb: suppress a warningnobu2017-09-031-1/+1
* Revert "Allow IO#reopen to take a block"glass2017-06-231-16/+0
* Allow IO#reopen to take a blockglass2017-06-221-0/+16
* IO#close: do not enqueue redundant interrupts (take #2)normal2017-06-061-0/+22
* re-revert r59020ko12017-06-061-22/+0
* revert r59023 because it contans unrelated developping codeko12017-06-061-0/+22
* revert r59020 because it may fail some tests sometimes on some environment (h...ko12017-06-061-22/+0
* IO#close: do not enqueue redundant interruptsnormal2017-06-061-0/+22
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-031-1/+1
* test/ruby/test_io.rb: adjust CPU usage check to 10%normal2017-05-281-1/+2
* test for IO.copy_stream CPU usage (r58534)normal2017-05-271-0/+12
* skip on Solaris 11naruse2017-05-231-0/+4
* fix off-by-one in r58806normal2017-05-191-1/+1
* test/ruby/test_io.rb: new test for IO.select exception setnormal2017-05-191-0/+12
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* Fix arguments order of IO#pwritekazu2017-04-031-1/+1
* Add IO#pread and IO#pwrite methodsnobu2017-04-031-0/+21
* Add class name to assert messageskazu2017-02-021-2/+2
* test_io.rb: separate a testnobu2017-01-311-0/+3
* io.c (rb_io_syswrite): avoid leaving garbage after writenormal2017-01-301-1/+3
* string.c (rb_str_tmp_frozen_release): release embedded stringsnormal2017-01-301-0/+16
* reduce iterations for slower machinesnobu2017-01-301-2/+2
* io.c: close before waitnobu2017-01-251-0/+21
* eval.c: copy special exceptionnobu2017-01-241-0/+20
* test_io.rb: squiggly heredocnobu2017-01-061-2/+3
* io.c: fix race between read and closenobu2016-12-261-0/+30
* Increase timeoutnaruse2016-12-231-1/+1
* chomp optionnobu2016-11-051-0/+49
* test_io.rb: use assert_not_predicatenobu2016-10-151-8/+3
* Add test of DATA.binmode?kazu2016-10-151-0/+12
* io.c: copy_stream to duplex IOnobu2016-10-131-0/+12
* test_io.rb: split test_gets_rsnobu2016-10-061-4/+19
* test_io.rb: workaround for Dockernobu2016-10-051-2/+8
* io.c: convert arguments just oncenobu2016-07-071-0/+68
* * test/ruby/test_io.rb: Skip test_readpartial_with_not_empty_buffer,duerst2016-06-211-4/+4
* * test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,duerst2016-06-211-1/+1
* * test/ruby/test_in.rb: Skip test_open_fifo_does_not_block_other_threadsduerst2016-06-201-1/+1
* test/ruby: suppress parser warningsnobu2016-02-191-4/+3
* test_io.rb: test for rb_io_modestr_fmodenobu2015-12-301-0/+4
* IO#readpartial rejects bad argsnormal2015-12-271-0/+11
* * test/ruby/test_io.rb: handled rlimit value same as r52277hsbt2015-12-211-1/+4
* test/ruby/test_io.rb: fix spelling errorsnormal2015-12-161-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_io.rb: ignore not-implemented fadvicenobu2015-12-161-2/+6
* IO#advise should not raise Errno::ENOSYSnormal2015-12-111-4/+2
* test_io.rb: fix IO#advise on aarch64-linuxnobu2015-12-111-2/+4