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
/
thread
/
test_cv.rb
Age
Commit message (
Expand
)
Author
2018-07-31
Move obsoleted test/thread/test_*.rb with the current implementation.
hsbt
2018-04-30
test/thread/test_cv.rb: test CV usability inside forked child
normal
2018-03-27
thread_sync.c: avoid reaching across stacks of dead threads
normal
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2017-12-12
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-05-09
test/thread: relax internal implementation check in error message
normal
2016-08-30
Use qualified names
nobu
2016-06-13
fix test of r55397
naruse
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-08-19
thread.c: check initialized
nobu
2014-07-01
add timeout
naruse
2014-03-26
marshal.c: undumpable hidden objects
nobu
2014-03-26
thread.c: undumpable
nobu
2014-01-22
thread/thread.c: no dup
nobu
2013-09-07
* variable.c (classname): the name of class that has
ktsj
2012-12-01
* test/ruby/test_thread.rb: move ConditionVariable related test
kosaki