summaryrefslogtreecommitdiff
path: root/tool/test
AgeCommit message (Expand)Author
2025-12-17test_sync_default_gems.rb: Omit if git is v2.43 or olderTakashi Kokubun
2025-12-17test_commit_email.rb: Ensure #teardown doesn't failTakashi Kokubun
2025-11-20Omit a test on s390x linux tripping over a git bugAlan Wu
2025-11-17Skip TestCommitEmail if git is not available.Hiroshi SHIBATA
2025-11-13Exclude lib/unicode_normalize from lib/unNobuyoshi Nakada
2025-11-13Use path in tmpdir instead of IO::NULLKazuhiro NISHIYAMA
2025-11-13Ignore ~/.gitconfigKazuhiro NISHIYAMA
2025-11-05sync_default_gems.rb: gracefully handle merge commitsKazuki Yamaguchi
2025-11-05sync_default_gems.rb: use declarative mapping rulesKazuki Yamaguchi
2025-11-05sync_default_gems.rb: simplify rewriting commit messageKazuki Yamaguchi
2025-10-29test_commit_email.rb: Clean up temporary filesNobuyoshi Nakada
2025-10-11test_commit_email.rb: Simply use shNobuyoshi Nakada
2025-10-08test_commit_email.rb: Split out as binary for --with-gmpTakashi Kokubun
2025-10-08test_commit_email.rb: Stop testing the un-encoded nameTakashi Kokubun
2025-10-08test_commit_email.rb: Test the encoding of commit messagesTakashi Kokubun
2025-10-08test_commit_email.rb: Skip the sendmail test on WindowsTakashi Kokubun
2025-10-08test_commit_email.rb: Fix the timezone for commit-email.rbTakashi Kokubun
2025-10-08test_commit_email.rb: Use a fixed timezoneTakashi Kokubun
2025-10-08commit-email.rb: Remove legacy SVN headersTakashi Kokubun
2025-10-08test_commit_email.rb: Remove an unused local variableTakashi Kokubun
2025-10-08test_commit_email.rb: Test the content of an emailTakashi Kokubun
2025-10-08Allow test-tool to use bundled gems in child processes (#14794)Takashi Kokubun
2025-10-08Revert "commit-email.rb: Use base64 instead of nkf"Takashi Kokubun
2025-10-08commit-email.rb: Use base64 instead of nkfTakashi Kokubun
2025-10-08test_commit_email.rb: Stop printing LoadErrorTakashi Kokubun
2025-10-08Migrate a test for commit-email.rb (#14784)Takashi Kokubun
2025-09-17Unset RUBY_CRASH_REPORT in tests that crash on purposeAlan Wu
2025-09-17Skip `TestSyncWithCommits` on other than particular platformsNobuyoshi Nakada
2025-09-17sync_default_gems.rb: Set git configurations for EOL code of logsNobuyoshi Nakada
2025-09-07sync_default_gems.rb: Support `log.showSignature` caseNobuyoshi Nakada
2025-06-18Follow up testunitNobuyoshi Nakada
2025-06-18Revert "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