Skip to content

Commit

Permalink
[Truffle] Add ruby/test_syntax.rb to mri test index with excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 29, 2015
1 parent 146856d commit 5a83ff7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions test/mri/excludes_truffle/TestSyntax.rb
Expand Up @@ -5,3 +5,49 @@
exclude :test_syntax_lib, "needs investigation"
exclude :test_syntax_sample, "needs investigation"
exclude :test_syntax_test, "needs investigation"
exclude :test__END___cr , "needs investigation"
exclude :test_brace_block_after_blockcall_colon_no_arg , "needs investigation"
exclude :test_brace_block_after_blockcall_dot_no_arg , "needs investigation"
exclude :test_brace_block_after_blockcall_dot_with_arg , "needs investigation"
exclude :test_cmd_symbol_after_keyword , "needs investigation"
exclude :test_cmd_symbol_in_string , "needs investigation"
exclude :test_cmd_symbol_singleton_class , "needs investigation"
exclude :test_cmd_symbol_superclass , "needs investigation"
exclude :test_constant_reassignment_nested , "needs investigation"
exclude :test_constant_reassignment_toplevel , "needs investigation"
exclude :test_do_block_after_blockcall_colon_no_arg , "needs investigation"
exclude :test_do_block_after_blockcall_colon_with_arg , "needs investigation"
exclude :test_do_block_after_blockcall_dot_no_arg , "needs investigation"
exclude :test_do_block_after_blockcall_dot_with_arg , "needs investigation"
exclude :test_do_block_in_call_args , "needs investigation"
exclude :test_do_block_in_cmdarg , "needs investigation"
exclude :test_do_block_in_cmdarg_begin , "needs investigation"
exclude :test_duplicated_arg , "needs investigation"
exclude :test_duplicated_kw , "needs investigation"
exclude :test_duplicated_kw_kwrest , "needs investigation"
exclude :test_duplicated_opt , "needs investigation"
exclude :test_duplicated_opt_kw , "needs investigation"
exclude :test_duplicated_opt_kwrest , "needs investigation"
exclude :test_duplicated_opt_post , "needs investigation"
exclude :test_duplicated_opt_rest , "needs investigation"
exclude :test_duplicated_rest , "needs investigation"
exclude :test_duplicated_rest_kw , "needs investigation"
exclude :test_duplicated_rest_kwrest , "needs investigation"
exclude :test_duplicated_rest_opt , "needs investigation"
exclude :test_duplicated_rest_post , "needs investigation"
exclude :test_duplicated_when , "needs investigation"
exclude :test_error_message_encoding , "needs investigation"
exclude :test_heredoc_cr , "needs investigation"
exclude :test_integer_suffix , "needs investigation"
exclude :test_keyword_splat , "needs investigation"
exclude :test_lineno_command_call_quote , "needs investigation"
exclude :test_lineno_operation_brace_block , "needs investigation"
exclude :test_optional_self_reference , "needs investigation"
exclude :test_unassignable , "needs investigation"
exclude :test_unexpected_fraction , "needs investigation"
exclude :test_value_of_def , "needs investigation"
exclude :test_warn_balanced , "needs investigation"
exclude :test_warning_for_cr , "needs investigation"
exclude :test_brace_block_after_blockcall_colon_with_arg, "needs investigation"
exclude :test_newline_in_block_parameters, "needs investigation"
exclude :test_warn_unreachable, "needs investigation"

This comment has been minimized.

Copy link
@bjfish

bjfish Apr 29, 2015

Author Contributor

I think the large number of excludes is due to the missing method caller_locations.

This comment has been minimized.

Copy link
@chrisseaton

chrisseaton Apr 29, 2015

Contributor

caller_locations should be straightforward. See RubyCallstack if you'd like to try it yourself - or could you open an issue for it please and I'll tackle it in the next few days.

2 changes: 1 addition & 1 deletion test/mri_truffle.index
Expand Up @@ -225,7 +225,7 @@ ruby/test_stringchar.rb
ruby/test_struct.rb
ruby/test_super.rb
ruby/test_symbol.rb
# ruby/test_syntax.rb # core:/core/rubinius/common/type.rb:62:in `initialize': Coercion error: "map".to_ary => Array failed (TypeError)
ruby/test_syntax.rb
ruby/test_system.rb
ruby/test_thread.rb
ruby/test_time.rb
Expand Down

0 comments on commit 5a83ff7

Please sign in to comment.