summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2019-08-01Compact ensure clause and rename variables to fix alignmentKazuhiro NISHIYAMA
2019-07-31test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh
2019-07-30Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans
2019-07-30Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson
2019-07-30Separate test_set_lineno_getsNobuyoshi Nakada
2019-07-25Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada
2019-07-11Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada
2019-06-11assert_cpu_usage_low with timeout scaleNobuyoshi Nakada
2019-04-18io.c: warn non-nil $,nobu
2019-03-07io.c: chomp CR at the end of read buffernobu
2019-01-21test_io.rb: skip test on MJIT to prevent random failurek0kubun
2018-12-28test_io.rb: increase timeout for RubyCIk0kubun
2018-11-30test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal
2018-11-24io.c: wait on FD readability w/o GVL reacquisitionnormal
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-11-20Skip known MJIT random test failuresk0kubun
2018-10-27test_io.rb: skip busy wait test againk0kubun
2018-10-23test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun
2018-10-22revisit more MJIT test skipsk0kubun
2018-10-22test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun
2018-09-15encoding.c: check external encodingnobu
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