summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2018-08-29test/ruby/test_io.rb (test_select_leak): use handle_interruptnormal
2018-08-26test/ruby/test_io.rb (test_recycled_fd_close): Linux workaroundnormal
2018-08-24test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll callnormal
2018-08-19test/ruby/test_io.rb (test_select_leak): quiet unused variable warningnormal
2018-08-13thread_pthread.c: eliminate timer thread by restructuring GVLnormal
2018-08-09add 'x' mode character for O_EXCLkazu
2018-08-06thread_pthread.c: restore timer-thread for now :<normal
2018-08-04test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal
2018-08-04test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal
2018-07-31test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal
2018-07-25test/ruby/test_io.rb (test_select_leak): skip with MJITnormal
2018-07-2360 sec is not enough at allusa
2018-07-23increase timeout seconds.ko1
2018-07-21thread.c (do_select): fix leak on exceptionnormal
2018-07-11test/ruby/test_io.rb (test_copy_stream_to_duplex_io): join threadnormal
2018-07-11test/ruby/test_io.rb: skip garbage and CPU tests if multi-threadednormal
2018-06-27tests: increase timeouts and speedup some slow testsnormal
2018-06-20test/ruby/test_io.rb: fix timing sensitive testnormal
2018-05-08Remove unreachable breakkazu
2018-05-08Modify spaces [ci skip]kazu
2018-05-07Remove needless require [ci skip]kazu
2018-05-07Use `&.` instead of modifier if and remove needless closed?kazu
2018-05-07Fix a typo [ci skip]kazu
2018-04-23test/ruby/test_io.rb: add extra Thread#join to delay closenormal
2018-04-21test/ruby/test_io.rb: try to diagnose stuck test_recycled_fd_closenormal
2018-04-21test/ruby/test_io.rb: add closing recycled FD testnormal
2018-03-28io.c: IO#write without args returns 0normal
2018-03-20io.c: Methods of File should not invoke external commandsshugo
2018-03-15use SIGUSR2 to debug.ko1
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2018-01-31trick ruby-mode.el by heredocsnobu
2018-01-19test_io.rb: avoid OOMnobu
2018-01-04test/ruby/test_io.rb: relax RLIMIT_NPROC for invocation of rubymame
2017-12-18test_io.rb: EINVAL on Windowsnobu
2017-12-18io.c: opening external commandnobu
2017-12-18io.c: open generic in binreadnobu
2017-12-18io.c: opening external commandnobu
2017-12-18test/ruby/test_io.rb: test for r61314nobu
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-12-12Fix tests which fail with extra stderr output when a Thread dieseregon
2017-11-07disable GC.ko1
2017-11-04test/ruby/test_io.rb (test_write_no_garbage): Add detailed messagemame
2017-10-29io.c: honor buffered modenobu
2017-10-29io.c: convert to string at writevnobu
2017-10-27io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal
2017-10-25test_io.rb: skip writev testnobu
2017-10-25io.c: warn old writenobu
2017-10-25io.c: write a newline togethernobu
2017-10-23io.c: fix infinite retrynobu