summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/irb] Added assert_equal_with_termNobuyoshi Nakada2021-04-261-15/+17
* Remove test of removed reverse VM instructionKazuhiro NISHIYAMA2021-04-261-4/+0
* Fix some typos by spell checkerRyuta Kamizono2021-04-263-3/+3
* Add back checks for empty kw splat with tests (#4405)Alan Wu2021-04-231-0/+20
* Fix setting method visibility for a refinement without an origin classJeremy Evans2021-04-231-1/+109
* test/ruby/test_assignment.rb: Avoid "assigned but unused variable"Yusuke Endoh2021-04-231-3/+3
* Suppress warnings for unsued variableHiroshi SHIBATA2021-04-231-3/+3
* [ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans2021-04-221-0/+5
* [ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal2021-04-221-0/+4
* Merge net-imap-0.2.0Hiroshi SHIBATA2021-04-222-10/+137
* Separate test used by test_ractor for Ractor in test_time.rbHiroshi SHIBATA2021-04-221-2/+4
* [ruby/benchmark] Add comment about terminating newline in captions; fix test ...Keith Bennett2021-04-221-1/+1
* [ruby/cgi] Add test for escapeHTML/unescapeHTML invalid encoding fix in pure ...Jeremy Evans2021-04-221-3/+30
* [ruby/time] Make Time friendly to RactorKir Shatrov2021-04-221-0/+7
* fix raise in exception with jumpKoichi Sasada2021-04-221-0/+60
* Evaluate multiple assignment left hand side before right hand sideJeremy Evans2021-04-211-0/+58
* array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh2021-04-211-0/+11
* Add Array#intersect?Travis Hunter2021-04-161-0/+13
* Merge the master branch of RubyGemsHiroshi SHIBATA2021-04-158-38/+94