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
Age
Commit message (
Expand
)
Author
46 hours
Add `--keep-repeating` option
Nobuyoshi Nakada
2 days
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
2025-01-10
Extract Benchmark.measure on assert_cpu_usage_low
Hiroshi SHIBATA
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-09-04
Ignore blocks to `Test::Unit::Assertions#pend` silently
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-07
Fix a typo
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-05-07
[PRISM] Enable test_methoddef_endless_command
Kevin Newton
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-21
Add `Test::Unit::TestCase#method_name`
Nobuyoshi Nakada
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-11-15
Refactor the settings of test-all out
Yusuke Endoh
2023-10-26
tool test/unit/testcase: rename vars @passed, @@current
lukeg
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
2023-02-28
fix test/rubygems/test_gem_package_task.rb when in -j mode
lukeg
2023-01-18
Supressing warnings messages like:
Hiroshi SHIBATA
2023-01-15
Clear gem paths for each test
Nobuyoshi Nakada
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
[next]