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
/
test
/
testunit
/
test_parallel.rb
Age
Commit message (
Expand
)
Author
2025-03-28
Remove test_retry_workers
Yusuke Endoh
2025-03-28
Try avoiding "invalid byte sequence in UTF-8"
Yusuke Endoh
2025-03-28
Report the actual time wated for timeout errors in TestParallel
Yusuke Endoh
2025-02-27
Increase 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 gem
Nobuyoshi Nakada
2024-08-06
Dump all-thread backtraces when test parallel worker exceeds time limit
Yusuke Endoh
2024-04-15
show warning for unused block
Koichi Sasada
2023-10-26
tool test/unit/testcase: rename vars @passed, @@current
lukeg
2023-10-18
Manage parallel test workers after timeout
Nobuyoshi Nakada
2023-10-18
Add `jobs` optional keyword argument
Nobuyoshi Nakada
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-10-17
Retry hung up tests verbosely
Nobuyoshi Nakada
2021-10-17
Retry hung tests after parallel runs
Nobuyoshi Nakada
2021-10-17
Replace unpack with unpack1
Nobuyoshi Nakada
2021-10-15
Use `__dir__`
Nobuyoshi Nakada
2021-09-11
Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError an...
Hiroshi SHIBATA
2021-09-11
Temporary pend unknown behavior of parallel tests
Hiroshi SHIBATA
2021-09-11
Use Test namespace instead of MiniTest in test_parallel.rb
Hiroshi SHIBATA
2021-08-04
Fix relative paths from core_assertions.rb
Nobuyoshi Nakada
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2019-12-04
Make TracePoint.stat a singleton method again (#2726)
Alan Wu
2019-12-03
tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io
Yusuke Endoh
2019-11-08
use builtin for TracePoint.
Koichi Sasada
2019-10-02
fix assertion number.
Koichi Sasada
2019-07-02
Split test files for test-framework that are test-unit and minitest to tool d...
Hiroshi SHIBATA