aboutsummaryrefslogtreecommitdiffstats
path: root/test/readline
Commit message (Expand)AuthorAgeFilesLines
* 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
* skip tests failing on AppVeyor MinGWk0kubun2018-08-151-0/+3
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-5/+5
* suppress warning: assigned but unused variable - linenaruse2017-08-151-1/+1
* suppress warning: assigned but unused variable - linenaruse2017-08-151-1/+1
* Supress warnings.shugo2016-11-301-4/+4
* rl_char_is_quoted_pnobu2016-10-031-0/+86
* Add frozen_string_literal: false for all filesnaruse2015-12-162-0/+2
* * test/readline/test_readline.rb: Restore environment variables:akr2015-03-131-0/+3
* readline.c: initialize before rl_refresh_linenobu2015-01-141-0/+12
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test/readline/test_readline.rb: Close fds.akr2014-05-291-0/+1
* * test/readline/test_readline.rb (teardown): Clear Readline.input andakr2013-10-281-0/+2
* * ext/readline/readline.c, test/readline/test_readline.rb: fixkouji2013-08-061-12/+12
* * remove trailing spaces.nobu2013-08-061-1/+1
* * ext/readline/readline.c (readline_s_set_point, Init_readline):kouji2013-08-061-1/+19
* fix test of r42101 [Feature #6626]naruse2013-07-231-22/+40
* fix typonaruse2013-07-231-1/+1