summaryrefslogtreecommitdiff
path: root/tool/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash in test runner on timeoutPeter Zhu2022-11-021-1/+4
* file2lastrev.rb: try to overwrite the found revision.h as beforeNobuyoshi Nakada2022-11-021-5/+8
* file2lastrev.rb: separate options for `Output` and `VPath`Nobuyoshi Nakada2022-11-022-0/+6
* output.rb: extract from generic_erb.rbNobuyoshi Nakada2022-11-011-0/+47
* colorize.rb: support for NO_COLORNobuyoshi Nakada2022-11-011-1/+1
* vpath.rb: tweak --vpath option messageNobuyoshi Nakada2022-11-011-1/+1
* vcs.rb: do not reference the constant before assignmentNobuyoshi Nakada2022-11-011-3/+3
* vcs.rb: copy safe directory configurationNobuyoshi Nakada2022-10-301-5/+42
* vcs.rb: prettify debug printNobuyoshi Nakada2022-10-301-10/+27
* Add `--zone` option to `VCS`Nobuyoshi Nakada2022-09-301-1/+3
* Introduce `VCS::Null` for fallbackNobuyoshi Nakada2022-09-301-2/+13
* Check for the availability of the command when detectingNobuyoshi Nakada2022-09-301-0/+3
* Pull up `VCS.short_revision` from `VCS::SVN`Nobuyoshi Nakada2022-09-301-4/+4
* Remove git command existence check againTakashi Kokubun2022-09-171-4/+1
* Fallback to VCS.release_date on VCS::NotFoundErrorTakashi Kokubun2022-09-171-1/+1
* Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun2022-09-171-4/+18
* Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]Nobuyoshi Nakada2022-09-141-1/+1
* Enable deprecation warnings for test-allBenoit Daloze2022-09-101-0/+15
* VCS#revision_header: Make arguments optionalNobuyoshi Nakada2022-09-011-2/+2
* Update revision.h in packages using `VCS#revision_header`Nobuyoshi Nakada2022-09-011-2/+2
* Extract `VCS#revision_header`Nobuyoshi Nakada2022-09-011-0/+28
* Fix test fail with assert_ractor outside of ruby/ruby repoHiroshi SHIBATA2022-09-011-1/+1
* Allow strings in assert_pattern_listNobuyoshi Nakada2022-08-191-4/+6
* Load gemspec file at that directoryNobuyoshi Nakada2022-08-051-2/+2
* Move to tool/lib/bundled_gem.rbNobuyoshi Nakada2022-08-051-0/+55
* Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`Nobuyoshi Nakada2022-07-051-2/+7
* Separate failed output optionNobuyoshi Nakada2022-07-051-5/+18
* Prevent accidental use of assert_raisesNobuyoshi Nakada2022-06-252-4/+4
* vcs.rb: ignore configuration files get rid of aliases [ci skip]Nobuyoshi Nakada2022-06-221-2/+5
* vcs.rb: just one log to check if `--date` option works [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* vcs.rb: show diagnostic/progressing messages when debugging [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* Hack to avoid leak checkerNobuyoshi Nakada2022-05-251-1/+2
* Rename test_jit to test_mjitTakashi Kokubun2022-05-201-6/+6
* Added assert_true and assert_false same as test-unit gemHiroshi SHIBATA2022-04-201-0/+16
* Copyedit parallel test harness crash messageAlan Wu2022-04-061-1/+1
* Copyedit parallel test harness crash messageAlan Wu2022-04-061-2/+2
* Try to fix NoMethodError on slow environmentsKazuhiro NISHIYAMA2022-04-051-1/+1
* [ruby/date] Use `assert_deprecated_warn`Nobuyoshi Nakada2022-02-251-2/+2
* fix parallel test timeout retryingKoichi Sasada2022-02-161-1/+13
* [ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez2022-01-271-1/+1
* add `--stderr-on-failure` option to test-allKoichi Sasada2022-01-261-1/+7
* [ruby/pathname] Officially drop support for ruby 2.6 or olderDavid Rodríguez2022-01-251-1/+1
* remain `RUBY_ON_BUG` for child processes.Koichi Sasada2022-01-191-1/+6
* Removed skip alias in test suiteHiroshi SHIBATA2022-01-171-5/+3
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-132-2/+2
* Let pretty_inspect work once at firstNobuyoshi Nakada2021-11-301-1/+1
* Load io/console earlierNobuyoshi Nakada2021-11-301-0/+1
* Consider environment variable case-insensitivenessNobuyoshi Nakada2021-11-291-3/+18
* Filter method names only if filtering method name onlyNobuyoshi Nakada2021-11-091-9/+6
* Properly exclude test cases.Vít Ondruch2021-10-271-3/+9