mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Move to test/.excludes-prism
This commit is contained in:
parent
a7f33c99c6
commit
3b4ff810d2
2
test/.excludes-prism/TestSetTraceFunc.rb
Normal file
2
test/.excludes-prism/TestSetTraceFunc.rb
Normal file
@ -0,0 +1,2 @@
|
||||
exclude(:test_return, "[Bug #20457]")
|
||||
exclude(:test_return2, "[Bug #20457]")
|
||||
@ -196,8 +196,6 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_return # [ruby-dev:38701]
|
||||
pend if RUBY_DESCRIPTION.include?("+PRISM")
|
||||
|
||||
events = []
|
||||
name = "#{self.class}\##{__method__}"
|
||||
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
|
||||
@ -246,8 +244,6 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_return2 # [ruby-core:24463]
|
||||
pend if RUBY_DESCRIPTION.include?("+PRISM")
|
||||
|
||||
events = []
|
||||
name = "#{self.class}\##{__method__}"
|
||||
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user