* test/ruby/test_thread.rb: fixed typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b4add2ac2b
commit
1061371f29
@ -1,3 +1,8 @@
|
|||||||
|
Sat Feb 16 20:05:26 2013 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
|
* test/ruby/test_thread.rb: fixed typo
|
||||||
|
patched by Hiroki Matsue via https://github.com/ruby/ruby/pull/248
|
||||||
|
|
||||||
Sat Feb 16 16:08:35 2013 Koichi Sasada <ko1@atdot.net>
|
Sat Feb 16 16:08:35 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm.c (rb_thread_mark): mark a working Proc of bmethod
|
* vm.c (rb_thread_mark): mark a working Proc of bmethod
|
||||||
|
@ -669,8 +669,8 @@ class TestThread < Test::Unit::TestCase
|
|||||||
q.push :ng1
|
q.push :ng1
|
||||||
end
|
end
|
||||||
begin
|
begin
|
||||||
Thread.handle_interrupthandle_interrupt(Object => :immediate){} if Thread.pending_interrupt?
|
Thread.handle_interrupt(Object => :immediate){} if Thread.pending_interrupt?
|
||||||
rescue => e
|
rescue RuntimeError => e
|
||||||
q.push :ok
|
q.push :ok
|
||||||
end
|
end
|
||||||
rescue => e
|
rescue => e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user