summaryrefslogtreecommitdiff
path: root/tool/test
AgeCommit message (Expand)Author
31 hoursFollow up testunitNobuyoshi Nakada
31 hoursRevert "Temporary pend unknown behavior of parallel tests"Nobuyoshi Nakada
2025-03-28Remove test_retry_workersYusuke Endoh
2025-03-28Try avoiding "invalid byte sequence in UTF-8"Yusuke Endoh
2025-03-28Report the actual time wated for timeout errors in TestParallelYusuke Endoh
2025-02-27Increase timeout in TestParallel testing to reduce flaky failures (#12822)Naoto Ono
2025-02-27[Misc #20661] Stop retrying tests in `make test-all` command by default (#11271)Naoto Ono
2025-02-13[Feature #21116] Extract RJIT as a third-party gemNobuyoshi Nakada
2025-01-24Add `Test::Unit::CoreAssertions#assert_raise_kind_of`Nobuyoshi Nakada
2025-01-24Add test for `Test::Unit::CoreAssertions#assert_raise_with_message`Nobuyoshi Nakada
2024-10-29Fix TestParallel#test_hungup when RUBY_TEST_TIMEOUT_SCALE is setPeter Zhu
2024-09-12Accept version rangeNobuyoshi Nakada
2024-08-06Dump all-thread backtraces when test parallel worker exceeds time limitYusuke Endoh
2024-07-11Removed WEBrick and that testsHiroshi SHIBATA
2024-07-08Move the file location of launchable.rbNaoto Ono
2024-07-08Integrate Launchable into make btestNaoto Ono
2024-05-08Show the caller location of assertion methodsNobuyoshi Nakada
2024-04-15show warning for unused blockKoichi Sasada
2024-04-03Launchable: Add lineNumber fieldNaoto Ono
2024-04-02Launchable: Refactor the logic of JsonStreamWriterNaoto Ono
2024-03-28Make TestParallel#test_retry_workers consider RUBY_TEST_TIMEOUT_SCALEKJ Tsanaktsidis
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2023-12-27Fix WEBrick::TestFileHandler#test_short_filename test not workingKJ Tsanaktsidis
2023-12-26Test_SyncDefaultGems: Fail when editor run (#9365)Sorah Fukumori
2023-12-15Follow removed conflict filesNobuyoshi Nakada
2023-11-15Refactor the settings of test-all outYusuke Endoh
2023-11-07Remove files which are newly added but to be ignoredNobuyoshi Nakada
2023-10-26Fix test failure with __runner_options__ renamingHiroshi SHIBATA
2023-10-26tool test/unit/testcase: rename vars @passed, @@currentlukeg
2023-10-18Handle `Timeout::Error` reported from workersNobuyoshi Nakada
2023-10-18Manage parallel test workers after timeoutNobuyoshi Nakada
2023-10-18Add `jobs` optional keyword argumentNobuyoshi Nakada
2023-10-04Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada
2023-09-20Fix the case of file to be ignored with to be removedNobuyoshi Nakada
2023-09-20Add a successful sync test caseNobuyoshi Nakada
2023-09-18Fix `git cat-file` conditionNobuyoshi Nakada
2023-09-18Refactor test_sync_default_gems.rbNobuyoshi Nakada
2023-08-28sync_default_gems.rb: convert keys of REPOSITORIES to stringsNobuyoshi Nakada
2023-08-13Prohibit copying to `fixtures` and dot-direcotry just under `test`Nobuyoshi Nakada
2023-08-06Exclude files added to the toplevelNobuyoshi Nakada
2023-07-29Change `HOME` too when testing sync_default_gems.rbNobuyoshi Nakada
2023-07-29Revert "Test sync_default_gems.rb only when git 2.32 is available"Nobuyoshi Nakada
2023-07-29Test sync_default_gems.rb only when git 2.32 is availableNobuyoshi Nakada
2023-06-03Exit with a failure if any test files failed to loadNobuyoshi Nakada
2023-04-28Support older gitNobuyoshi Nakada
2023-03-28Skip commits only for toolsNobuyoshi Nakada
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-03Expand the test directory to real pathNobuyoshi Nakada
2022-12-22Fix the case trailer without newlineNobuyoshi Nakada
2022-12-01Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada