aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/leakchecker.rb
Commit message (Expand)AuthorAgeFilesLines
* Check if `Bundler::EnvironmentPreserver` is definedNobuyoshi Nakada2023-03-311-1/+4
* Check if Bundler is definedNobuyoshi Nakada2023-03-281-1/+1
* Don't report changed ENV caused by BundlerPeter Zhu2022-11-041-0/+3
* Hack to avoid leak checkerNobuyoshi Nakada2022-05-251-1/+2
* Consider environment variable case-insensitivenessNobuyoshi Nakada2021-11-291-3/+18
* Replace MiniTest::Unit to Test::Unit::RunnerHiroshi SHIBATA2021-09-111-2/+2
* Show leaked file descriptors only, without cwd, txt, and so onNobuyoshi Nakada2021-06-271-1/+1
* Check warning flags only if available to run with old versionsNobuyoshi Nakada2020-07-151-1/+1
* test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh2020-05-271-1/+7
* leakchecker.rb: show test nameNobuyoshi Nakada2020-05-161-1/+1
* 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
* 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
* Add check_warning_flags to leakcheckerKazuhiro NISHIYAMA2019-12-271-0/+22
* 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-121-0/+5
* Revert "introduce debug check."Koichi Sasada2019-09-301-11/+0
* introduce debug check.Koichi Sasada2019-09-301-0/+11
* Move to tool/lib from test/lib.Hiroshi SHIBATA2019-07-021-0/+240