Skip to content

Commit

Permalink
[hot_reload] Enable some CustomAttributes tests on Mono; new issue fo…
Browse files Browse the repository at this point in the history
…r async (#79044)

The async test was marked with the CustomAttributes tracking issue, but it's
actually unrelated.

Fixes #52993
  • Loading branch information
lambdageek committed Dec 1, 2022
1 parent 91f114b commit 067e43a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libraries/System.Runtime.Loader/tests/ApplyUpdateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ void FirstCallAfterUpdate()
}

[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/52993", TestRuntimes.Mono)]
void ClassWithCustomAttributes()
{
ApplyUpdateUtil.TestCase(static () =>
Expand Down Expand Up @@ -191,7 +190,6 @@ public void CustomAttributeUpdates()
});
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/52993", TestRuntimes.Mono)]
[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
public void CustomAttributeDelete()
{
Expand Down Expand Up @@ -231,7 +229,7 @@ public void CustomAttributeDelete()
});
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/52993", TestRuntimes.Mono)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/79043", TestRuntimes.Mono)]
[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
public void AsyncMethodChanges()
{
Expand Down

0 comments on commit 067e43a

Please sign in to comment.