aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
...
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-7/+0
* test/ruby/test_io.rb: supress a "method redefined" warningYusuke Endoh2019-09-301-0/+3
* Kernel#open may be redefinedNobuyoshi Nakada2019-09-271-2/+13
* Fix keyword argument sepration issues when IO#open calls #to_openJeremy Evans2019-09-261-0/+13
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-5/+7
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-191-2/+0
* DEBUGNobuyoshi Nakada2019-09-191-0/+2
* Examine TestIO#test_select_exceptfds on Solaris with 1 byte dataNaohisa Goto2019-09-031-3/+5
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-2/+2
* Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter2019-08-301-20/+20
* 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