summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestSyntax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/.excludes-prism/TestSyntax.rb')
-rw-r--r--test/.excludes-prism/TestSyntax.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb
new file mode 100644
index 0000000000..0505330b1c
--- /dev/null
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -0,0 +1,9 @@
+exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
+exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
+exclude(:test_numbered_parameter, "should raise syntax error for numbered parameters in inner blocks")
+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_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")