aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib
Commit message (Expand)AuthorAgeFilesLines
* Expose assert, assert_respond_to and assert_not_respond_to for default gems.Hiroshi SHIBATA2020-10-082-72/+72
* Pass ASAN options to child environmentsAaron Patterson2020-09-281-0/+1
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-1/+3
* Added just working Test::Unit::CoreAssertions#diffNobuyoshi Nakada2020-09-141-0/+16
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-0/+8
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-8/+0
* Add default color for each instanceNobuyoshi Nakada2020-08-111-4/+8
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-1/+1
* Remove `EnvUtil.rubyexec`, because it is not used anywhere.Vít Ondruch2020-07-281-5/+0
* Check warning flags only if available to run with old versionsNobuyoshi Nakada2020-07-151-1/+1
* Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA2020-07-101-1/+13
* Expose `assert_pattern_list` for drb test with test-unit gem.Hiroshi SHIBATA2020-07-022-43/+43
* Prefer String#each_byte when using a blockNobuyoshi Nakada2020-06-151-1/+1
* tool/lib/minitest/unit.rb: Reproducible shuffle of test suitesYusuke Endoh2020-06-151-1/+12
* Fixed up 56ca006784dNobuyoshi Nakada2020-06-031-6/+13
* run lldb to investigate the stuck process.Koichi Sasada2020-06-021-2/+10
* add more 2 sec.Koichi Sasada2020-06-011-1/+1
* send SEGV to show backtrace.Koichi Sasada2020-06-011-1/+1
* Remove Ruby <2.2 support from tool/lib/vcs.rbJeremy Evans2020-05-281-93/+27
* test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh2020-05-271-1/+7
* Added --test-order=nosort optionNobuyoshi Nakada2020-05-172-3/+8
* leakchecker.rb: show test nameNobuyoshi Nakada2020-05-161-1/+1
* Workaround for Minitest5Hiroshi SHIBATA2020-05-081-0/+2
* Check encodings of STDIN,STDOUT,STDERR tooKazuhiro NISHIYAMA2020-05-081-12/+19
* leakchecker.rb: try `lsof`Nobuyoshi Nakada2020-05-071-2/+9
* Makes nil-safeNobuyoshi Nakada2020-05-061-1/+1
* Ignore FDs kept by system libraryNobuyoshi Nakada2020-05-061-0/+13
* leakchecker.rb: search /dev/fd tooNobuyoshi Nakada2020-05-061-12/+12
* envutil.rb: Also alias to #nameNobuyoshi Nakada2020-05-051-2/+10
* Initialize the class variable for Minitest::Unit.current_repeat_countNobuyoshi Nakada2020-04-231-0/+1
* Expand retrying test file names to realpathNobuyoshi Nakada2020-04-231-1/+1
* Rescue EPIPE in _reportNobuyoshi Nakada2020-04-171-21/+13
* core_assertions.rb: fixed fd leak at timeoutNobuyoshi Nakada2020-04-171-0/+2
* envutil.rb: not try to close pipes twiceNobuyoshi Nakada2020-04-171-2/+4
* Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA2020-03-301-0/+10
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-081-1/+1
* tool/lib/test/unit: support TESTS='-- -ext-' again卜部昌平2020-03-041-1/+1
* Narrow the check target.Koichi Sasada2020-03-041-1/+4
* Limit the debug code conditon so that it runs only under i386-solarisYusuke Endoh2020-03-031-1/+1
* add debug code for SolarisKoichi Sasada2020-03-031-0/+1
* show backtrace.Koichi Sasada2020-03-011-1/+5
* respect --test-order=randomKoichi Sasada2020-02-283-6/+15
* MiniTest::Unit.options has default :seedKoichi Sasada2020-02-271-1/+1
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-271-0/+2
* Revert "`srand($seed)` at the beginning of each test"Koichi Sasada2020-02-271-3/+0
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-271-0/+3
* don't ignore `--seed` optionKoichi Sasada2020-02-271-2/+13
* Expose assert_no_memory_leak for weakrefHiroshi SHIBATA2020-02-112-45/+45
* Expose assert_normal_exit for weakrefHiroshi SHIBATA2020-02-112-106/+106
* Stop auto runnerNobuyoshi Nakada2020-02-071-11/+13