summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/.excludes-prism/TestIRB/RubyLexTest.rb1
-rw-r--r--test/.excludes-prism/TestSyntax.rb20
2 files changed, 10 insertions, 11 deletions
diff --git a/test/.excludes-prism/TestIRB/RubyLexTest.rb b/test/.excludes-prism/TestIRB/RubyLexTest.rb
deleted file mode 100644
index d2635f9611..0000000000
--- a/test/.excludes-prism/TestIRB/RubyLexTest.rb
+++ /dev/null
@@ -1 +0,0 @@
-exclude(:test_code_block_open_with_should_continue, "https://github.com/ruby/irb/pull/954")
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")