summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cdhash_cmp: can take rational literals卜部昌平2021-05-121-0/+7
* Run nmake check on Actions (#4487)Takashi Kokubun2021-05-115-0/+7
* Method cache: fix refinement entry handlingAlan Wu2021-05-111-0/+49
* test/irb/test_raise_no_backtrace_exception.rb: Set LC_MESSAGES as UTF-8Yusuke Endoh2021-05-111-1/+3
* [ruby/irb] Skip test_raise_exception_with_invalid_byte_sequenceTakashi Kokubun2021-05-111-2/+2
* Explicitly specify encoding for another test as wellTakashi Kokubun2021-05-101-2/+2
* test/irb/test_raise_no_backtrace_exception.rb: UTF-8 is expectedYusuke Endoh2021-05-111-1/+1
* [ruby/irb] Skip the new IRB test on Windows for nowTakashi Kokubun2021-05-111-1/+1
* Sync bundler & rubygemsDavid Rodríguez2021-05-111-2/+46
* [ruby/irb] Treat encodings in exception correctlyaycabta2021-05-111-0/+25
* [ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier2021-05-101-0/+8
* [ruby/psych] Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-1012-61/+61
* [ruby/psych] Use pend instead of skipHiroshi SHIBATA2021-05-102-2/+2
* [ruby/psych] Fixed test-case for NaNHiroshi SHIBATA2021-05-101-2/+2
* [ruby/psych] Use Ractor constant for ignoreing conditionHiroshi SHIBATA2021-05-101-1/+1
* [ruby/psych] Use test-unit instead of minitestHiroshi SHIBATA2021-05-101-8/+2
* Fix Math.cbrt(0.0) on glibcJeremy Evans2021-05-081-0/+1
* [ruby/irb] Deal with different screen sizesNobuyoshi Nakada2021-05-081-4/+4
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-1/+22
* Use assert_ractor for separating test processesHiroshi SHIBATA2021-05-061-5/+4
* [ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...Jeremy Evans2021-05-061-0/+8
* [ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...Kenichi Kamiya2021-05-061-0/+17
* Import from https://github.com/ruby/strscan/pull/19Hiroshi SHIBATA2021-05-061-1/+1
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-061-1/+0
* [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans2021-05-062-38/+46
* [ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans2021-05-061-0/+23
* test/net/ftp/test_ftp.rb - fix intermittent MinGW failureMSP-Greg2021-05-051-1/+1
* test/net/imap/test_imap.rb: wait a moment before socket is closedYusuke Endoh2021-05-041-0/+1
* Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg2021-05-041-43/+25
* Workaround failures on WindowsNobuyoshi Nakada2021-05-041-0/+2
* test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh2021-04-301-0/+1
* Guard for < Ruby 3.0Hiroshi SHIBATA2021-04-281-1/+1
* [ruby/optparse] Add EditorConfig fileAlexander Popov2021-04-281-1/+0
* [ruby/net-http] Decode user and password from env configured proxyLukas Eipert2021-04-281-0/+17
* test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh2021-04-281-1/+1
* test/net/ftp/test_ftp.rb: reduce the size of a long responseYusuke Endoh2021-04-281-2/+2
* test/net/ftp/test_ftp.rb: remove unused variableYusuke Endoh2021-04-281-1/+0
* test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh2021-04-281-1/+1
* Fix Monitor to lock per Fiber, like Mutex [Bug #17827]Benoit Daloze2021-04-271-0/+7
* [ruby/net-ftp] Add test casesShugo Maeda2021-04-271-0/+6
* [ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda2021-04-271-0/+11
* [ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans2021-04-271-2/+37
* [ruby/net-ftp] Re-apply 827e471d438fdec1ae329afb5912b8e06d534823Hiroshi SHIBATA2021-04-271-1/+1
* [ruby/matrix] Guard for < Ruby 3.0Hiroshi SHIBATA2021-04-271-1/+1
* test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh2021-04-271-1/+1
* node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh2021-04-261-0/+7
* [ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada2021-04-261-20/+17
* [ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada2021-04-261-0/+22
* [ruby/irb] Assertions on non-ttyNobuyoshi Nakada2021-04-261-4/+15
* [ruby/irb] Added test_colorizeNobuyoshi Nakada2021-04-261-3/+27