aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* No crafted backtrace for SystemExitNobuyoshi Nakada2020-02-071-2/+2
* Fixed the output from separated test in parallel testNobuyoshi Nakada2020-02-061-1/+4
* Add separated assertion countNobuyoshi Nakada2020-02-061-9/+10
* Fixed the output from separated test in parallel testNobuyoshi Nakada2020-02-051-1/+1
* Fixed FD leaksNobuyoshi Nakada2020-02-051-0/+1
* Get rid of nested string interpolations to be editor-friendlyNobuyoshi Nakada2020-02-051-3/+5
* just use STDOUTNARUSE, Yui2020-02-041-4/+2
* On Windows it cannot receive fd except 0..2NARUSE, Yui2020-02-041-7/+15
* assert_separately uses their own pipe instead of stdoutNARUSE, Yui2020-02-041-3/+8
* Indent ChangeLog contents [ci skip]Nobuyoshi Nakada2020-02-011-3/+5
* Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada2020-02-011-0/+1
* Minitest::Unit.current_repeat_countKoichi Sasada2020-01-281-4/+8
* vcs.rb: Allow to empty a part in commit logNobuyoshi Nakada2020-01-121-1/+1
* vcs.rb: Get rid of Kernel#openNobuyoshi Nakada2020-01-091-4/+2