aboutsummaryrefslogtreecommitdiffstats
path: root/test/io/console
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* [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
* Suppress uninitialized instance variable warningsnobu2018-12-141-1/+1
* test/io/console/test_io_console.rb: fix short read failuresnormal2018-08-091-14/+14
* 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/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
* test_io_console.rb: test_set_winsize_consolenobu2017-09-111-27/+35
* test_io_console.rb: fix of old CentOS5nobu2017-01-081-2/+2
* console.c: unpaired sizenobu2017-01-071-0/+1
* console.c: OOB accessnobu2017-01-071-0/+30
* io/console: unknown key code for names with nulnobu2016-04-151-0/+15
* io/console: move conditionsnobu2016-04-151-4/+7
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* TestIO_Console.rb: disable getpass test by --excludesnobu2015-12-091-1/+0
* test_io_console.rb: skipnobu2015-12-091-0/+1
* test_io_console.rb: waitnobu2015-12-091-1/+2
* test_io_console.rb: ignore echo backnobu2015-12-091-1/+1
* * test/io/console/test_io_console.rb (run_pty): Avoid waiting twicengoto2015-12-081-1/+0
* retry IO#getpassnobu2015-12-081-4/+15
* Revert r52902,r52903,r52910,r52911,r52937,r52939naruse2015-12-081-27/+4
* test_io_console.rb: separate master and slavenobu2015-12-081-8/+16
* * test/io/console/test_io_console.rb (test_getpass): s.getpassngoto2015-12-081-10/+10
* temporally remove prompt to pass the testnaruse2015-12-071-1/+1