summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-05-12[rubygems/rubygems] Use assert_path_exist and assert_path_not_exist instead o...Hiroshi SHIBATA
2021-05-12[rubygems/rubygems] Extract assert_output to assert_empty and assert_equal wi...Hiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use Regexp with refute_matchHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Also use capture_output instead of capture_ioHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use capture_output instead of capture_io.Hiroshi SHIBATA
2021-05-12skip test for debug.Koichi Sasada
2021-05-12suppress warnings on repeat tests.Koichi Sasada
2021-05-12test_cdhash: refactor change class卜部昌平
2021-05-12cdhash_cmp: can also take complex卜部昌平
2021-05-12cdhash_cmp: rational literals with fractions卜部昌平
2021-05-12cdhash_cmp: can take rational literals卜部昌平
2021-05-11Run nmake check on Actions (#4487)Takashi Kokubun
2021-05-11Method cache: fix refinement entry handlingAlan Wu
2021-05-11test/irb/test_raise_no_backtrace_exception.rb: Set LC_MESSAGES as UTF-8Yusuke Endoh
2021-05-11[ruby/irb] Skip test_raise_exception_with_invalid_byte_sequenceTakashi Kokubun
2021-05-10Explicitly specify encoding for another test as wellTakashi Kokubun
2021-05-11test/irb/test_raise_no_backtrace_exception.rb: UTF-8 is expectedYusuke Endoh
2021-05-11[ruby/irb] Skip the new IRB test on Windows for nowTakashi Kokubun
2021-05-11Sync bundler & rubygemsDavid Rodríguez
2021-05-11[ruby/irb] Treat encodings in exception correctlyaycabta
2021-05-10[ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier
2021-05-10[ruby/psych] Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-10[ruby/psych] Use pend instead of skipHiroshi SHIBATA
2021-05-10[ruby/psych] Fixed test-case for NaNHiroshi SHIBATA
2021-05-10[ruby/psych] Use Ractor constant for ignoreing conditionHiroshi SHIBATA
2021-05-10[ruby/psych] Use test-unit instead of minitestHiroshi SHIBATA
2021-05-08Fix Math.cbrt(0.0) on glibcJeremy Evans
2021-05-08[ruby/irb] Deal with different screen sizesNobuyoshi Nakada
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-05-06Use assert_ractor for separating test processesHiroshi SHIBATA
2021-05-06[ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...Jeremy Evans
2021-05-06[ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...Kenichi Kamiya
2021-05-06Import from https://github.com/ruby/strscan/pull/19Hiroshi SHIBATA
2021-05-06[ruby/net-http] Do not require stringioKazuki Yamaguchi
2021-05-06[ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans
2021-05-06[ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans
2021-05-05test/net/ftp/test_ftp.rb - fix intermittent MinGW failureMSP-Greg
2021-05-04test/net/imap/test_imap.rb: wait a moment before socket is closedYusuke Endoh
2021-05-04Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg
2021-05-04Workaround failures on WindowsNobuyoshi Nakada
2021-04-30test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh
2021-04-28Guard for < Ruby 3.0Hiroshi SHIBATA
2021-04-28[ruby/optparse] Add EditorConfig fileAlexander Popov
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: reduce the size of a long responseYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: remove unused variableYusuke Endoh
2021-04-28test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh
2021-04-27Fix Monitor to lock per Fiber, like Mutex [Bug #17827]Benoit Daloze
2021-04-27[ruby/net-ftp] Add test casesShugo Maeda