Skip to content

Commit

Permalink
Unmask some Method tests that now pass.
Browse files Browse the repository at this point in the history
A couple of these cover #2463.
  • Loading branch information
headius committed Jan 15, 2015
1 parent 28a3a61 commit fcc0993
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/mri/excludes/TestMethod.rb
Expand Up @@ -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"

0 comments on commit fcc0993

Please sign in to comment.