aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed path for ruby core repository.Hiroshi SHIBATA2019-06-191-3/+6
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-1987-0/+70010
* Marshal distant past/futureNobuyoshi Nakada2019-06-191-0/+10
* New buffer for shared stringNobuyoshi Nakada2019-06-191-0/+5
* Preserve the string content at self-copyingNobuyoshi Nakada2019-06-191-0/+9
* String#b: Don't depend on dependent stringAlan Wu2019-06-181-0/+8
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-171-0/+2
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-171-0/+6
* Revert "Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3"Yusuke Endoh2019-06-161-8/+0
* Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3Yuki Yugui Sonoda2019-06-161-0/+8
* Revert github/pull/2230, commit missNobuyoshi Nakada2019-06-151-39/+0
* Test for blank lines between leadinig dot method chainsJosh Cheek2019-06-151-0/+32
* Multiline method chain with leading dot works for blank linesJosh Cheek2019-06-151-2/+2
* Test comments between multiline method chainJosh Cheek2019-06-151-0/+7
* test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh2019-06-151-14/+29
* An operator is not allowed just after `|>`Nobuyoshi Nakada2019-06-141-0/+1
* Use Exception#full_message for tracebackNobuyoshi Nakada2019-06-141-7/+1
* test/webrick/test_ssl_server.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-06-131-1/+1
* test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the waitYusuke Endoh2019-06-131-1/+1
* Continue to the next line beginning with a pipelineNobuyoshi Nakada2019-06-131-0/+1
* parse.y: moved pipeline to exprNobuyoshi Nakada2019-06-131-1/+1
* 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