summaryrefslogtreecommitdiff
path: root/test/readline
AgeCommit message (Expand)Author
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
2020-02-22test/readline - allow ENV control of test class creationMSP-Greg
2020-02-19support multi-run test for test_readline.rbS-H-GAMELINKS
2020-02-09[ruby/readline-ext] Use require check instead of DONT_RUN_RELINE_TEST envaycabta
2020-02-09[ruby/readline-ext] Check TestRelineAsReadline existanceaycabta
2020-02-04Fix inaccuracy in encoding testsLars Kanis
2020-01-23Check DONT_RUN_RELINE_TEST envvaraycabta
2020-01-23Use omit instead of skipaycabta
2020-01-23Skip a test that uses assert_ruby_status if it doesn't existaycabta
2020-01-23Stop using minitest dependent methodsaycabta
2020-01-21Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis
2019-12-31text/readline/test_readline.rb - fix skip on Reline (#2743)MSP-Greg
2019-12-17Fix return condition according to the condition to skipaycabta
2019-12-17Check wether Readline.completion_append_character= existsaycabta
2019-12-13Check wether TestReadline is definedaycabta
2019-12-12Some tests failed with before GNU Readline 6.0 on Windowsaycabta
2019-12-11The result of Readline.completion_proc should have the same encoding of Encod...aycabta
2019-12-11skip continuous failure test.Koichi Sasada
2019-12-09Remove workaround encoding modificationaycabta
2019-12-08Skip completion tests for Editlineaycabta
2019-12-08Fix encoding of completed listaycabta
2019-12-08Add test_simple_completion for Readlineaycabta
2019-11-18More fixes for $SAFE/taint post mergingJeremy Evans
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-05Assert return value of Readline.readline only if Ruby is before 2.7aycabta
2019-08-27Fix use_lib_reline for test/readlineaycabta
2019-07-30Do not always taint the result of File#pathJeremy Evans
2019-07-29Revert "Do not always taint the result of File#path"Jeremy Evans
2019-07-29Do not always taint the result of File#pathJeremy Evans
2019-05-29Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun
2019-05-29Skip a reline test hanging on Wercker since 3b7862c8e8Takashi Kokubun
2019-05-22Skip assertion in readline test if Readline version is 4.3Jeremy Evans
2019-05-18Add Reline.test_mode to use with special I/Oaycabta
2019-05-18Remove parent namespace from Readline test classesaycabta
2019-05-14Test ext/readline and lib/reline by test/readlineaycabta
2019-05-14Add an assertion message to test of Readline's class variablesaycabta
2019-05-13Check that Reline exists on testaycabta
2019-05-13Skip tests depend on Readline's special behaviorsaycabta
2019-04-30Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku
2018-12-28test_readline.rb: skip readline test for new solaris11s-sunck0kubun
2018-09-02Readline: expose rl_completion_quote_character variablenobu
2018-08-23test/readline/test_readline.rb: fix readline testk0kubun
2018-08-15test_readline.rb: skip teardown failurek0kubun