aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add check_warning_flags to leakcheckerKazuhiro NISHIYAMA2019-12-271-0/+22
* Fix typo in commit logs by log-fix notesNobuyoshi Nakada2019-12-231-2/+22
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* implement make test-all TESTS=--gc-compact卜部昌平2019-12-121-2/+17
* support gc_compact_checker on parallel test.Koichi Sasada2019-12-121-0/+1
* call GC.compact after each test.Koichi Sasada2019-12-121-0/+10
* tool/lib/test/unit/parallel.rb: fail explicitly when failing to get ioYusuke Endoh2019-12-031-2/+6
* [ruby/fileutils] Fix test failure under ruby 2.4David Rodríguez2019-12-011-1/+1
* [ruby/fileutils] Fix error printing test failureDavid Rodríguez2019-12-011-1/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-5/+0
* tool/lib/leakchecker.rb: show the code location that allocated leaked fdYusuke Endoh2019-11-122-16/+29
* Add debug printKazuhiro NISHIYAMA2019-11-091-0/+2