Skip to content

Commit 5ebd274

Browse files
committed
Unexclude MRI syntax tests
1 parent 501c9f8 commit 5ebd274

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

test/mri/excludes/TestSyntax.rb

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,49 @@
11
exclude :test__END___cr, "needs investigation"
22
exclude :test_alias_symbol, "needs investigation"
3-
exclude :test_block_after_cmdarg_in_paren, "needs investigation"
3+
exclude :test_argument_forwarding, "needs investigation"
44
exclude :test_brace_after_literal_argument, "needs investigation"
55
exclude :test_classdef_in_cond, "needs investigation"
66
exclude :test_cmdarg_in_paren, "needs investigation"
7-
exclude :test_cmdarg_kwarg_lvar_clashing_method, "needs investigation"
87
exclude :test_dedented_heredoc_continued_line, "needs investigation"
98
exclude :test_dedented_heredoc_expr_at_beginning, "needs investigation"
9+
exclude :test_dedented_heredoc_expr_string, "needs investigation"
1010
exclude :test_dedented_heredoc_invalid_identifer, "needs investigation"
11+
exclude :test_dedented_heredoc_with_blank_less_indented_line, "needs investigation"
1112
exclude :test_dedented_heredoc_with_blank_more_indented_line, "needs investigation"
13+
exclude :test_dedented_heredoc_with_empty_line, "needs investigation"
1214
exclude :test_dedented_heredoc_with_indentation, "needs investigation"
1315
exclude :test_dedented_heredoc_with_interpolated_expression, "needs investigation"
1416
exclude :test_dedented_heredoc_with_interpolated_string, "needs investigation"
15-
exclude :test_defined_empty_argument, "needs investigation"
17+
exclude :test_dedented_heredoc_with_newline, "needs investigation"
1618
exclude :test_duplicated_when, "needs investigation"
19+
exclude :test_duplicated_when_check_option, "needs investigation"
1720
exclude :test_error_message_encoding, "needs investigation"
21+
exclude :test_heredoc_mixed_encoding, "needs investigation"
22+
exclude :test_heredoc_no_terminator, "needs investigation"
1823
exclude :test_integer_suffix, "needs investigation"
1924
exclude :test_invalid_break, "needs investigation"
2025
exclude :test_invalid_jump, "needs investigation"
26+
exclude :test_invalid_literal_message, "needs investigation"
27+
exclude :test_keyword_duplicated_splat, "needs investigation"
2128
exclude :test_keyword_invalid_name, "needs investigation"
29+
exclude :test_keyword_self_reference, "needs investigation"
30+
exclude :test_method_call_location, "needs investigation"
2231
exclude :test_methoddef_in_cond, "needs investigation"
32+
exclude :test_optional_self_reference, "needs investigation"
2333
exclude :test_parenthesised_statement_argument, "needs investigation"
24-
exclude :test_return_toplevel, "needs investigation"
25-
exclude :test_heredoc_newline, "needs investigation"
26-
exclude :test_method_call_location, "needs investigation"
34+
exclude :test_range_at_eol, "needs investigation"
35+
exclude :test_safe_call_in_massign_lhs, "needs investigation"
36+
exclude :test_script_lines, "needs investigation"
37+
exclude :test_syntax_error_at_newline, "needs investigation"
38+
exclude :test_syntax_error_in_rescue, "needs investigation"
39+
exclude :test_undef_symbol, "needs investigation"
40+
exclude :test_unterminated_heredoc, "needs investigation"
41+
exclude :test_unterminated_heredoc_cr, "needs investigation"
42+
exclude :test_value_expr_in_condition, "needs investigation"
43+
exclude :test_warn_balanced, "needs investigation"
44+
exclude :test_warn_unreachable, "needs investigation"
45+
exclude :test_warning_literal_in_condition, "needs investigation"
46+
exclude :test_warning_literal_in_flip_flop, "needs investigation"
47+
exclude :test_array_kwsplat_hash, "needs investigation"
48+
exclude :test_numbered_parameter, "needs investigation"
49+
exclude :test_return_toplevel_with_argument, "needs investigation"

test/mri/failing.exclude

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ ruby/test_rubyvm.rb
176176
ruby/test_settracefunc.rb # uninitialized constant TestSetTraceFunc::TracePoint
177177
ruby/test_sleep.rb # cannot load such file -- etc
178178
ruby/test_sprintf_comb.rb # almost all failing / regression
179-
ruby/test_syntax.rb # refinements
180179
ruby/test_threadgroup.rb
181180
rubygems/test_gem_remote_fetcher.rb # OpenSSL problems
182181
rubygems/test_gem_request_set_gem_dependency_api.rb # Expects TRUFFLERUBY_VERSION to exist and other problems

0 commit comments

Comments
 (0)