aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+7
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-0/+3
* trick ruby-mode.el by heredocsnobu2018-01-311-1/+2
* test_io.rb: avoid OOMnobu2018-01-191-1/+2
* test/ruby/test_io.rb: relax RLIMIT_NPROC for invocation of rubymame2018-01-041-1/+1
* test_io.rb: EINVAL on Windowsnobu2017-12-181-2/+2
* io.c: opening external commandnobu2017-12-181-2/+3
* io.c: open generic in binreadnobu2017-12-181-0/+6
* io.c: opening external commandnobu2017-12-181-0/+9
* test/ruby/test_io.rb: test for r61314nobu2017-12-181-0/+4
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-6/+18
* Fix tests which fail with extra stderr output when a Thread dieseregon2017-12-121-6/+10
* disable GC.ko12017-11-071-4/+9
* test/ruby/test_io.rb (test_write_no_garbage): Add detailed messagemame2017-11-041-1/+1
* io.c: honor buffered modenobu2017-10-291-0/+9
* io.c: convert to string at writevnobu2017-10-291-0/+4
* io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal2017-10-271-0/+10
* test_io.rb: skip writev testnobu2017-10-251-0/+1
* io.c: warn old writenobu2017-10-251-0/+16
* io.c: write a newline togethernobu2017-10-251-0/+13
* io.c: fix infinite retrynobu2017-10-231-0/+10
* io.c: fix buffered outputnobu2017-10-231-0/+14
* io.c: no restrictionnobu2017-10-231-13/+7
* Fixed misspelling words.hsbt2017-10-221-1/+1
* Make IO#write accept multiple argumentsglass2017-10-221-0/+26
* test_io.rb: suppress a warningnobu2017-09-031-1/+1
* Revert "Allow IO#reopen to take a block"glass2017-06-231-16/+0
* Allow IO#reopen to take a blockglass2017-06-221-0/+16
* IO#close: do not enqueue redundant interrupts (take #2)normal2017-06-061-0/+22
* re-revert r59020ko12017-06-061-22/+0
* revert r59023 because it contans unrelated developping codeko12017-06-061-0/+22
* revert r59020 because it may fail some tests sometimes on some environment (h...ko12017-06-061-22/+0
* IO#close: do not enqueue redundant interruptsnormal2017-06-061-0/+22
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-031-1/+1
* test/ruby/test_io.rb: adjust CPU usage check to 10%normal2017-05-281-1/+2
* test for IO.copy_stream CPU usage (r58534)normal2017-05-271-0/+12
* skip on Solaris 11naruse2017-05-231-0/+4
* fix off-by-one in r58806normal2017-05-191-1/+1
* test/ruby/test_io.rb: new test for IO.select exception setnormal2017-05-191-0/+12
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* Fix arguments order of IO#pwritekazu2017-04-031-1/+1
* Add IO#pread and IO#pwrite methodsnobu2017-04-031-0/+21
* 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