Skip to content

Commit e927a98

Browse files
eregonandrykonchin
authored andcommitted
Exclude failing test_syntax.rb due to different messages in Prism
1 parent 298dbac commit e927a98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/mri/excludes/TestSyntax.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@
6161
exclude :test_anonymous_keyword_rest_forwarding, "/home/eregon/code/truffleruby-ws/truffleruby/test/mri/tests/ruby/test_syntax.rb:158:in `test_anonymous_keyword_rest_forwarding'."
6262
exclude :test_script_lines_encoding, "pid 42586 exit 0."
6363
exclude :test_class_module_Object_ancestors, "TypeError: 1:Integer is not a class"
64+
exclude :test_unassignable, "prism"
65+
exclude :test_anonymous_block_forwarding, "prism"
66+
exclude :test_newline_in_block_parameters, "prism"
67+
exclude :test_invalid_symbol_space, "prism"
68+
exclude :test_keywords_specified_and_not_accepted, "prism"
69+
exclude :test_unexpected_fraction, "prism"
70+
exclude :test_heredoc_cr, "prism"
71+
exclude :test_no_label_with_percent, "prism"
72+
exclude :test_keyword_duplicated, "prism"

0 commit comments

Comments
 (0)