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
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
2018-08-13
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-06
thread_pthread.c: restore timer-thread for now :<
normal
2018-08-05
test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeouts
normal
2018-08-04
test/ruby/test_thread.rb (test_thread_interrupt_for_killed_thread): conserve ...
normal
2018-06-29
test_thread.rb (test_thread_interrupt_for_killed_thread): reprieve for MJIT
normal
2018-05-15
Split TestThread#test_join_limits into peaces
ngoto
2018-03-05
thread.c: reset waitq of keeping mutexes in child
normal
2018-02-18
thread.c (thread_join_m): handle negative timeouts correctly
normal
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-03
thread.c (thread_join_m): avoid NUM2TIMET for Bignum
normal
2017-12-30
increase test timeout.
ko1
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
Fix KeyError#{key,receiver} of Thread#fetch
kazu
2017-12-17
thread.c: fix overly long Thread#join w/ timeout
normal
2017-12-15
thread.c: fix deadlock
nobu
2017-12-14
The main Thread should have report_on_exception=true for consistency
eregon
2017-12-13
Avoid extra output in test_thread_interrupt_for_killed_thread
eregon
2017-12-12
Remove useless assertion in TestThread#test_handle_interrupt_blocking
eregon
2017-12-12
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2017-12-12
Set Thread.report_on_exception=true by default to report exceptions in Threads
eregon
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-09-19
thread.c: report then abort
nobu
2017-09-14
Measure branch and method coverage for `make test-all`
mame
2017-06-28
introduce rb_fiber_t::first_proc.
ko1
2017-05-25
use timeout scale.
ko1
2017-04-20
use correct synchronization.
ko1
2017-03-14
thread.c: Thread.start with Symbol
nobu
2017-02-22
Thread#fetch
nobu
2017-02-10
check thread deadness correctly.
ko1
2016-11-14
* test/ruby/test_module.rb: Method tables are not guaranteed to be
headius
2016-10-31
fix typos [ci skip]
kazu
2016-10-24
test_thread.rb: count accurately
nobu
2016-08-30
Use qualified names
nobu
2016-07-07
suppress warnings: unused variables
naruse
2016-06-06
Thread.report_on_exception
nobu
2016-04-15
thread.c: defer setting name in initialize
nobu
[next]