summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
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
2015-06-13* test/ruby/test_io.rb: add test for IO.binread fd leak.eregon
2015-04-13* test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr
2015-04-12Test fifo without sleep.akr
2015-04-12* test/ruby/test_io.rb: New test that open(fifo) doesn't block otherakr
2015-03-30io.c: use read/write methods if possiblenobu
2015-03-13io.c: don't raise after closenobu
2015-02-26test_io.rb: separate platform-specific testsnobu
2015-01-15* remove trailing spaces.svn
2015-01-15* io.c (rb_io_close_m): Don't raise when the IO object is closed.akr
2015-01-05* test/ruby/test_io.rb: added timeout for AIX environment.hsbt
2014-11-23io.c: preserve encodingsnobu
2014-11-16test/ruby/test_io.rb: remove unnecessary begin/endnormal
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-10* win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa
2014-11-01* test/ruby/envutil.rb (assert_join_threads): New assertion toakr
2014-10-25A test renamed.akr
2014-10-25* io.c (io_binwrite_string): Test writev() failure.akr
2014-10-03* test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt
2014-10-03* test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt
2014-10-02test_advice show OS and filesystem when failed.akr
2014-09-05test/ruby/test_io.rb: use IO#nonblock=normal
2014-09-05test/ruby/test_io.rb: avoid EBADFnormal
2014-09-02* test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr
2014-09-02test_io.rb: ignore stream closed IOErrornobu
2014-08-28test_io.rb: non UTF-8 patternnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-26io.c: do not swallow exceptions at end of blocknobu
2014-08-14test_io.rb: investigationnobu
2014-08-09test_io.rb: fix tempfile leaksnobu
2014-07-09test_io.rb: fix assertionnobu
2014-07-02test_io.rb: fix leaked threadsnobu
2014-06-06io.c: not shorten buffer unless succeedednobu
2014-05-29* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr
2014-05-28* test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa