aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Lazy filter_mapNobuyoshi Nakada2019-06-211-0/+9
* Suppress messages from mkmfNobuyoshi Nakada2019-06-201-0/+2
* Restore $VERBOSENobuyoshi Nakada2019-06-201-0/+7
* Suppress warningsNobuyoshi Nakada2019-06-201-1/+1
* Implement Complex#<=>Jeremy Evans2019-06-192-8/+14
* test/racc/test_racc_command.rb: Extend the timeoutYusuke Endoh2019-06-192-9/+9
* * remove trailing spaces, append newline at EOF.git2019-06-1929-2515/+2515
* Temporary disabled to invoke assert_output_unchanged.Hiroshi SHIBATA2019-06-191-20/+20
* Workaround for the external file for racc testHiroshi SHIBATA2019-06-191-0/+2
* use TEMP_DIR.Hiroshi SHIBATA2019-06-191-3/+3
* Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA2019-06-192-17/+9
* Restore test_dir and update prefix for Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-7/+8
* Try to use Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-3/+3
* 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