aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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