summaryrefslogtreecommitdiff
path: root/test/io
AgeCommit message (Expand)Author
2018-12-14Suppress uninitialized instance variable warningsnobu
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-08-25test/io/wait/test_io_wait_uncommon.rb: relax /dev/random checknormal
2018-08-09test/io/console/test_io_console.rb: fix short read failuresnormal
2018-08-09test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeoutnormal
2018-06-06test/io/console/test_io_console.rb: fix for systems where PTY is not definednormal
2018-06-05test/io/console/test_io_console.rb: ignore TTOU on FreeBSDnormal
2018-05-15test_io_wait_uncommon: new test for uncommon file typesnormal
2018-02-15test/io/console/test_io_console.rb (test_oflush): Avoid race conditionmame
2017-12-23test_io_console.rb: get rid of sporadic failuresnobu
2017-09-28test_io_console.rb: flushnobu
2017-09-11console.c: set winsize on Windowsnobu
2017-09-11test_io_console.rb: test_set_winsize_consolenobu
2017-09-05Hide NotImplementedError for windowsmame
2017-09-04Improve line covearge of ext/io/nonblock/nonblock.c from 54.5% to 95.5%mame
2017-01-08test_io_console.rb: fix of old CentOS5nobu
2017-01-07console.c: unpaired sizenobu
2017-01-07console.c: OOB accessnobu
2016-04-15io/console: unknown key code for names with nulnobu
2016-04-15io/console: move conditionsnobu
2016-03-09* test/io/wait/test_io_wait.rb (test_wait_readwrite_timeout):odaira
2016-02-19test: use assert_not_*nobu
2016-01-24wait readable/writablenobu
2016-01-24test_io_wait.rb: wait_readablenobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-09TestIO_Console.rb: disable getpass test by --excludesnobu
2015-12-09test_io_console.rb: skipnobu
2015-12-09test_io_console.rb: waitnobu
2015-12-09test_io_console.rb: ignore echo backnobu
2015-12-08* test/io/console/test_io_console.rb (run_pty): Avoid waiting twicengoto
2015-12-08retry IO#getpassnobu
2015-12-08Revert r52902,r52903,r52910,r52911,r52937,r52939naruse
2015-12-08test_io_console.rb: separate master and slavenobu
2015-12-08* test/io/console/test_io_console.rb (test_getpass): s.getpassngoto
2015-12-07temporally remove prompt to pass the testnaruse
2015-12-06test_io_console.rb: waitnobu
2015-12-06console.c: console_getpassnobu
2015-10-22test/io/wait/test_io_wait.rb (test_wait_eof): test return valuenormal
2015-07-13use Timeout.timeoutnobu
2015-06-02use assert_raisenobu
2015-04-12test_io_wait.rb: no EOF testnobu
2015-03-01io/wait: fix return value for buffered readnormal
2015-01-11[DOC]akr
2014-12-28test_io_console.rb: different namesnobu
2014-12-25console.c: IO.console arguments passingnobu
2014-12-25test_io_console.rb: use getsnobu
2014-12-25test_io_console.rb: chomp resultsnobu
2014-12-25* test/io/console/test_io_console.rb (TestIO_Console#run_pty): no block given.usa
2014-12-25console.c: get rid of NameErrornobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr