diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-04-03 15:06:20 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-04-03 17:34:12 -0400 |
| commit | 7e28d3c1e376a617210152fb2fe79397f135d2df (patch) | |
| tree | e8090fd3c923e3ad687c11e59e5aa6c4b48a1034 | |
| parent | ffba484754bd5bed0f7c69646291fd99ed8959cc (diff) | |
[PRISM] Enable passing tests for invalid block exits
| -rw-r--r-- | test/.excludes-prism/TestClass.rb | 3 | ||||
| -rw-r--r-- | test/.excludes-prism/TestISeq.rb | 1 | ||||
| -rw-r--r-- | test/.excludes-prism/TestParse.rb | 2 | ||||
| -rw-r--r-- | test/.excludes-prism/TestSyntax.rb | 2 |
4 files changed, 0 insertions, 8 deletions
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") |
