Skip to content

Commit

Permalink
Showing 5 changed files with 18 additions and 16 deletions.

This file was deleted.

This file was deleted.

24 changes: 14 additions & 10 deletions test/mri/excludes_truffle/TestSprintfComb.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
exclude :test_format_float(%-00.E) , "needs investigation"
exclude :test_format_float(%.E) , "needs investigation"
exclude :test_format_float(%0.e) , "needs investigation"
exclude :test_format_float(%0E) , "needs investigation"
exclude :test_format_float(%e) , "needs investigation"
exclude :test_format_integer(%-00.b) , "needs investigation"
exclude :test_format_integer(%.b) , "needs investigation"
exclude :test_format_integer(%0.B) , "needs investigation"
exclude :test_format_integer(%0b) , "needs investigation"
exclude :test_format_integer(%B) , "needs investigation"
exclude :"test_format_float(%-00.E)", "needs investigation"
exclude :"test_format_float(%.E)", "needs investigation"
exclude :"test_format_float(%0.e)", "needs investigation"
exclude :"test_format_float(%0E)", "needs investigation"
exclude :"test_format_float(%e)", "needs investigation"
exclude :"test_format_integer(%-00.b)", "needs investigation"
exclude :"test_format_integer(%.b)", "needs investigation"
exclude :"test_format_integer(%0.B)", "needs investigation"
exclude :"test_format_integer(%0b)", "needs investigation"
exclude :"test_format_integer(%B)", "needs investigation"
exclude :"test_format_float(% #+-0e)", "needs investigation"
exclude :"test_format_float(% #+0.E)", "needs investigation"
exclude :"test_format_integer(% #+-0B)", "needs investigation"
exclude :"test_format_integer(% #+0.b)", "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestTranscode.rb
Original file line number Diff line number Diff line change
@@ -21,3 +21,5 @@
exclude :test_utf_32, "needs investigation"
exclude :test_utf_16 , "needs investigation"
exclude :test_utf_32 , "needs investigation"
exclude :"test_pseudo_encoding_inspect(UTF-16)", "needs investigation"
exclude :"test_pseudo_encoding_inspect(UTF-32)", "needs investigation"
4 changes: 2 additions & 2 deletions test/mri_truffle.index
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ ruby/test_signal.rb
# ruby/test_sleep.rb # cannot load such file -- etc
ruby/test_sprintf.rb

# ruby/test_sprintf_comb.rb # syntax error, unexpected tLPAREN2
ruby/test_sprintf_comb.rb
ruby/test_string.rb
ruby/test_stringchar.rb
ruby/test_struct.rb
@@ -96,7 +96,7 @@ ruby/test_thread.rb
ruby/test_time.rb
ruby/test_time_tz.rb
ruby/test_trace.rb
# ruby/test_transcode.rb # exclude methods with parentheses
ruby/test_transcode.rb
ruby/test_undef.rb
ruby/test_unicode_escape.rb
ruby/test_variable.rb

0 comments on commit f2341de

Please sign in to comment.