aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* increase additional nfilesnaruse2015-11-261-1/+1
* io.c: try to_io firstnobu2015-11-251-0/+12
* Old linux's default hard rlimit_nofile is 1024naruse2015-10-301-1/+8
* use spawn's option to shorten the codenaruse2015-10-301-16/+6
* * test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa2015-10-291-1/+1
* test_io.rb: assert_separatelynobu2015-10-251-27/+15
* fix conditions to setrlimitnobu2015-10-251-2/+4
* use rlimit_nproc other than Windowsnaruse2015-10-241-1/+3
* limit the number of FDs in a process for stress testnaruse2015-10-221-0/+2
* * test/ruby/test_io.rb (TestIO#test_open_flag_binary): typo of method name (t...usa2015-07-291-4/+4
* open the path instead of tempfile objectnaruse2015-07-291-6/+6
* * io.c (rb_io_extract_modeenc): add option parameter `flags'naruse2015-07-291-0/+21
* io.c: reopen OS encoding pathnobu2015-06-301-0/+20
* test_io.rb: skip method definitionsnobu2015-06-301-2/+1
* io.c: reopen stdio streams correctly when given "w+"normal2015-06-291-0/+9
* * test/ruby/test_io.rb: add test for IO.binread fd leak.eregon2015-06-131-0/+4
* * test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr2015-04-131-1/+1
* Test fifo without sleep.akr2015-04-121-5/+11
* * test/ruby/test_io.rb: New test that open(fifo) doesn't block otherakr2015-04-121-0/+14
* io.c: use read/write methods if possiblenobu2015-03-301-0/+15
* io.c: don't raise after closenobu2015-03-131-0/+9