summaryrefslogtreecommitdiff
path: root/tool/lib
AgeCommit message (Expand)Author
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
2019-12-27Add check_warning_flags to leakcheckerKazuhiro NISHIYAMA
2019-12-23Fix typo in commit logs by log-fix notesNobuyoshi Nakada
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-12implement make test-all TESTS=--gc-compact卜部昌平
2019-12-12support gc_compact_checker on parallel test.Koichi Sasada
2019-12-12call GC.compact after each test.Koichi Sasada
2019-12-03tool/lib/test/unit/parallel.rb: fail explicitly when failing to get ioYusuke Endoh
2019-12-01[ruby/fileutils] Fix test failure under ruby 2.4David Rodríguez