Skip to content

Commit

Permalink
Showing 4 changed files with 45 additions and 2 deletions.
6 changes: 6 additions & 0 deletions test/mri/excludes_truffle/TestClass.rb
Original file line number Diff line number Diff line change
@@ -13,3 +13,9 @@
exclude :test_redefine_private_class, "needs investigation"
exclude :test_singleton_class, "needs investigation"
exclude :test_uninitialized, "needs investigation"
exclude :test_cannot_reinitialize_class_with_initialize_copy, "needs investigation"
exclude :test_cloned_class, "needs investigation"
exclude :test_constant_access_from_method_in_cloned_module, "needs investigation"
exclude :test_singleton_class_message, "needs investigation"
exclude :test_singleton_class_of_frozen_object, "needs investigation"
exclude :test_singleton_class_p, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestDelegateClass.rb
Original file line number Diff line number Diff line change
@@ -9,3 +9,5 @@
exclude :test_systemcallerror_eq, "needs investigation"
exclude :test_unset_delegate_class, "needs investigation"
exclude :test_unset_simple_delegator, "needs investigation"
exclude :test_dir_in_delegator_class, "needs investigation"
exclude :test_dir_in_simple_delegator, "needs investigation"
35 changes: 35 additions & 0 deletions test/mri/excludes_truffle/TestMarshal.rb
Original file line number Diff line number Diff line change
@@ -41,3 +41,38 @@
exclude :test_time_ivar, "needs investigation"
exclude :test_time_subclass, "needs investigation"
exclude :test_true, "needs investigation"
exclude :test_change_class_name , "needs investigation"
exclude :test_change_struct , "needs investigation"
exclude :test_class , "needs investigation"
exclude :test_class_ivar , "needs investigation"
exclude :test_class_nonascii , "needs investigation"
exclude :test_context_switch , "needs investigation"
exclude :test_continuation , "needs investigation"
exclude :test_dump_buffer , "needs investigation"
exclude :test_hash_default , "needs investigation"
exclude :test_inconsistent_struct , "needs investigation"
exclude :test_marshal_cloned_class , "needs investigation"
exclude :test_marshal_complex , "needs investigation"
exclude :test_marshal_dump , "needs investigation"
exclude :test_marshal_dump_excess_encoding , "needs investigation"
exclude :test_marshal_dump_extra_iv , "needs investigation"
exclude :test_marshal_dump_ivar , "needs investigation"
exclude :test_marshal_dump_struct_ivar , "needs investigation"
exclude :test_marshal_encoding_encoding , "needs investigation"
exclude :test_marshal_flonum_reference , "needs investigation"
exclude :test_marshal_load_ivar , "needs investigation"
exclude :test_marshal_load_should_not_taint_classes , "needs investigation"
exclude :test_marshal_private_class , "needs investigation"
exclude :test_marshal_rational , "needs investigation"
exclude :test_marshal_regexp_encoding , "needs investigation"
exclude :test_marshal_respond_to_arity , "needs investigation"
exclude :test_marshal_string_encoding , "needs investigation"
exclude :test_modify_array_during_dump , "needs investigation"
exclude :test_module_ivar , "needs investigation"
exclude :test_pipe , "needs investigation"
exclude :test_regexp2 , "needs investigation"
exclude :test_struct_invalid_members , "needs investigation"
exclude :test_taint , "needs investigation"
exclude :test_taint_each_object , "needs investigation"
exclude :test_too_long_string , "needs investigation"
exclude :test_userdef_encoding , "needs investigation"
4 changes: 2 additions & 2 deletions test/mri_truffle.index
Original file line number Diff line number Diff line change
@@ -155,7 +155,7 @@ ruby/test_beginendblock.rb
ruby/test_bignum.rb
ruby/test_call.rb
ruby/test_case.rb
# ruby/test_class.rb # core:/core/rubinius/common/string.rb:50:in `initialize': Unable to clone/dup String class (TypeError)
ruby/test_class.rb
ruby/test_clone.rb
ruby/test_comparable.rb
ruby/test_complex.rb
@@ -192,7 +192,7 @@ ruby/test_lambda.rb
ruby/test_literal.rb
# ruby/test_m17n.rb
# ruby/test_m17n_comb.rb # cannot load such file -- etc
# ruby/test_marshal.rb # core:/core/rubinius/common/string.rb:50:in `initialize': Unable to clone/dup String class (TypeError)
# ruby/test_marshal.rb # including this causes error in test_objectspace.rb
ruby/test_math.rb
ruby/test_metaclass.rb
ruby/test_method.rb

0 comments on commit ac3e1fe

Please sign in to comment.