diff --git a/test/mri/excludes/TestMethod.rb b/test/mri/excludes/TestMethod.rb index 01a6f731da5..1faeee61e71 100644 --- a/test/mri/excludes/TestMethod.rb +++ b/test/mri/excludes/TestMethod.rb @@ -4,26 +4,17 @@ exclude :test_bmethod_bound_parameters, "needs investigation" exclude :test_bmethod_unbound_parameters, "needs investigation" exclude :test_body, "needs investigation" -exclude :test_bound_method_entry, "broken subprocess logic" exclude :test_callee, "needs investigation" -exclude :test_callee_top_level, "needs investigation" -exclude :test_caller_top_level, "needs investigation" exclude :test_clone, "needs investigation" -exclude :test_default_accessibility, "needs investigation" -exclude :test_define_method, "needs investigation" -exclude :test_define_method_transplating, "needs investigation" exclude :test_define_method_visibility, "needs investigation" exclude :test_define_singleton_method, "needs investigation" exclude :test_eq, "needs investigation" -exclude :test_gced_bmethod, "needs investigation" exclude :test_hash, "needs investigation" exclude :test_inspect, "needs investigation" exclude :test_instance_method, "needs investigation" exclude :test_public_methods_with_extended, "needs investigation" exclude :test_receiver_name_owner, "needs investigation" exclude :test_singleton_method, "needs investigation" -exclude :test_super_method_removed, "finds super method when super method has been undef (#2155)" exclude :test_super_in_proc_from_define_method, "needs investigation" -exclude :test_unbound_parameters, "fails in compiler" -exclude :test_unlinked_method_entry_in_method_object_bug, "fails in compiler" +exclude :test_super_method_removed, "finds super method when super method has been undef (#2155)" exclude :test_visibility, "fails in compiler"