Pending EVENT_RETURN
settracefunc tests with Prism
This commit is contained in:
parent
bed34b3a52
commit
a7f33c99c6
@ -196,6 +196,8 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_return # [ruby-dev:38701]
|
def test_return # [ruby-dev:38701]
|
||||||
|
pend if RUBY_DESCRIPTION.include?("+PRISM")
|
||||||
|
|
||||||
events = []
|
events = []
|
||||||
name = "#{self.class}\##{__method__}"
|
name = "#{self.class}\##{__method__}"
|
||||||
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
|
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
|
||||||
@ -244,6 +246,8 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_return2 # [ruby-core:24463]
|
def test_return2 # [ruby-core:24463]
|
||||||
|
pend if RUBY_DESCRIPTION.include?("+PRISM")
|
||||||
|
|
||||||
events = []
|
events = []
|
||||||
name = "#{self.class}\##{__method__}"
|
name = "#{self.class}\##{__method__}"
|
||||||
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
|
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user