summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-23 15:31:18 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-23 21:27:36 -0400
commit2d4d99f78aa846b21f05508ab73172b24bd08954 (patch)
tree640dca03419e12968002fac7fd93a7a7da1d35b8
parent76e31d9aa93ce624a8f74db57af488c74017b7f3 (diff)
[PRISM] Update remaining test excludes
-rw-r--r--test/.excludes-prism/TestM17N.rb2
-rw-r--r--test/.excludes-prism/TestMixedUnicodeEscape.rb2
-rw-r--r--test/.excludes-prism/TestParse.rb1
-rw-r--r--test/.excludes-prism/TestRubyLiteral.rb2
-rw-r--r--test/.excludes-prism/TestSyntax.rb3
5 files changed, 4 insertions, 6 deletions
diff --git a/test/.excludes-prism/TestM17N.rb b/test/.excludes-prism/TestM17N.rb
index 0367ffa9f2..7f8c44d02a 100644
--- a/test/.excludes-prism/TestM17N.rb
+++ b/test/.excludes-prism/TestM17N.rb
@@ -1 +1 @@
-exclude(:test_regexp_usascii, "x80 should raise syntax error")
+exclude(:test_regexp_usascii, "https://bugs.ruby-lang.org/issues/20504")
diff --git a/test/.excludes-prism/TestMixedUnicodeEscape.rb b/test/.excludes-prism/TestMixedUnicodeEscape.rb
index 753c119d14..7bf964ebf1 100644
--- a/test/.excludes-prism/TestMixedUnicodeEscape.rb
+++ b/test/.excludes-prism/TestMixedUnicodeEscape.rb
@@ -1 +1 @@
-exclude(:test_basic, "should raise mixed encoding error")
+exclude(:test_basic, "https://bugs.ruby-lang.org/issues/20504")
diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb
deleted file mode 100644
index f0b7118624..0000000000
--- a/test/.excludes-prism/TestParse.rb
+++ /dev/null
@@ -1 +0,0 @@
-exclude(:test_void_value_in_rhs, "missing raising error for some void value expressions")
diff --git a/test/.excludes-prism/TestRubyLiteral.rb b/test/.excludes-prism/TestRubyLiteral.rb
index a25e1c47d9..853f23a3b9 100644
--- a/test/.excludes-prism/TestRubyLiteral.rb
+++ b/test/.excludes-prism/TestRubyLiteral.rb
@@ -1 +1 @@
-exclude(:test_dregexp, "x80 should raise syntax error")
+exclude(:test_dregexp, "https://bugs.ruby-lang.org/issues/20504")
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb
index 4e6f695ccf..ab672d19a6 100644
--- a/test/.excludes-prism/TestSyntax.rb
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -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")