summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2017-04-16test/ruby/test_io.rb: use Thread.stop? to waitnobu
2017-04-16* test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa
2017-04-14sync certainly.ko1
2017-04-14more explicit synchronization.ko1
2017-04-03Fix arguments order of IO#pwritekazu
2017-04-03Add IO#pread and IO#pwrite methodsnobu
2017-02-02Add class name to assert messageskazu
2017-01-31test_io.rb: separate a testnobu
2017-01-30io.c (rb_io_syswrite): avoid leaving garbage after writenormal
2017-01-30string.c (rb_str_tmp_frozen_release): release embedded stringsnormal
2017-01-30reduce iterations for slower machinesnobu
2017-01-25io.c: close before waitnobu
2017-01-24eval.c: copy special exceptionnobu
2017-01-06test_io.rb: squiggly heredocnobu
2016-12-26io.c: fix race between read and closenobu
2016-12-23Increase timeoutnaruse
2016-11-05chomp optionnobu
2016-10-15test_io.rb: use assert_not_predicatenobu
2016-10-15Add test of DATA.binmode?kazu
2016-10-13io.c: copy_stream to duplex IOnobu
2016-10-06test_io.rb: split test_gets_rsnobu
2016-10-05test_io.rb: workaround for Dockernobu
2016-07-07io.c: convert arguments just oncenobu
2016-06-21* test/ruby/test_io.rb: Skip test_readpartial_with_not_empty_buffer,duerst
2016-06-21* test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,duerst
2016-06-20* test/ruby/test_in.rb: Skip test_open_fifo_does_not_block_other_threadsduerst
2016-02-19test/ruby: suppress parser warningsnobu
2015-12-30test_io.rb: test for rb_io_modestr_fmodenobu
2015-12-27IO#readpartial rejects bad argsnormal
2015-12-21* test/ruby/test_io.rb: handled rlimit value same as r52277hsbt
2015-12-16test/ruby/test_io.rb: fix spelling errorsnormal
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-16test_io.rb: ignore not-implemented fadvicenobu
2015-12-11IO#advise should not raise Errno::ENOSYSnormal
2015-12-11test_io.rb: fix IO#advise on aarch64-linuxnobu
2015-11-26increase additional nfilesnaruse
2015-11-25io.c: try to_io firstnobu
2015-10-30Old linux's default hard rlimit_nofile is 1024naruse
2015-10-30use spawn's option to shorten the codenaruse
2015-10-29* test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa
2015-10-25test_io.rb: assert_separatelynobu
2015-10-25fix conditions to setrlimitnobu
2015-10-24use rlimit_nproc other than Windowsnaruse
2015-10-22limit the number of FDs in a process for stress testnaruse
2015-07-29* test/ruby/test_io.rb (TestIO#test_open_flag_binary): typo of method name (t...usa
2015-07-29open the path instead of tempfile objectnaruse
2015-07-29* io.c (rb_io_extract_modeenc): add option parameter `flags'naruse
2015-06-30io.c: reopen OS encoding pathnobu
2015-06-30test_io.rb: skip method definitionsnobu
2015-06-29io.c: reopen stdio streams correctly when given "w+"normal