1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/thread
ko1 b895c402a5 fix threading bug.
* spec/ruby/core/thread/element_set_spec.rb: `t` can be uninitialized.
  Use `Thread.current` explicitly.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-20 23:49:30 +00:00
..
backtrace/location
fixtures
shared
abort_on_exception_spec.rb
add_trace_func_spec.rb
alive_spec.rb
allocate_spec.rb
backtrace_spec.rb
current_spec.rb
element_reference_spec.rb
element_set_spec.rb fix threading bug. 2017-12-20 23:49:30 +00:00
exclusive_spec.rb
exit_spec.rb
fork_spec.rb
group_spec.rb
initialize_spec.rb
inspect_spec.rb
join_spec.rb
key_spec.rb
keys_spec.rb
kill_spec.rb
list_spec.rb
main_spec.rb
name_spec.rb
new_spec.rb
pass_spec.rb
priority_spec.rb
raise_spec.rb
report_on_exception_spec.rb The main Thread should have report_on_exception=true for consistency 2017-12-14 13:08:02 +00:00
run_spec.rb
set_trace_func_spec.rb
start_spec.rb
status_spec.rb
stop_spec.rb
terminate_spec.rb
thread_variable_get_spec.rb
thread_variable_set_spec.rb
thread_variable_spec.rb
thread_variables_spec.rb Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
value_spec.rb
wakeup_spec.rb