Skip to content

Commit

Permalink
[PRISM] Update remaining test excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed May 24, 2024
1 parent 76e31d9 commit 2d4d99f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/.excludes-prism/TestM17N.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exclude(:test_regexp_usascii, "x80 should raise syntax error")
exclude(:test_regexp_usascii, "https://bugs.ruby-lang.org/issues/20504")
2 changes: 1 addition & 1 deletion test/.excludes-prism/TestMixedUnicodeEscape.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exclude(:test_basic, "should raise mixed encoding error")
exclude(:test_basic, "https://bugs.ruby-lang.org/issues/20504")
1 change: 0 additions & 1 deletion test/.excludes-prism/TestParse.rb

This file was deleted.

2 changes: 1 addition & 1 deletion test/.excludes-prism/TestRubyLiteral.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exclude(:test_dregexp, "x80 should raise syntax error")
exclude(:test_dregexp, "https://bugs.ruby-lang.org/issues/20504")
3 changes: 1 addition & 2 deletions test/.excludes-prism/TestSyntax.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")

exclude(:test_dedented_heredoc_continued_line, "https://bugs.ruby-lang.org/issues/20503")
exclude(:test_duplicated_when, "https://bugs.ruby-lang.org/issues/20401")
exclude(:test_optional_self_reference, "https://bugs.ruby-lang.org/issues/20478")
exclude(:test_keyword_self_reference, "https://bugs.ruby-lang.org/issues/20478")

0 comments on commit 2d4d99f

Please sign in to comment.