summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit.rb
AgeCommit message (Expand)Author
37 hoursAdd `--keep-repeating` optionNobuyoshi Nakada
40 hoursDump with debugger before killing stuck workerNobuyoshi Nakada
2025-03-06Show test task names longerNobuyoshi Nakada
2025-02-27[Misc #20661] Stop retrying tests in `make test-all` command by default (#11271)Naoto Ono
2024-09-10Remove an unnecessary blank line added by mistake [ci skip]Nobuyoshi Nakada
2024-09-10Add predicates for platformsNobuyoshi Nakada
2024-08-22`make test-tool` with Windows is broken. We should use :KILL with that platform.Hiroshi SHIBATA
2024-08-07Use 20min for parallel test worker timeoutYusuke Endoh
2024-08-07Use SIGSEGV to kill a parallel test worker (to dump backtrace)Yusuke Endoh
2024-08-07Wait a bit longer for worker quitYusuke Endoh
2024-08-07Add a log when SIGKILL is sent to a test parallel workerYusuke Endoh
2024-08-06Use 3min for test parallel worker timeout againYusuke Endoh
2024-08-06Dump all-thread backtraces when test parallel worker exceeds time limitYusuke Endoh
2024-08-06Extend the default timeout of parallel testing to one hourYusuke Endoh
2024-08-06Extend the default timeout of parallel testingYusuke Endoh
2024-07-08Move the file location of launchable.rbNaoto Ono
2024-07-08Integrate Launchable into make btestNaoto Ono
2024-06-14Enable LeakChecker for RJIT previously disabled for MJIT (#10998)Alan Wu
2024-05-08Show the caller location of assertion methodsNobuyoshi Nakada
2024-04-03Launchable: Add lineNumber fieldNaoto Ono
2024-04-02Launchable: Refactor the logic of JsonStreamWriterNaoto Ono
2024-02-29Inform failures in parallel tests before retryingNobuyoshi Nakada
2024-02-23Add Launchable into CINaoto Ono
2024-02-15Show the method owner in backtracesYusuke Endoh
2024-01-31Add newline between end and defNaoto Ono
2024-01-31Add the ability to generate Launchable test reportsNaoto Ono
2023-12-22Get rid of obsoleted RJITFirstTakashi Kokubun
2023-10-21Fallback job status to normal if no ttyNobuyoshi Nakada
2023-10-18Handle `Timeout::Error` reported from workersNobuyoshi Nakada
2023-10-18Fix total count when filters givenNobuyoshi Nakada
2023-10-18Escape method names containing control charactersNobuyoshi Nakada
2023-10-18Manage parallel test workers after timeoutNobuyoshi Nakada
2023-08-29Expose Test.filter_backtrace for the default gems.Hiroshi SHIBATA
2023-08-08Add message for `--ruby` option [ci skip]Nobuyoshi Nakada
2023-06-03Exit with a failure if any test files failed to loadNobuyoshi Nakada
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2022-12-01Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
2022-11-07jobserver option may not be at the lastNobuyoshi Nakada
2022-11-07Set `autoclose:` for inherited FDs only [ci skip]Nobuyoshi Nakada
2022-11-06GNU make 4.4 now uses a fifo for the jobserverNobuyoshi Nakada
2022-11-02Fix crash in test runner on timeoutPeter Zhu
2022-09-10Enable deprecation warnings for test-allBenoit Daloze
2022-07-05Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`Nobuyoshi Nakada
2022-07-05Separate failed output optionNobuyoshi Nakada
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-04-06Copyedit parallel test harness crash messageAlan Wu
2022-04-06Copyedit parallel test harness crash messageAlan Wu
2022-04-05Try to fix NoMethodError on slow environmentsKazuhiro NISHIYAMA
2022-02-16fix parallel test timeout retryingKoichi Sasada