aboutsummaryrefslogtreecommitdiffstats
path: root/test/io
Commit message (Expand)AuthorAgeFilesLines
* [ruby/io-wait] Declare as Ractor-safeNobuyoshi Nakada2021-03-071-0/+22
* [ruby/io-wait] Refined uncommon device type testsNobuyoshi Nakada2021-03-071-17/+16
* [ruby/io-console] Mark all tests that use run_pty as pend on JRubyCharles Oliver Nutter2021-02-051-2/+2
* [ruby/io-console] Use omit instead of skipCharles Oliver Nutter2021-02-051-4/+4
* [ruby/io-console] Skip test on JRubyCharles Oliver Nutter2021-02-051-0/+2
* [ruby/io-console] Add console.rb to search for pathsCharles Oliver Nutter2021-02-051-1/+1
* [ruby/io-console] Run subprocesses without test librariesNobuyoshi Nakada2021-02-051-6/+6
* [ruby/io-console] Ignore chomp! result and return the modified stringNobuyoshi Nakada2021-01-051-0/+9
* [ruby/io-console] Fix timeout type error (#18)Nobuyoshi Nakada2020-10-111-0/+4
* [ruby/io-console] Bug 17128: In test_set_winsize_console, wrapped re-size in ...Leam Hall2020-08-271-4/+8
* Add explicitly require for Dir.mktmpdirHiroshi SHIBATA2020-07-301-0/+1
* Use %w instead of %i not to create unused IDsNobuyoshi Nakada2020-05-091-1/+1
* test/io/console/test_io_console.rb: Rescue Errno::ENXIO for SolarisYusuke Endoh2020-05-091-1/+1
* [ruby/io-console] Fails with EBADF on mingwNobuyoshi Nakada2020-05-091-1/+1
* [ruby/io-console] Expanded expected errorsNobuyoshi Nakada2020-05-091-2/+6
* [ruby/io-console] Added test for failed pathNobuyoshi Nakada2020-05-091-0/+10
* [ruby/io-console] Filter Ruby engine name rather than just /ruby/Charles Oliver Nutter2020-01-181-1/+1
* [ruby/io-console] Enable only interrupt bits on `intr: true`Nobuyoshi Nakada2019-12-291-0/+5
* Scale sleeping times to wait for the OS operationsNobuyoshi Nakada2019-12-241-0/+4
* Synchronize with a Queue instead of sleepingNobuyoshi Nakada2019-12-241-4/+12
* Revert "Scale sleeping times"Koichi Sasada2019-12-241-4/+0
* Scale sleeping timesNobuyoshi Nakada2019-12-241-0/+4
* [ruby/io-console] Skip Interrupt test on LinuxNobuyoshi Nakada2019-12-181-1/+1
* [ruby/io-console] Set raw mode strictly same as cfmakerawNobuyoshi Nakada2019-12-181-1/+1
* [ruby/io-console] Skip interruptNobuyoshi Nakada2019-12-181-1/+1
* [ruby/io-console] Timeout in the child processNobuyoshi Nakada2019-12-171-2/+3
* [ruby/io-console] Use IO.console instead of STDINNobuyoshi Nakada2019-12-171-3/+4
* [ruby/io-console] Disable implementation-defined special control charactersNobuyoshi Nakada2019-12-171-0/+10
* [ruby/io-console] Added the test for intr optionNobuyoshi Nakada2019-12-171-0/+36
* test/io/console/test_io_console.rb: add a memo for the mysterious hackYusuke Endoh2019-12-051-1/+11
* test/io/console/test_io_console.rb: Try the hack for SolarisYusuke Endoh2019-12-051-1/+1
* Wait for the main thread to start reading by QueueNobuyoshi Nakada2019-12-021-0/+5
* Revert "[ruby/io-console] Skip cursor position test on Solaris"Kazuhiro NISHIYAMA2019-09-251-1/+0
* [ruby/io-console] Unique paths to be addedNobuyoshi Nakada2019-09-251-0/+1
* [ruby/io-console] Load the current librariesNobuyoshi Nakada2019-09-251-1/+3
* [ruby/io-console] Skip cursor position test on SolarisNobuyoshi Nakada2019-09-251-0/+1
* [ruby/io-console] Made cursor position 0-originNobuyoshi Nakada2019-09-241-0/+20
* test_io_wait.rb: try to stabilize test_wait_readablek0kubun2018-12-311-1/+1
* Suppress uninitialized instance variable warningsnobu2018-12-141-1/+1
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+1
* test/io/wait/test_io_wait_uncommon.rb: relax /dev/random checknormal2018-08-251-1/+7
* test/io/console/test_io_console.rb: fix short read failuresnormal2018-08-091-14/+14
* test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeoutnormal2018-08-091-1/+1
* test/io/console/test_io_console.rb: fix for systems where PTY is not definednormal2018-06-061-5/+4
* test/io/console/test_io_console.rb: ignore TTOU on FreeBSDnormal2018-06-051-0/+16
* test_io_wait_uncommon: new test for uncommon file typesnormal2018-05-151-0/+72
* test/io/console/test_io_console.rb (test_oflush): Avoid race conditionmame2018-02-151-0/+1
* test_io_console.rb: get rid of sporadic failuresnobu2017-12-231-1/+3
* test_io_console.rb: flushnobu2017-09-281-0/+4
* console.c: set winsize on Windowsnobu2017-09-111-0/+5