aboutsummaryrefslogtreecommitdiffstats
path: root/tool/test
Commit message (Expand)AuthorAgeFilesLines
* Removed WEBrick and that testsHiroshi SHIBATA2024-07-1124-3800/+0
* Move the file location of launchable.rbNaoto Ono2024-07-081-1/+1
* Integrate Launchable into make btestNaoto Ono2024-07-081-1/+2
* Show the caller location of assertion methodsNobuyoshi Nakada2024-05-081-0/+13
* show warning for unused blockKoichi Sasada2024-04-151-1/+1
* Launchable: Add lineNumber fieldNaoto Ono2024-04-031-4/+16
* Launchable: Refactor the logic of JsonStreamWriterNaoto Ono2024-04-021-0/+57
* Make TestParallel#test_retry_workers consider RUBY_TEST_TIMEOUT_SCALEKJ Tsanaktsidis2024-03-281-1/+2
* Ensure test suite is compatible with --frozen-string-literalJean Boussier2024-03-141-2/+2
* Fix WEBrick::TestFileHandler#test_short_filename test not workingKJ Tsanaktsidis2023-12-273-35/+27
* Test_SyncDefaultGems: Fail when editor run (#9365)Sorah Fukumori2023-12-261-5/+5
* Follow removed conflict filesNobuyoshi Nakada2023-12-151-2/+30
* Refactor the settings of test-all outYusuke Endoh2023-11-152-10/+19
* Remove files which are newly added but to be ignoredNobuyoshi Nakada2023-11-071-1/+18
* Fix test failure with __runner_options__ renamingHiroshi SHIBATA2023-10-262-2/+2
* tool test/unit/testcase: rename vars @passed, @@currentlukeg2023-10-263-6/+6
* 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