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
/
test
/
ruby
/
test_thread.rb
Age
Commit message (
Expand
)
Author
9 days
Fix a flaky test by making sure that a test thread stops
Yusuke Endoh
2025-02-14
[Bug #21127] Thread deadlock does not display backtraces (#12721)
Masataka Pocke Kuwabara
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-06-04
Remove dependency on fiddle from test/ruby
Hiroshi SHIBATA
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-09-15
Fix Thread#native_thread_id being cached across fork (#8418)
KJ Tsanaktsidis
2023-08-28
Remove --disable-gems in assert_in_out_err
Peter Zhu
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2022-12-02
Wait killed thread
Nobuyoshi Nakada
2022-11-09
Make pending_interrupt?(Exception) work
Yusuke Endoh
2022-07-28
Skip randomly failing tests with FreeBSD 12
Hiroshi SHIBATA
2022-07-25
Wait the test thread to sleep
Nobuyoshi Nakada
2022-07-25
Synchronize the test thread sleep
Nobuyoshi Nakada
2022-07-07
Thread#value: handle threads killed by a fork
Jean Boussier
2022-07-05
Synchronize the test thread not to die before assertions
Nobuyoshi Nakada
2022-05-30
Skip failing test with freebsd
Hiroshi SHIBATA
2022-04-21
Uncomment code to raise LocalJumpError for yield across thread through enum
Jeremy Evans
2022-03-01
Fix race in TestThread#test_thread_status_in_trap
Benoit Daloze
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-10-03
Remove extraneous conversion to float [Bug #18236]
Nobuyoshi Nakada
2021-07-01
Keep GC disabled until VM bootstrap has done [Bug #17583]
Nobuyoshi Nakada
2021-06-29
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-01
Make `Thread#native_thread_id` not-implemented if unsupported
Nobuyoshi Nakada
2021-05-26
Rescue NotImplementedError for a test of Thread#native_thread_id
Yusuke Endoh
2021-05-26
Add Thread#native_thread_id [Feature #17853]
NARUSE, Yui
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-13
Wait testing/helper threads to terminate
Nobuyoshi Nakada
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-10-28
Add Thread.ignore_deadlock accessor
Jeremy Evans
2020-02-09
Disable GC until VM objects get initialized [Bug #16616]
Nobuyoshi Nakada
2019-12-22
fix a thread test.
Koichi Sasada
2019-12-13
Improved the test for Thread#inspect [Feature #16412]
Nobuyoshi Nakada
2019-11-29
check interrupts at each frame pop timing.
Koichi Sasada
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-08-30
Fix keyword argument separation warnings in test
Jeremy Evans
2019-06-28
Removed unused variables
Nobuyoshi Nakada
2019-01-11
Ensure to terminate the child
nobu
2018-12-23
test/ruby/test_thread.rb (test_fork_while_parent_locked): rewrite to avoid OOM
normal
2018-12-22
test/ruby/test_thread.rb (test_fork_while_parent_locked): reduce threads
normal
2018-12-21
test/ruby/test_thread.rb: reduce thread count to avoid SIGKILL
normal
2018-12-21
test/ruby/test_thread.rb: add diagnosis code for [Bug #15430]
normal
2018-12-18
thread_sync.c (mutex_ptr): only reinitalize waitqueue at fork
normal
2018-12-05
thread_sync.c (mutex_ptr): handle mutexes held by parent threads in children
normal
2018-11-23
test/ruby/test_thread.rb: use safe navigation operator.
kazu
2018-10-22
revert r65292 and r65297
k0kubun
2018-10-22
test_thread.rb: another temporary skip for MJIT
k0kubun
2018-10-21
skip 2 tests for MJIT for now
k0kubun
2018-09-08
Use `&.` after `&.`
kazu
2018-09-08
test/ruby/test_thread.rb: join threads in each test
normal
[next]