summaryrefslogtreecommitdiff
path: root/test/readline/test_readline.rb
AgeCommit message (Expand)Author
2023-05-09Extract ext/readlineHiroshi SHIBATA
2023-02-22[ruby/readline-ext] test_readline.rb only needs EnvUtilHiroshi SHIBATA
2023-02-22[ruby/readline-ext] Omit some tests with macOS platformHiroshi SHIBATA
2023-02-19test/readline/test_readline.rb: skip a test x86_64-linux-(x32|i[3-6]86)Eric Wong
2022-12-21test_readline#test_without_tty: Use EnvUtil.rubybinSorah Fukumori
2021-12-25Increase wait timeaycabta
2021-12-25Wait for output results to test correctlyaycabta
2021-12-24Output log after loading class to testaycabta
2021-12-24Add logging about timeoutaycabta
2021-12-24Kill process before assertion failsaycabta
2021-12-24Move embedded lines outside the here documentNobuyoshi Nakada
2021-12-24Set time limit for waiting for terminating process within a testaycabta
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-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