Skip to content

Commit 3b4ff81

Browse files
committed
Move to test/.excludes-prism
1 parent a7f33c9 commit 3b4ff81

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude(:test_return, "[Bug #20457]")
2+
exclude(:test_return2, "[Bug #20457]")

test/ruby/test_settracefunc.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ def test_class
196196
end
197197

198198
def test_return # [ruby-dev:38701]
199-
pend if RUBY_DESCRIPTION.include?("+PRISM")
200-
201199
events = []
202200
name = "#{self.class}\##{__method__}"
203201
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
@@ -246,8 +244,6 @@ def test_return # [ruby-dev:38701]
246244
end
247245

248246
def test_return2 # [ruby-core:24463]
249-
pend if RUBY_DESCRIPTION.include?("+PRISM")
250-
251247
events = []
252248
name = "#{self.class}\##{__method__}"
253249
eval <<-EOF.gsub(/^.*?: /, ""), nil, name

0 commit comments

Comments
 (0)