aboutsummaryrefslogtreecommitdiffstats
path: root/tool/test
Commit message (Expand)AuthorAgeFilesLines
* Handle `Timeout::Error` reported from workersNobuyoshi Nakada2023-10-182-0/+25
* Manage parallel test workers after timeoutNobuyoshi Nakada2023-10-184-0/+24
* Add `jobs` optional keyword argumentNobuyoshi Nakada2023-10-181-7/+3
* Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada2023-10-041-0/+9
* Fix the case of file to be ignored with to be removedNobuyoshi Nakada2023-09-201-1/+18
* Add a successful sync test caseNobuyoshi Nakada2023-09-201-2/+17
* Fix `git cat-file` conditionNobuyoshi Nakada2023-09-181-0/+2
* Refactor test_sync_default_gems.rbNobuyoshi Nakada2023-09-181-40/+45
* sync_default_gems.rb: convert keys of REPOSITORIES to stringsNobuyoshi Nakada2023-08-281-2/+2
* Prohibit copying to `fixtures` and dot-direcotry just under `test`Nobuyoshi Nakada2023-08-131-1/+17
* Exclude files added to the toplevelNobuyoshi Nakada2023-08-061-0/+37
* Change `HOME` too when testing sync_default_gems.rbNobuyoshi Nakada2023-07-291-2/+3
* Revert "Test sync_default_gems.rb only when git 2.32 is available"Nobuyoshi Nakada2023-07-291-9/+1
* Test sync_default_gems.rb only when git 2.32 is availableNobuyoshi Nakada2023-07-291-1/+9
* Exit with a failure if any test files failed to loadNobuyoshi Nakada2023-06-032-0/+24
* Support older gitNobuyoshi Nakada2023-04-281-1/+2
* Skip commits only for toolsNobuyoshi Nakada2023-03-281-0/+73
* s/MJIT/RJIT/Takashi Kokubun2023-03-064-4/+4
* Expand the test directory to real pathNobuyoshi Nakada2023-03-031-1/+1
* Fix the case trailer without newlineNobuyoshi Nakada2022-12-221-0/+10
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-12-012-3/+3
* Fix the case of multiple trailersNobuyoshi Nakada2022-11-281-0/+11
* Add tests for sync_default_gems.rbNobuyoshi Nakada2022-11-281-0/+55
* Allow strings in assert_pattern_listNobuyoshi Nakada2022-08-191-0/+8
* Add tests for assert_pattern_listNobuyoshi Nakada2022-08-181-0/+16
* Let testunit use omit or pend instead of skipNobuyoshi Nakada2022-01-164-10/+28
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-134-4/+4
* Disable experimental warnings in test/runner.rbNobuyoshi Nakada2021-11-101-2/+0
* Mark IO::Buffer as experimental.Samuel Williams2021-11-101-0/+2
* Retry hung up tests verboselyNobuyoshi Nakada2021-10-171-1/+1
* Retry hung tests after parallel runsNobuyoshi Nakada2021-10-172-0/+28
* Replace unpack with unpack1Nobuyoshi Nakada2021-10-171-2/+2
* Use `__dir__`Nobuyoshi Nakada2021-10-151-2/+2
* Refactor ordering of testsNobuyoshi Nakada2021-10-042-21/+61
* Prohibit test method redefinitionNobuyoshi Nakada2021-09-171-9/+4
* Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462Hiroshi SHIBATA2021-09-131-1/+1
* Use capture_output instead of capture_ioHiroshi SHIBATA2021-09-131-2/+2
* Removed unsed assertions for rubygemsHiroshi SHIBATA2021-09-111-14/+0
* Drop to Ruby 1.8 related codeHiroshi SHIBATA2021-09-111-3/+1
* Removed rubinius support from test suiteHiroshi SHIBATA2021-09-111-5/+0
* Removed maglev related code because it's not active status nowHiroshi SHIBATA2021-09-111-6/+4
* fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cbaHiroshi SHIBATA2021-09-111-1/+1
* Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError an...Hiroshi SHIBATA2021-09-113-25/+25
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+2
* Surpressing the noisy messagesHiroshi SHIBATA2021-09-111-0/+8
* Temporary pend unknown behavior of parallel testsHiroshi SHIBATA2021-09-111-1/+3
* pend non-supported featureHiroshi SHIBATA2021-09-111-0/+2
* More fixed assertion message testsHiroshi SHIBATA2021-09-111-17/+10
* We prepared Test::Unit::TestCase in default valueHiroshi SHIBATA2021-09-111-2/+2
* We don't want to consistent assert and refute assertionsHiroshi SHIBATA2021-09-111-26/+0