1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
exclude :test_error_message_encoding, "needs investigation"
exclude :test_invalid_break, "needs investigation"
exclude :test_invalid_next, "needs investigation"
exclude :test_warning_literal_in_condition, "different error"
exclude :test_warning_literal_in_flip_flop, "different error"
exclude :"test_argument_forwarding", "work in progress"
exclude :"test_duplicated_kw", "work in progress"
exclude :"test_duplicated_opt_kw", "work in progress"
exclude :"test_duplicated_rest_kw", "work in progress"
exclude :"test_duplicated_when", "work in progress"
exclude :"test_duplicated_when_check_option", "work in progress"
exclude :"test_heredoc_no_terminator", "work in progress"
exclude :"test_keyword_invalid_name", "work in progress"
exclude :"test_methoddef_endless", "work in progress"
exclude :"test_numbered_parameter", "work in progress"
exclude :"test_syntax_error_at_newline", "work in progress"
exclude :"test_unterminated_heredoc", "work in progress"
exclude :"test_unterminated_heredoc_cr", "work in progress"
exclude :"test_value_expr_in_condition", "work in progress"
exclude :"test_warning_for_cr", "work in progress"
|