summaryrefslogtreecommitdiff
path: root/test/readline
AgeCommit message (Expand)Author
2021-11-09test/readline/test_readline.rb: skip a test on i686-linuxYusuke Endoh
2021-11-02test/readline/test_readline.rb: Use TERM=vt100 to run the testsYusuke Endoh
2021-09-03[ruby/readline-ext] Omit Editline on without tty testaycabta
2021-09-01Add a test for Readline.readline without ttyaycabta
2021-08-14[ruby/readline-ext] Give up Editlineaycabta
2021-08-12Revert "Try to run test_interrupt_in_other_thread with Editline"aycabta
2021-08-12Try to run test_interrupt_in_other_thread with Editlineaycabta
2021-08-12Outer block is required to rescue Timeout::Erroraycabta
2021-08-11Add TODO comment to #test_interrupt_in_other_threadaycabta
2021-08-11Add comments about testing stepsaycabta
2021-08-11Put the result of the process into a variable onceaycabta
2021-08-11Stop exiting to show "SUCCESS"aycabta
2021-08-11Add logging about Errno::EPIPEaycabta
2021-08-11Write log to stdout immediatelyaycabta
2021-08-11Stop checking char from "read"aycabta
2021-08-11Break immediately if assertions finishedaycabta
2021-08-11Add "START" logaycabta
2021-08-10Add comment about I/O that is not ttyaycabta
2021-08-09Omit on Readline 7.0 because it's wrong behaviour for not TTY envaycabta
2021-08-09Extended logging for debugging readline failures.Samuel Williams
2021-08-09Rework the readline test to be more robust.Samuel Williams
2021-08-08Use #full_message instead of #backtrace_locationsaycabta
2021-08-08Show backtrace locations when I/O timed outaycabta
2021-08-06Show Readline::VERSION for debuggingaycabta
2021-08-06Omit test_interrupt_in_other_thread with Editlineaycabta
2021-08-06Fix reversal of assertion resultaycabta
2021-08-06Fix control structure to preperly catch Timeout::Erroraycabta
2021-08-05Show log when timed outaycabta
2021-08-04Remove an unused variableaycabta
2021-08-04Run interrupt test except on Windowsaycabta
2021-08-04Add a load path to require 'helper'aycabta
2021-08-04Show the log of test_interrupt_in_other_thread when failedaycabta
2021-08-04Check the existence of the test classesaycabta
2021-08-04Add a test for handling SIGINT in other threadaycabta
2021-07-10Remove half-defined Reline on LoadErrorNobuyoshi Nakada
2021-06-21Fix finish_using_lib_relineaycabta
2021-06-21Call super method by teardown of tests of Reline as Readlineaycabta
2021-06-21Call Reline-specific method in helper fileaycabta
2021-06-21Call Reline.test_reset in teardown of tests for readline definitelyaycabta
2021-06-21Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistoryaycabta
2021-06-21Revert "Use Encoding.default_external for tests of Readline::HISTORY"aycabta
2021-06-21Use Encoding.default_external for tests of Readline::HISTORYaycabta
2021-02-18[ruby/readline-ext] Use omitNobuyoshi Nakada
2020-12-21Fixed a typo in an error class nameNobuyoshi Nakada
2020-07-18Suppress bell during the testNobuyoshi Nakada
2020-05-14Restore class variable setting for testsaycabta
2020-05-14Restore Readline.completion_case_fold in testaycabta
2020-02-29Set Readline.completion_append_character = nil alwaysaycabta
2020-02-28support random order test.Koichi Sasada
2020-02-28Omit test_using_quoting_detection_proc_with_multibyte_input temporarily for r...aycabta