Skip to content

Commit

Permalink
Move to test/.excludes-prism
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 25, 2024
1 parent a7f33c9 commit 3b4ff81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions test/.excludes-prism/TestSetTraceFunc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude(:test_return, "[Bug #20457]")
exclude(:test_return2, "[Bug #20457]")
4 changes: 0 additions & 4 deletions test/ruby/test_settracefunc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def test_class
end

def test_return # [ruby-dev:38701]
pend if RUBY_DESCRIPTION.include?("+PRISM")

events = []
name = "#{self.class}\##{__method__}"
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
Expand Down Expand Up @@ -246,8 +244,6 @@ def test_return # [ruby-dev:38701]
end

def test_return2 # [ruby-core:24463]
pend if RUBY_DESCRIPTION.include?("+PRISM")

events = []
name = "#{self.class}\##{__method__}"
eval <<-EOF.gsub(/^.*?: /, ""), nil, name
Expand Down

0 comments on commit 3b4ff81

Please sign in to comment.