aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary variablesaycabta2019-06-081-1/+0
* Report a sudden death of workersNobuyoshi Nakada2019-06-071-0/+2
* test/openssl/utils.rb: Extend the timeout for armv7lYusuke Endoh2019-06-071-1/+1
* ripper_state_lex.rb: chomp CRNobuyoshi Nakada2019-06-071-0/+15
* compile.c: Partially revert r63870 which caused wrong optimizationYusuke Endoh2019-06-071-0/+15
* Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSLJeremy Evans2019-06-061-2/+8
* test/openssl/utils.rb: Extend the timeoutYusuke Endoh2019-06-071-2/+3
* test/webrick/test_filehandler.rb: extend the timeout for Solaris CIYusuke Endoh2019-06-061-0/+2
* test/net/http/test_http.rb: extend the timeout for Solaris CIYusuke Endoh2019-06-061-5/+5
* test/openssl: Support OpenSSL 1.1.1Yusuke Endoh2019-06-068-51/+214
* Skip transpose-words if less than 2 wordaycabta2019-06-061-0/+76
* Add test_ed_transpose_words_for_mbcharaycabta2019-06-061-0/+42
* error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada2019-06-051-0/+15
* Test for f1f04caf60e4fc9dc3b12109e0be831f2d692810Nobuyoshi Nakada2019-06-051-0/+8
* Include inspect value of object in FrozenError messagesJeremy Evans2019-06-042-2/+2
* suppress marshal warningsNobuyoshi Nakada2019-06-041-2/+10
* test/lib/test/unit.rb: use colorize.rbNobuyoshi Nakada2019-06-041-26/+9
* Renamed duplicate testNobuyoshi Nakada2019-06-041-1/+1
* Add aliases for commands for changing text macroaycabta2019-06-041-0/+14
* Implement transpose-wordsaycabta2019-06-041-0/+42
* Remove conflict resolution mistake [ci skip]Takashi Kokubun2019-06-041-2/+2
* Improve test_color to prevent regressionTakashi Kokubun2019-06-041-2/+1
* colorize_code must return escaped textTakashi Kokubun2019-06-041-2/+3
* Colorize error charactersNobuyoshi Nakada2019-06-041-8/+5
* Fix the error token on "invalid hex escape"Nobuyoshi Nakada2019-06-032-1/+11
* Make size on an infinite each_slice enumerator return InfinityJeremy Evans2019-06-021-0/+5
* Use lines instead of splitKazuhiro NISHIYAMA2019-06-031-9/+9
* The C-q is also quoted insert in emacs modeaycabta2019-06-031-0/+13
* Add aliases for commands for moving macroaycabta2019-06-031-0/+11
* Close leaked file descripters in testsaycabta2019-06-032-1/+7
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-032-1/+29
* Fix ArgumentError in aliased macroNobuyoshi Nakada2019-06-031-0/+34
* Check conditional nestings in INPUTRCNobuyoshi Nakada2019-06-021-0/+27
* Use simpler regexpKazuhiro NISHIYAMA2019-06-021-6/+6
* Add true condition `Reline`Nobuyoshi Nakada2019-06-021-10/+12
* Add Reline test for unknown macroaycabta2019-06-021-0/+6
* Add new test for Reline within pipeaycabta2019-06-021-0/+24
* Update String#crypt tests to work on OpenBSDJeremy Evans2019-06-013-8/+33
* Ignore warnings about mismatched indentations.Hiroshi SHIBATA2019-06-012-2/+2
* Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA2019-06-013-10/+10
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-012-18/+18
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-014-16/+16
* Merge rubygems master from upstream.Hiroshi SHIBATA2019-06-0137-584/+734
* Reset Config at Reline::Config::Test#teardownaycabta2019-06-011-0/+1
* Use inputrc data for keystroke settingaycabta2019-06-012-25/+35
* Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada2019-06-011-0/+2
* Keep vm->orig_progname aliveAlan Wu2019-05-311-0/+8
* Fix visibility of some methods when using DelegateClassJeremy Evans2019-05-301-0/+31
* Allow DelegateClass() to module_eval given blockJeremy Evans2019-05-301-0/+7
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-3/+31