Skip to content

Commit

Permalink
[Truffle] Add keyword test to MRI suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fish committed Jul 20, 2016
1 parent 26dbfa6 commit 06d9b17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions test/mri/excludes_truffle/TestKeywordArguments.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
exclude :"test_block_required_keyword", "needs investigation"
exclude :"test_dynamic_symbol_keyword", "needs investigation"
exclude :"test_f9", "needs investigation"
exclude :"test_gced_object_in_stack", "needs investigation"
exclude :"test_implicit_hash_conversion", "needs investigation"
exclude :"test_p1", "needs investigation"
exclude :"test_p6", "needs investigation"
exclude :"test_precedence_of_keyword_arguments_with_post_argument", "needs investigation"
exclude :"test_required_keyword", "needs investigation"
exclude :"test_super_with_anon_restkeywords", "needs investigation"
exclude :"test_super_with_keyword", "needs investigation"
exclude :"test_zsuper_only_anonymous_kwrest", "needs investigation"
exclude :"test_zsuper_only_named_kwrest", "needs investigation"
2 changes: 1 addition & 1 deletion test/mri_truffle.index
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ rexml/xpath/test_text.rb
# ruby/test_arity.rb
# ruby/test_backtrace.rb
# ruby/test_iseq.rb
# ruby/test_keyword.rb
ruby/test_keyword.rb
# ruby/test_lazy_enumerator.rb
ruby/test_not.rb
# ruby/test_refinement.rb
Expand Down

0 comments on commit 06d9b17

Please sign in to comment.