Skip to content

Commit b56cdf9

Browse files
committed
Mark failing tests for CoreCLR
1 parent b7c52f7 commit b56cdf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ public static void TestReflectionAddNewMethod()
834834
});
835835
}
836836

837+
[ActiveIssue("https://github.com/dotnet/runtime/issues/87574", TestRuntimes.CoreCLR)]
837838
[ConditionalFact(typeof(ApplyUpdateUtil), nameof(ApplyUpdateUtil.IsSupported))]
838839
public static void TestGenericAddStaticField()
839840
{
@@ -866,6 +867,7 @@ public static void TestGenericAddStaticField()
866867
});
867868
}
868869

870+
[ActiveIssue("https://github.com/dotnet/runtime/issues/87574", TestRuntimes.CoreCLR)]
869871
[ConditionalFact(typeof(ApplyUpdateUtil), nameof(ApplyUpdateUtil.IsSupported))]
870872
public static void TestGenericAddInstanceField()
871873
{

0 commit comments

Comments
 (0)