summaryrefslogtreecommitdiff
path: root/tool/test/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Expand the test directory to real pathNobuyoshi Nakada2023-03-031-1/+1
* Disable experimental warnings in test/runner.rbNobuyoshi Nakada2021-11-101-2/+0
* Mark IO::Buffer as experimental.Samuel Williams2021-11-101-0/+2
* check GC.enable'd statusKoichi Sasada2021-08-051-1/+1
* call GC.compact after each test.Koichi Sasada2019-12-121-0/+1
* Enable checkers on parallel test.Koichi Sasada2019-10-021-4/+4
* Get rid of failures about coverageNobuyoshi Nakada2019-07-251-1/+1
* Separated tool/test/runner.rb and test/runner.rbNobuyoshi Nakada2019-07-251-32/+16
* Moved NoMemoryError hook to Test::Unit::AutoRunnerNobuyoshi Nakada2019-07-251-7/+1
* @@project_dir in Gem::TestCase is no longer usedNobuyoshi Nakada2019-07-241-6/+0
* Fixed exception messageNobuyoshi Nakada2019-07-221-1/+1
* Only the first argument can be --test-target-dir optionNobuyoshi Nakada2019-07-221-8/+6
* tool/test/runner.rb: support --test-target-dir optionYusuke Endoh2019-07-211-2/+15
* Added test-tool target for the test suite of tool/test files.Hiroshi SHIBATA2019-07-151-0/+39