summaryrefslogtreecommitdiff
path: root/tool/lib
AgeCommit message (Expand)Author
2021-03-13Revert "Extracted AtomicWrite"Nobuyoshi Nakada
2021-03-13Extracted AtomicWriteNobuyoshi Nakada
2021-03-08[ruby/stringio] Include all modules included into Test::Unit::TestCaseNobuyoshi Nakada
2021-03-08[ruby/stringio] Pass IOs as separate list for ruby 2.xNobuyoshi Nakada
2021-02-14Set verbose flag at retryingNobuyoshi Nakada
2021-02-08vcs.rb: update the given option to VCS.detect by keyword argumentsNobuyoshi Nakada
2021-02-08vcs.rb: added `base_url` keyword option to GIT#export_changelogNobuyoshi Nakada
2021-02-08vcs.rb: improved export_changelogNobuyoshi Nakada
2021-01-26vcs.rb: fix for baseruby 2.2Nobuyoshi Nakada
2021-01-26vcs.rb: support `d` command in log-fixNobuyoshi Nakada
2021-01-26vcs.rb: allow log-fix to insert an empty lineNobuyoshi Nakada
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