Skip to content

Commit

Permalink
[Truffle] Add test_erb.rb to the mri test index with excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 11, 2015
1 parent 6e6f23f commit d3f89ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestERBCore.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude :test_def_erb_method, "needs investigation"
exclude :test_def_method_with_fname, "needs investigation"
exclude :test_def_method_without_filename, "needs investigation"
exclude :test_keep_lineno, "needs investigation"
Expand Down
3 changes: 0 additions & 3 deletions test/mri/excludes_truffle/TestERBCoreWOStrScan.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
exclude :test_def_erb_method, "needs investigation"
exclude :test_def_method_with_fname, "needs investigation"
exclude :test_def_method_without_filename, "needs investigation"
exclude :test_keep_lineno, "needs investigation"
2 changes: 1 addition & 1 deletion test/mri_truffle.index
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ date/test_switch_hitter.rb
# digest/test_digest.rb
# digest/test_digest_extend.rb

# erb/test_erb.rb # unit.rb:1094:in `abort': wrong number of arguments (1 for 0) (ArgumentError)
erb/test_erb.rb
erb/test_erb_m17n.rb

# etc/test_etc.rb
Expand Down

0 comments on commit d3f89ea

Please sign in to comment.