index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
lib
/
test
/
unit.rb
Age
Commit message (
Expand
)
Author
37 hours
Add `--keep-repeating` option
Nobuyoshi Nakada
40 hours
Dump with debugger before killing stuck worker
Nobuyoshi Nakada
2025-03-06
Show test task names longer
Nobuyoshi Nakada
2025-02-27
[Misc #20661] Stop retrying tests in `make test-all` command by default (#11271)
Naoto Ono
2024-09-10
Remove an unnecessary blank line added by mistake [ci skip]
Nobuyoshi Nakada
2024-09-10
Add predicates for platforms
Nobuyoshi Nakada
2024-08-22
`make test-tool` with Windows is broken. We should use :KILL with that platform.
Hiroshi SHIBATA
2024-08-07
Use 20min for parallel test worker timeout
Yusuke Endoh
2024-08-07
Use SIGSEGV to kill a parallel test worker (to dump backtrace)
Yusuke Endoh
2024-08-07
Wait a bit longer for worker quit
Yusuke Endoh
2024-08-07
Add a log when SIGKILL is sent to a test parallel worker
Yusuke Endoh
2024-08-06
Use 3min for test parallel worker timeout again
Yusuke Endoh
2024-08-06
Dump all-thread backtraces when test parallel worker exceeds time limit
Yusuke Endoh
2024-08-06
Extend the default timeout of parallel testing to one hour
Yusuke Endoh
2024-08-06
Extend the default timeout of parallel testing
Yusuke Endoh
2024-07-08
Move the file location of launchable.rb
Naoto Ono
2024-07-08
Integrate Launchable into make btest
Naoto Ono
2024-06-14
Enable LeakChecker for RJIT previously disabled for MJIT (#10998)
Alan Wu
2024-05-08
Show the caller location of assertion methods
Nobuyoshi Nakada
2024-04-03
Launchable: Add lineNumber field
Naoto Ono
2024-04-02
Launchable: Refactor the logic of JsonStreamWriter
Naoto Ono
2024-02-29
Inform failures in parallel tests before retrying
Nobuyoshi Nakada
2024-02-23
Add Launchable into CI
Naoto Ono
2024-02-15
Show the method owner in backtraces
Yusuke Endoh
2024-01-31
Add newline between end and def
Naoto Ono
2024-01-31
Add the ability to generate Launchable test reports
Naoto Ono
2023-12-22
Get rid of obsoleted RJITFirst
Takashi Kokubun
2023-10-21
Fallback job status to normal if no tty
Nobuyoshi Nakada
2023-10-18
Handle `Timeout::Error` reported from workers
Nobuyoshi Nakada
2023-10-18
Fix total count when filters given
Nobuyoshi Nakada
2023-10-18
Escape method names containing control characters
Nobuyoshi Nakada
2023-10-18
Manage parallel test workers after timeout
Nobuyoshi Nakada
2023-08-29
Expose Test.filter_backtrace for the default gems.
Hiroshi SHIBATA
2023-08-08
Add message for `--ruby` option [ci skip]
Nobuyoshi Nakada
2023-06-03
Exit with a failure if any test files failed to load
Nobuyoshi Nakada
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2022-12-01
Use class methods of `File` over `Kernel.open` and `IO.read`
Nobuyoshi Nakada
2022-11-07
jobserver option may not be at the last
Nobuyoshi Nakada
2022-11-07
Set `autoclose:` for inherited FDs only [ci skip]
Nobuyoshi Nakada
2022-11-06
GNU make 4.4 now uses a fifo for the jobserver
Nobuyoshi Nakada
2022-11-02
Fix crash in test runner on timeout
Peter Zhu
2022-09-10
Enable deprecation warnings for test-all
Benoit Daloze
2022-07-05
Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`
Nobuyoshi Nakada
2022-07-05
Separate failed output option
Nobuyoshi Nakada
2022-05-20
Rename test_jit to test_mjit
Takashi Kokubun
2022-04-06
Copyedit parallel test harness crash message
Alan Wu
2022-04-06
Copyedit parallel test harness crash message
Alan Wu
2022-04-05
Try to fix NoMethodError on slow environments
Kazuhiro NISHIYAMA
2022-02-16
fix parallel test timeout retrying
Koichi Sasada
[next]