mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
merges r24574 from trunk into ruby_1_9_1.
-- * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return. [Bug #1588] * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise): follow above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
60a8777de7
commit
3b6e807a01
4 changed files with 12 additions and 2 deletions
|
@ -167,6 +167,8 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||
events.shift)
|
||||
assert_equal(["raise", 5, :test_raise, TestSetTraceFunc],
|
||||
events.shift)
|
||||
assert_equal(["c-return", 5, :raise, Kernel],
|
||||
events.shift)
|
||||
assert_equal(["c-call", 6, :===, Module],
|
||||
events.shift)
|
||||
assert_equal(["c-return", 6, :===, Module],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue