diff --git a/test/.excludes-prism/TestClass.rb b/test/.excludes-prism/TestClass.rb deleted file mode 100644 index 9681f78f42..0000000000 --- a/test/.excludes-prism/TestClass.rb +++ /dev/null @@ -1,3 +0,0 @@ -exclude(:test_invalid_break_from_class_definition, "https://github.com/ruby/prism/issues/1604") -exclude(:test_invalid_next_from_class_definition, "https://github.com/ruby/prism/issues/1604") -exclude(:test_invalid_return_from_class_definition, "https://github.com/ruby/prism/issues/1604") diff --git a/test/.excludes-prism/TestISeq.rb b/test/.excludes-prism/TestISeq.rb index a40c0e49a1..4f7655358d 100644 --- a/test/.excludes-prism/TestISeq.rb +++ b/test/.excludes-prism/TestISeq.rb @@ -4,4 +4,3 @@ exclude(:test_syntax_error_message, "Assertion checks against specific error for exclude(:test_to_binary_class_tracepoint, "https://github.com/ruby/prism/issues/2662") exclude(:test_to_binary_end_tracepoint, "https://github.com/ruby/prism/issues/2663") exclude(:test_trace_points, "https://github.com/ruby/prism/issues/2660") -exclude(:test_unreachable_syntax_error, "https://github.com/ruby/prism/issues/1604") diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index 9c60ab15cf..490a18d035 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -8,9 +8,7 @@ exclude(:test_float, "unknown") exclude(:test_global_variable, "unknown") exclude(:test_here_document, "unknown") exclude(:test_heredoc_unterminated_interpolation, "unknown") -exclude(:test_invalid_break_from_class_definition, "unknown") exclude(:test_invalid_char, "unknown") -exclude(:test_invalid_next_from_class_definition, "unknown") exclude(:test_location_of_invalid_token, "unknown") exclude(:test_no_blockarg, "unknown") exclude(:test_op_asgn1_with_block, "unknown") diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb index f2f13e3161..7d324bca20 100644 --- a/test/.excludes-prism/TestSyntax.rb +++ b/test/.excludes-prism/TestSyntax.rb @@ -13,10 +13,8 @@ exclude(:test_duplicated_when, "unknown") exclude(:test_error_message_encoding, "unknown") exclude(:test_heredoc_cr, "unknown") exclude(:test_heredoc_no_terminator, "unknown") -exclude(:test_invalid_break, "unknown") exclude(:test_invalid_encoding_symbol, "unknown") exclude(:test_invalid_literal_message, "unknown") -exclude(:test_invalid_next, "unknown") exclude(:test_it, "https://github.com/ruby/prism/issues/2323") exclude(:test_keyword_invalid_name, "unknown") exclude(:test_keyword_self_reference, "unknown")