summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestSyntax.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-10 11:06:31 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-10 11:48:11 -0400
commit955f13238d951dd52a12733a69a6787008fd82cc (patch)
tree5523e6657f8c0d74c4123bf324c837181a51cb54 /test/.excludes-prism/TestSyntax.rb
parent77b6c980b2278951de206e0cdc5dd49a6f241eb3 (diff)
[PRISM] Enable passing IRB tests
Diffstat (limited to 'test/.excludes-prism/TestSyntax.rb')
-rw-r--r--test/.excludes-prism/TestSyntax.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb
index fe1e8f0d5c..fdeb25d528 100644
--- a/test/.excludes-prism/TestSyntax.rb
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -1,14 +1,14 @@
-exclude(:test__END___cr, "unknown")
-exclude(:test_argument_forwarding_with_super, "unknown")
-exclude(:test_argument_forwarding, "unknown")
-exclude(:test_dedented_heredoc_continued_line, "unknown")
-exclude(:test_duplicated_when, "unknown")
-exclude(:test_error_message_encoding, "unknown")
+exclude(:test__END___cr, "error message format")
+exclude(:test_argument_forwarding_with_super, "error message format")
+exclude(:test_argument_forwarding, "error message format")
+exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
+exclude(:test_duplicated_when, "error message format")
+exclude(:test_error_message_encoding, "syntax error message encoding")
exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
-exclude(:test_numbered_parameter, "unknown")
-exclude(:test_syntax_error_at_newline, "unknown")
-exclude(:test_unterminated_heredoc_cr, "unknown")
-exclude(:test_warn_balanced, "unknown")
+exclude(:test_numbered_parameter, "should raise syntax error for numbered parameters in inner blocks")
+exclude(:test_syntax_error_at_newline, "error message format")
+exclude(:test_unterminated_heredoc_cr, "quoted \r heredoc terminators should not match \r\n")
+exclude(:test_warn_balanced, "missing warning for ** being interpreted as a binary operator")
exclude(:test_optional_self_reference, "https://bugs.ruby-lang.org/issues/20478")
exclude(:test_keyword_self_reference, "https://bugs.ruby-lang.org/issues/20478")