@@ -1091,7 +1091,7 @@ def m5; end
1091
1091
end
1092
1092
1093
1093
def test_undocumentable_change_visibility
1094
- pend if accept_legacy_bug?
1094
+ omit if accept_legacy_bug?
1095
1095
util_parser <<~RUBY
1096
1096
class A
1097
1097
def m1; end
@@ -1126,7 +1126,7 @@ class <<A
1126
1126
end
1127
1127
1128
1128
def test_method_visibility_change_in_subclass
1129
- pend 'not implemented' if accept_legacy_bug?
1129
+ omit 'not implemented' if accept_legacy_bug?
1130
1130
util_parser <<~RUBY
1131
1131
class A
1132
1132
def m1; end
@@ -1237,7 +1237,7 @@ def bar; end
1237
1237
end
1238
1238
1239
1239
def test_invalid_alias_method
1240
- pend if accept_legacy_bug?
1240
+ omit if accept_legacy_bug?
1241
1241
util_parser <<~RUBY
1242
1242
class Foo
1243
1243
def foo; end
@@ -1639,7 +1639,7 @@ class Bar; end
1639
1639
end
1640
1640
1641
1641
def test_constant_with_singleton_class
1642
- pend if accept_legacy_bug?
1642
+ omit if accept_legacy_bug?
1643
1643
util_parser <<~RUBY
1644
1644
class Foo
1645
1645
class Bar; end
@@ -1728,7 +1728,7 @@ module M
1728
1728
end
1729
1729
1730
1730
def test_include_extend_to_singleton_class
1731
- pend 'not implemented' if accept_legacy_bug?
1731
+ omit 'not implemented' if accept_legacy_bug?
1732
1732
util_parser <<~RUBY
1733
1733
class Foo
1734
1734
class << self
@@ -1777,7 +1777,7 @@ class C::D::Foo
1777
1777
end
1778
1778
1779
1779
def test_various_argument_include
1780
- pend 'not implemented' if accept_legacy_bug?
1780
+ omit 'not implemented' if accept_legacy_bug?
1781
1781
util_parser <<~RUBY
1782
1782
module A; end
1783
1783
module B; end
0 commit comments