Skip to content

Commit d51d380

Browse files
authored
[tests] Re-enable tests fixed by #44081 (#44212)
Fixes mono/mono#15030 and fixes mono/mono#15031 and fixes mono/mono#15032
1 parent ba878dc commit d51d380

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libraries/System.Reflection/tests/TypeInfoTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ public void GetProperty()
816816
}
817817

818818
[Fact]
819-
[ActiveIssue("https://github.com/mono/mono/issues/15029", TestRuntimes.Mono)]
820819
public void GetMethod()
821820
{
822821
MethodInfo[] methods = typeof(MembersClass).GetTypeInfo().GetMethods();
@@ -835,7 +834,6 @@ public void GetMethod_Invalid()
835834
}
836835

837836
[Theory]
838-
[ActiveIssue("https://github.com/mono/mono/issues/15029", TestRuntimes.Mono)]
839837
[InlineData(BindingFlags.Default, 9)]
840838
[InlineData(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance, 16)]
841839
public void GetMethods(BindingFlags bindingAttributes, int length)
@@ -902,7 +900,6 @@ public void GetMember(string name, BindingFlags bindingAttributes, int length)
902900
}
903901

904902
[Theory]
905-
[ActiveIssue("https://github.com/mono/mono/issues/15029", TestRuntimes.Mono)]
906903
[InlineData(BindingFlags.Default, 15)]
907904
[InlineData(BindingFlags.NonPublic | BindingFlags.Instance, 13)]
908905
[InlineData(BindingFlags.Public | BindingFlags.Instance, 15)]

0 commit comments

Comments
 (0)