Skip to content

Commit

Permalink
[Truffle] Include string tests in mri test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fish committed Nov 4, 2016
1 parent 006902b commit 31e0650
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/mri/excludes_truffle/TestString.rb
Expand Up @@ -57,3 +57,9 @@
exclude :test_clone, "needs investigation"
exclude :test_clone, "needs investigation"
exclude :test_strip, "needs investigation"
exclude :"test_ascii_incomat_inspect", "needs investigation"
exclude :"test_crypt", "needs investigation"
exclude :"test_dummy_inspect", "needs investigation"
exclude :"test_s_new", "needs investigation"
exclude :"test_setter", "needs investigation"
exclude :"test_split_invalid_argument", "needs investigation"
6 changes: 6 additions & 0 deletions test/mri/excludes_truffle/TestString2.rb
Expand Up @@ -54,3 +54,9 @@
exclude :test_sum , "needs investigation"
exclude :test_clone, "needs investigation"
exclude :test_strip, "needs investigation"
exclude :"test_ascii_incomat_inspect", "needs investigation"
exclude :"test_crypt", "needs investigation"
exclude :"test_dummy_inspect", "needs investigation"
exclude :"test_s_new", "needs investigation"
exclude :"test_setter", "needs investigation"
exclude :"test_split_invalid_argument", "needs investigation"
2 changes: 1 addition & 1 deletion test/mri_truffle.index
Expand Up @@ -84,7 +84,7 @@ ruby/test_signal.rb
ruby/test_sprintf.rb

# ruby/test_sprintf_comb.rb # almost all failing / regression
# ruby/test_string.rb # String#inspect not 100% passing.
ruby/test_string.rb
ruby/test_stringchar.rb
ruby/test_struct.rb
ruby/test_super.rb
Expand Down

0 comments on commit 31e0650

Please sign in to comment.