aboutsummaryrefslogtreecommitdiffstats
path: root/test/readline
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo in an error class nameNobuyoshi Nakada2020-12-211-1/+1
* Suppress bell during the testNobuyoshi Nakada2020-07-181-1/+8
* Restore class variable setting for testsaycabta2020-05-141-0/+12
* Restore Readline.completion_case_fold in testaycabta2020-05-141-0/+3
* Set Readline.completion_append_character = nil alwaysaycabta2020-02-291-0/+1
* support random order test.Koichi Sasada2020-02-281-79/+67
* Omit test_using_quoting_detection_proc_with_multibyte_input temporarily for r...aycabta2020-02-281-2/+3
* test/readline - allow ENV control of test class creationMSP-Greg2020-02-222-3/+4
* support multi-run test for test_readline.rbS-H-GAMELINKS2020-02-191-0/+2
* [ruby/readline-ext] Use require check instead of DONT_RUN_RELINE_TEST envaycabta2020-02-091-1/+3
* [ruby/readline-ext] Check TestRelineAsReadline existanceaycabta2020-02-091-1/+1
* Fix inaccuracy in encoding testsLars Kanis2020-02-041-1/+1
* Check DONT_RUN_RELINE_TEST envvaraycabta2020-01-233-10/+12
* Use omit instead of skipaycabta2020-01-231-24/+24
* Skip a test that uses assert_ruby_status if it doesn't existaycabta2020-01-231-0/+1
* Stop using minitest dependent methodsaycabta2020-01-231-4/+4
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-212-4/+20
* text/readline/test_readline.rb - fix skip on Reline (#2743)MSP-Greg2019-12-311-1/+2
* Fix return condition according to the condition to skipaycabta2019-12-171-1/+1
* Check wether Readline.completion_append_character= existsaycabta2019-12-171-1/+1
* Check wether TestReadline is definedaycabta2019-12-131-2/+2
* Some tests failed with before GNU Readline 6.0 on Windowsaycabta2019-12-121-0/+2
* The result of Readline.completion_proc should have the same encoding of Encod...aycabta2019-12-111-5/+12
* skip continuous failure test.Koichi Sasada2019-12-111-0/+2
* Remove workaround encoding modificationaycabta2019-12-091-3/+1
* Skip completion tests for Editlineaycabta2019-12-081-0/+3
* Fix encoding of completed listaycabta2019-12-081-1/+28
* Add test_simple_completion for Readlineaycabta2019-12-081-0/+19
* More fixes for $SAFE/taint post mergingJeremy Evans2019-11-181-15/+20
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-0/+15
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-15/+0
* Assert return value of Readline.readline only if Ruby is before 2.7aycabta2019-11-051-1/+1
* Fix use_lib_reline for test/readlineaycabta2019-08-271-1/+4
* Do not always taint the result of File#pathJeremy Evans2019-07-301-0/+5
* Revert "Do not always taint the result of File#path"Jeremy Evans2019-07-291-5/+0
* Do not always taint the result of File#pathJeremy Evans2019-07-291-0/+5
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-291-1/+0
* Skip a reline test hanging on Wercker since 3b7862c8e8Takashi Kokubun2019-05-291-0/+1
* Skip assertion in readline test if Readline version is 4.3Jeremy Evans2019-05-221-1/+3
* Add Reline.test_mode to use with special I/Oaycabta2019-05-181-0/+1
* Remove parent namespace from Readline test classesaycabta2019-05-181-5/+5
* Test ext/readline and lib/reline by test/readlineaycabta2019-05-143-198/+225
* Add an assertion message to test of Readline's class variablesaycabta2019-05-141-1/+1
* Check that Reline exists on testaycabta2019-05-131-3/+3
* Skip tests depend on Readline's special behaviorsaycabta2019-05-131-8/+12
* Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku2019-04-301-1/+2
* test_readline.rb: skip readline test for new solaris11s-sunck0kubun2018-12-281-0/+4
* Readline: expose rl_completion_quote_character variablenobu2018-09-021-0/+59
* test/readline/test_readline.rb: fix readline testk0kubun2018-08-231-7/+7
* test_readline.rb: skip teardown failurek0kubun2018-08-151-0/+3