Skip to content

Commit

Permalink
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/mri/excludes_truffle/TestString.rb
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 31e0650

Please sign in to comment.