-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GR-17457] We no longer need to look into a Refinement's ancestors fo…
…r method lookup PullRequest: truffleruby/4257
- Loading branch information
Showing
2 changed files
with
65 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
exclude :test_eval_with_binding_scoping, "needs investigation" | ||
exclude :test_include_refinement, "needs investigation" | ||
exclude :test_prepend_after_refine, "needs investigation" | ||
exclude :test_refine_prepended_class, "needs investigation" | ||
exclude :test_refine_with_proc, "needs investigation" | ||
exclude :test_undef_original_method, "needs investigation" | ||
exclude :test_warn_setconst_in_refinmenet, "needs investigation" | ||
exclude :test_refine_in_using, "needs investigation" | ||
exclude :test_used_modules, "needs investigation" | ||
exclude :test_unbound_refine_method, "needs investigation" | ||
exclude :test_ancestors, "[ruby-core:86949] [Bug #14744]." | ||
exclude :test_import_methods, "NoMethodError: undefined method `bar' for #<TestRefinement::TestImport::A:0x17bee78>" | ||
exclude :test_eval_with_binding_scoping, "pid 123017 exit 0." | ||
exclude :test_import_methods, "ArgumentError expected but nothing was raised." | ||
exclude :test_prepend_after_refine, "<\"refined\"> expected but was" | ||
exclude :test_refine_prepended_class, "<[:c, :m1, :m2]> expected but was" | ||
exclude :test_refine_with_proc, "ArgumentError expected but nothing was raised." | ||
exclude :test_unbound_refine_method, "TypeError expected but nothing was raised." | ||
exclude :test_used_modules, "<[TestRefinement::VisibleRefinements::RefB," | ||
exclude :test_refinements, "TruffleRuby does not guarantee refinement list ordering" | ||
exclude :test_refined_class, "TruffleRuby does not guarantee refinement list ordering" | ||
exclude :test_prepend_into_refinement, "TypeError expected but nothing was raised." | ||
exclude :test_include_into_refinement, "TypeError expected but nothing was raised." | ||
exclude :test_refined_protected_methods, "assert_separately failed with error message" | ||
exclude :test_warn_setconst_in_refinmenet, "[ruby-core:64143] [Bug #10103]" | ||
exclude :test_refine_in_using, "NoMethodError: undefined method `foo' for #<TestRefinement::RefineInUsing:0xd88>" | ||
exclude :test_refined_protected_methods, "NoMethodError: protected method `foo' called for #<C:0x2c8>" |