summaryrefslogtreecommitdiff
path: root/tool/lib
AgeCommit message (Expand)Author
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-14Added just working Test::Unit::CoreAssertions#diffNobuyoshi Nakada
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-08-11Add default color for each instanceNobuyoshi Nakada
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-28Remove `EnvUtil.rubyexec`, because it is not used anywhere.Vít Ondruch
2020-07-15Check warning flags only if available to run with old versionsNobuyoshi Nakada
2020-07-10Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA
2020-07-02Expose `assert_pattern_list` for drb test with test-unit gem.Hiroshi SHIBATA
2020-06-15Prefer String#each_byte when using a blockNobuyoshi Nakada
2020-06-15tool/lib/minitest/unit.rb: Reproducible shuffle of test suitesYusuke Endoh
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