summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-06 13:55:16 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-06 19:06:13 -0400
commit481e16d58bb278752bab009b3c25af9144364433 (patch)
tree78ae2e6f9b3727dc04e936499e5e6bb117105d2a /test
parenteeba1581099ea881f7102d18569432748b0ef08f (diff)
[PRISM] Support for compiling ractor constant path writes
Diffstat (limited to 'test')
-rw-r--r--test/.excludes-prism/TestParse.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb
index 4428e5a0e6..5b2fe15a61 100644
--- a/test/.excludes-prism/TestParse.rb
+++ b/test/.excludes-prism/TestParse.rb
@@ -4,12 +4,7 @@ exclude(:test_invalid_char, "unknown")
exclude(:test_location_of_invalid_token, "unknown")
exclude(:test_percent, "unknown")
exclude(:test_question, "unknown")
-exclude(:test_shareable_constant_value_ignored, "unknown")
-exclude(:test_shareable_constant_value_nested, "ractor support")
-exclude(:test_shareable_constant_value_nonliteral, "ractor support")
-exclude(:test_shareable_constant_value_simple, "ractor support")
-exclude(:test_shareable_constant_value_unfrozen, "ractor support")
-exclude(:test_shareable_constant_value_unshareable_literal, "ractor support")
+exclude(:test_shareable_constant_value_ignored, "comment-only line warning")
exclude(:test_string, "unknown")
exclude(:test_truncated_source_line, "unknown")
exclude(:test_unexpected_eof, "unknown")