summaryrefslogtreecommitdiff
path: root/test/readline
AgeCommit message (Expand)Author
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
2018-08-15skip tests failing on AppVeyor MinGWk0kubun
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-08-15suppress warning: assigned but unused variable - linenaruse
2017-08-15suppress warning: assigned but unused variable - linenaruse
2016-11-30Supress warnings.shugo
2016-10-03rl_char_is_quoted_pnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-03-13* test/readline/test_readline.rb: Restore environment variables:akr
2015-01-14readline.c: initialize before rl_refresh_linenobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-05-29test/readline/test_readline.rb: Close fds.akr
2013-10-28* test/readline/test_readline.rb (teardown): Clear Readline.input andakr
2013-08-06* ext/readline/readline.c, test/readline/test_readline.rb: fixkouji
2013-08-06* remove trailing spaces.nobu
2013-08-06* ext/readline/readline.c (readline_s_set_point, Init_readline):kouji
2013-07-23fix test of r42101 [Feature #6626]naruse
2013-07-23fix typonaruse