summaryrefslogtreecommitdiff
path: root/tool/lib
AgeCommit message (Expand)Author
2021-01-23vcs.rb: continue just with warning if failed to fetch notesNobuyoshi Nakada
2021-01-23vcs.rb: include commit info in ChangeLogNobuyoshi Nakada
2021-01-21Support `i` command in log-fixNobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2020-12-25Follow up on variations of the development start messages [ci skip]Nobuyoshi Nakada
2020-12-24Pass keyword options in assert_syntax_errorNobuyoshi Nakada
2020-12-23[ruby/date] Fix envutil for old RubyKenta Murata
2020-12-23[ruby/date] Workaround for non-ruby repository like ruby/date, flori/jsonHiroshi SHIBATA
2020-12-23Guard < Ruby 3.0 for the repositories of default gems.Hiroshi SHIBATA
2020-12-20Add `require_relative` option to `assert_ractor`Marc-Andre Lafortune
2020-12-19`assert_ractor` tweak. Thanks NobuMarc-Andre Lafortune
2020-12-19Add `assert_ractor` [Feature #17367]Marc-Andre Lafortune
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-12-13Debug the command used for gdb dumpTakashi Kokubun
2020-12-12Dump a backtrace with gdbTakashi Kokubun
2020-12-11Removed needless gemspec of webrickHiroshi SHIBATA
2020-12-11Bump webrick-1.7.0 for version management with ruby/webrick.Hiroshi SHIBATA
2020-12-10Move webrick library into internal test toolchainHiroshi SHIBATA
2020-12-03Avoid leaving too many core files in /tmpTakashi Kokubun
2020-12-03Do not require time and fileutils by defaultTakashi Kokubun
2020-12-03Save a core file on a worker crashTakashi Kokubun
2020-12-03Revert "Report a full_message on a worker crash"Takashi Kokubun
2020-12-01tune parallel testKoichi Sasada
2020-11-24Report a full_message on a worker crashTakashi Kokubun
2020-10-27freeze dynamic regexp literalsKoichi Sasada
2020-10-08Expose assert, assert_respond_to and assert_not_respond_to for default gems.Hiroshi SHIBATA
2020-09-28Pass ASAN options to child environmentsAaron Patterson
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-14Added just working Test::Unit::CoreAssertions#diffNobuyoshi Nakada
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-08-11Add default color for each instanceNobuyoshi Nakada
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-28Remove `EnvUtil.rubyexec`, because it is not used anywhere.Vít Ondruch
2020-07-15Check warning flags only if available to run with old versionsNobuyoshi Nakada
2020-07-10Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA
2020-07-02Expose `assert_pattern_list` for drb test with test-unit gem.Hiroshi SHIBATA
2020-06-15Prefer String#each_byte when using a blockNobuyoshi Nakada
2020-06-15tool/lib/minitest/unit.rb: Reproducible shuffle of test suitesYusuke Endoh
2020-06-03Fixed up 56ca006784dNobuyoshi Nakada
2020-06-02run lldb to investigate the stuck process.Koichi Sasada
2020-06-01add more 2 sec.Koichi Sasada
2020-06-01send SEGV to show backtrace.Koichi Sasada
2020-05-28Remove Ruby <2.2 support from tool/lib/vcs.rbJeremy Evans
2020-05-27test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh
2020-05-17Added --test-order=nosort optionNobuyoshi Nakada
2020-05-16leakchecker.rb: show test nameNobuyoshi Nakada
2020-05-08Workaround for Minitest5Hiroshi SHIBATA