aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_io.rb: separate platform-specific testsnobu2015-02-261-31/+13
* * remove trailing spaces.svn2015-01-151-1/+1
* * io.c (rb_io_close_m): Don't raise when the IO object is closed.akr2015-01-151-0/+13
* * test/ruby/test_io.rb: added timeout for AIX environment.hsbt2015-01-051-1/+1
* io.c: preserve encodingsnobu2014-11-231-0/+8
* test/ruby/test_io.rb: remove unnecessary begin/endnormal2014-11-161-18/+16
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa2014-11-101-10/+0
* * test/ruby/envutil.rb (assert_join_threads): New assertion toakr2014-11-011-46/+64
* A test renamed.akr2014-10-251-1/+1
* * io.c (io_binwrite_string): Test writev() failure.akr2014-10-251-0/+11
* * test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt2014-10-031-2/+2
* * test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt2014-10-031-1/+9
* test_advice show OS and filesystem when failed.akr2014-10-021-1/+36
* test/ruby/test_io.rb: use IO#nonblock=normal2014-09-051-1/+1
* test/ruby/test_io.rb: avoid EBADFnormal2014-09-051-14/+19
* * test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr2014-09-021-2/+6
* test_io.rb: ignore stream closed IOErrornobu2014-09-021-3/+7
* test_io.rb: non UTF-8 patternnobu2014-08-281-1/+1
* io.c: preserve encodingsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-281-1/+6
* io.c: do not swallow exceptions at end of blocknobu2014-08-261-0/+9
* test_io.rb: investigationnobu2014-08-141-1/+2
* test_io.rb: fix tempfile leaksnobu2014-08-091-13/+15
* test_io.rb: fix assertionnobu2014-07-091-1/+1
* test_io.rb: fix leaked threadsnobu2014-07-021-0/+3
* io.c: not shorten buffer unless succeedednobu2014-06-061-0/+8
* * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr2014-05-291-43/+58
* * test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr2014-05-281-1/+6
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-4/+4
* * test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa2014-05-271-2/+3