summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-05-17[ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2021-05-17[Win32] long path name support [Bug #12551]Gabriel Nagy
2021-05-14test/objspace/test_objspace.rb: check stderr before stdoutYusuke Endoh
2021-05-14test/ruby/test_refinement.rb: prevent "assigned but unused variable"Yusuke Endoh
2021-05-14ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh
2021-05-13Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada
2021-05-12Avoid improper optimization of case statements mixed integer/rational/complexJeremy Evans
2021-05-12Fix handling of control/meta escapes in literal regexpsJeremy Evans
2021-05-13[rubygems/rubygems] Use `Time.stub :now` to avoid a random failureYusuke Endoh
2021-05-13parse.y: Allow "command" syntax in endless method definitionYusuke Endoh
2021-05-12* remove trailing spaces. [ci skip]git
2021-05-12Use another class for the comparison.Koichi Sasada
2021-05-12Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-12Revert 924ce2c5ba4d1c1dc781a6a06682204d358421bbHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Added begin-end block for java platformHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Replace skip to pendHiroshi SHIBATA
2021-05-12[rubygems/rubygems] util/rubocop -aHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Don't use Minitest::MockHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Removed minitest/mock from test/rubygems/test_gem_remote_...Hiroshi SHIBATA
2021-05-12[rubygems/rubygems] Removed minitest/mock from test_gem_package_tar_writer.rbHiroshi SHIBATA
2021-05-12[rubygems/rubygems] capture_output will return empty string, not nilHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Fixed variable scope at test_silent_systemHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Rewrite with capture_outputHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use capture_output instead of capture_ioHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use dummy assertion for assert_httpsHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use capture_output instead of assert_silentHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use capture_output instead of capture_io for test-unitHiroshi SHIBATA
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