Skip to content

Commit

Permalink
[tests] Re-enable tests fixed by dotnet#44081
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Nov 3, 2020
1 parent a219be3 commit fecabce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libraries/System.Reflection/tests/TypeInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ public void GetProperty()
}

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

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

[Theory]
[ActiveIssue("https://github.com/mono/mono/issues/15029", TestRuntimes.Mono)]
[InlineData(BindingFlags.Default, 15)]
[InlineData(BindingFlags.NonPublic | BindingFlags.Instance, 13)]
[InlineData(BindingFlags.Public | BindingFlags.Instance, 15)]
Expand Down

0 comments on commit fecabce

Please sign in to comment.