aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* encoding.c: check external encodingnobu2018-09-151-0/+7
* test/ruby/test_io.rb (test_select_leak): use handle_interruptnormal2018-08-291-5/+7
* test/ruby/test_io.rb (test_recycled_fd_close): Linux workaroundnormal2018-08-261-0/+12
* test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll callnormal2018-08-241-1/+1
* test/ruby/test_io.rb (test_select_leak): quiet unused variable warningnormal2018-08-191-1/+1
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-4/+5
* add 'x' mode character for O_EXCLkazu2018-08-091-0/+8
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-5/+4
* test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal2018-08-041-5/+20
* test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal2018-08-041-4/+5
* test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal2018-07-311-1/+1
* test/ruby/test_io.rb (test_select_leak): skip with MJITnormal2018-07-251-0/+1
* 60 sec is not enough at allusa2018-07-231-1/+1
* increase timeout seconds.ko12018-07-231-2/+2
* thread.c (do_select): fix leak on exceptionnormal2018-07-211-0/+16
* test/ruby/test_io.rb (test_copy_stream_to_duplex_io): join threadnormal2018-07-111-1/+2
* test/ruby/test_io.rb: skip garbage and CPU tests if multi-threadednormal2018-07-111-0/+2
* tests: increase timeouts and speedup some slow testsnormal2018-06-271-1/+1
* test/ruby/test_io.rb: fix timing sensitive testnormal2018-06-201-5/+10
* Remove unreachable breakkazu2018-05-081-1/+0
* Modify spaces [ci skip]kazu2018-05-081-5/+3
* Remove needless require [ci skip]kazu2018-05-071-2/+0
* Use `&.` instead of modifier if and remove needless closed?kazu2018-05-071-6/+6
* Fix a typo [ci skip]kazu2018-05-071-1/+1
* test/ruby/test_io.rb: add extra Thread#join to delay closenormal2018-04-231-2/+3
* test/ruby/test_io.rb: try to diagnose stuck test_recycled_fd_closenormal2018-04-211-3/+7
* test/ruby/test_io.rb: add closing recycled FD testnormal2018-04-211-0/+32
* io.c: IO#write without args returns 0normal2018-03-281-0/+7
* io.c: Methods of File should not invoke external commandsshugo2018-03-201-2/+2
* use SIGUSR2 to debug.ko12018-03-151-5/+5
* 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