aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add pipeline operator [Feature #15799]Nobuyoshi Nakada2019-06-132-0/+9
* IO#set_encoding_by_bomNobuyoshi Nakada2019-06-131-0/+8
* Clarify the Ruby version support status in IRB moreTakashi Kokubun2019-06-131-13/+19
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-134-21/+50
* Another incomplete string caseNobuyoshi Nakada2019-06-121-0/+2
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-121-1/+1
* Fix SystemStackError when calling a method in an unused refinementJeremy Evans2019-06-111-0/+32
* assert_cpu_usage_low with timeout scaleNobuyoshi Nakada2019-06-112-9/+18
* MIN_HZ and MIN_MEASURABLE constantsNobuyoshi Nakada2019-06-111-4/+6
* Generalize timeout_scaleNobuyoshi Nakada2019-06-112-10/+11
* Refined syntax error messagesNobuyoshi Nakada2019-06-111-2/+2
* &. is not allowed inside LHS of massignNobuyoshi Nakada2019-06-111-0/+5
* test/lib/test/unit/assertions.rb (assert_cpu_usage_low): Relax the limitYusuke Endoh2019-06-111-1/+1
* test/net/http/test_http.rb: Extend the timeoutYusuke Endoh2019-06-111-2/+2
* Make Resolv::DNS#each_name accept Resolv::IPv{4,6} argumentsJeremy Evans2019-06-081-0/+24
* Split test_strip_bom for each encodingNobuyoshi Nakada2019-06-091-12/+34
* Add tests of the encoding with BOMNobuyoshi Nakada2019-06-091-4/+4
* 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