summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-05-07Suffixed memory leak tests as "memory_leak"Nobuyoshi Nakada
2020-04-11Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada
2020-03-27Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans
2020-03-02Revert "show debug info."Koichi Sasada
2020-03-02show debug info.Koichi Sasada
2020-02-23Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada
2020-02-23Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada
2020-01-02Update tests for full keyword argument separationJeremy Evans
2019-12-23Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune
2019-12-20vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-09-30test/ruby/test_io.rb: supress a "method redefined" warningYusuke Endoh
2019-09-27Kernel#open may be redefinedNobuyoshi Nakada
2019-09-26Fix keyword argument sepration issues when IO#open calls #to_openJeremy Evans
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-19DEBUG: cxxanyargsNobuyoshi Nakada
2019-09-19DEBUGNobuyoshi Nakada
2019-09-03Examine TestIO#test_select_exceptfds on Solaris with 1 byte dataNaohisa Goto
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-08-30Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter
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