Skip to content

Commit 067e43a

Browse files
authored
[hot_reload] Enable some CustomAttributes tests on Mono; new issue for async (#79044)
The async test was marked with the CustomAttributes tracking issue, but it's actually unrelated. Fixes #52993
1 parent 91f114b commit 067e43a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libraries/System.Runtime.Loader/tests/ApplyUpdateTest.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ void FirstCallAfterUpdate()
119119
}
120120

121121
[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
122-
[ActiveIssue("https://github.com/dotnet/runtime/issues/52993", TestRuntimes.Mono)]
123122
void ClassWithCustomAttributes()
124123
{
125124
ApplyUpdateUtil.TestCase(static () =>
@@ -191,7 +190,6 @@ public void CustomAttributeUpdates()
191190
});
192191
}
193192

194-
[ActiveIssue("https://github.com/dotnet/runtime/issues/52993", TestRuntimes.Mono)]
195193
[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
196194
public void CustomAttributeDelete()
197195
{
@@ -231,7 +229,7 @@ public void CustomAttributeDelete()
231229
});
232230
}
233231

234-
[ActiveIssue("https://github.com/dotnet/runtime/issues/52993", TestRuntimes.Mono)]
232+
[ActiveIssue("https://github.com/dotnet/runtime/issues/79043", TestRuntimes.Mono)]
235233
[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
236234
public void AsyncMethodChanges()
237235
{

0 commit comments

Comments
 (0)