aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* Compact ensure clause and rename variables to fix alignmentKazuhiro NISHIYAMA2019-08-011-23/+19
* test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh2019-07-311-41/+56
* Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans2019-07-301-28/+44
* Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson2019-07-301-0/+32
* Separate test_set_lineno_getsNobuyoshi Nakada2019-07-301-14/+16
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+3
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-111-0/+12
* assert_cpu_usage_low with timeout scaleNobuyoshi Nakada2019-06-111-5/+2
* io.c: warn non-nil $,nobu2019-04-181-1/+1
* io.c: chomp CR at the end of read buffernobu2019-03-071-0/+13
* test_io.rb: skip test on MJIT to prevent random failurek0kubun2019-01-211-0/+1
* test_io.rb: increase timeout for RubyCIk0kubun2018-12-281-1/+1
* test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal2018-11-301-11/+0
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-9/+3
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+1
* Skip known MJIT random test failuresk0kubun2018-11-201-0/+4
* test_io.rb: skip busy wait test againk0kubun2018-10-271-0/+1
* test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun2018-10-231-1/+0
* revisit more MJIT test skipsk0kubun2018-10-221-8/+0
* test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun2018-10-221-1/+1
* 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