summaryrefslogtreecommitdiff
path: root/tool/lib
AgeCommit message (Expand)Author
2020-06-03Fixed up 56ca006784dNobuyoshi Nakada
2020-06-02run lldb to investigate the stuck process.Koichi Sasada
2020-06-01add more 2 sec.Koichi Sasada
2020-06-01send SEGV to show backtrace.Koichi Sasada
2020-05-28Remove Ruby <2.2 support from tool/lib/vcs.rbJeremy Evans
2020-05-27test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh
2020-05-17Added --test-order=nosort optionNobuyoshi Nakada
2020-05-16leakchecker.rb: show test nameNobuyoshi Nakada
2020-05-08Workaround for Minitest5Hiroshi SHIBATA
2020-05-08Check encodings of STDIN,STDOUT,STDERR tooKazuhiro NISHIYAMA
2020-05-07leakchecker.rb: try `lsof`Nobuyoshi Nakada
2020-05-06Makes nil-safeNobuyoshi Nakada
2020-05-06Ignore FDs kept by system libraryNobuyoshi Nakada
2020-05-06leakchecker.rb: search /dev/fd tooNobuyoshi Nakada
2020-05-05envutil.rb: Also alias to #nameNobuyoshi Nakada
2020-04-23Initialize the class variable for Minitest::Unit.current_repeat_countNobuyoshi Nakada
2020-04-23Expand retrying test file names to realpathNobuyoshi Nakada
2020-04-17Rescue EPIPE in _reportNobuyoshi Nakada
2020-04-17core_assertions.rb: fixed fd leak at timeoutNobuyoshi Nakada
2020-04-17envutil.rb: not try to close pipes twiceNobuyoshi Nakada
2020-03-30Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-03-04tool/lib/test/unit: support TESTS='-- -ext-' again卜部昌平
2020-03-04Narrow the check target.Koichi Sasada
2020-03-03Limit the debug code conditon so that it runs only under i386-solarisYusuke Endoh
2020-03-03add debug code for SolarisKoichi Sasada
2020-03-01show backtrace.Koichi Sasada
2020-02-28respect --test-order=randomKoichi Sasada
2020-02-27MiniTest::Unit.options has default :seedKoichi Sasada
2020-02-27`srand($seed)` at the beginning of each testKoichi Sasada
2020-02-27Revert "`srand($seed)` at the beginning of each test"Koichi Sasada
2020-02-27`srand($seed)` at the beginning of each testKoichi Sasada
2020-02-27don't ignore `--seed` optionKoichi Sasada
2020-02-11Expose assert_no_memory_leak for weakrefHiroshi SHIBATA
2020-02-11Expose assert_normal_exit for weakrefHiroshi SHIBATA
2020-02-07Stop auto runnerNobuyoshi Nakada
2020-02-07No crafted backtrace for SystemExitNobuyoshi Nakada
2020-02-06Fixed the output from separated test in parallel testNobuyoshi Nakada
2020-02-06Add separated assertion countNobuyoshi Nakada
2020-02-05Fixed the output from separated test in parallel testNobuyoshi Nakada
2020-02-05Fixed FD leaksNobuyoshi Nakada
2020-02-05Get rid of nested string interpolations to be editor-friendlyNobuyoshi Nakada
2020-02-04just use STDOUTNARUSE, Yui
2020-02-04On Windows it cannot receive fd except 0..2NARUSE, Yui
2020-02-04assert_separately uses their own pipe instead of stdoutNARUSE, Yui
2020-02-01Indent ChangeLog contents [ci skip]Nobuyoshi Nakada
2020-02-01Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada
2020-01-28Minitest::Unit.current_repeat_countKoichi Sasada
2020-01-12vcs.rb: Allow to empty a part in commit logNobuyoshi Nakada
2020-01-09vcs.rb: Get rid of Kernel#openNobuyoshi Nakada