From 779b79401648908279d0903b5a91f593c745efd0 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 1 Jul 2021 11:27:10 -0400 Subject: [PATCH] [wasm][aot] Enable System.Runtime.Tests (#54960) .. this hasn't crashed in last 14 days on the tracking PR. - And disable the one failing test with ActiveIssue --- src/libraries/System.Runtime/tests/System/Type/TypeTests.cs | 1 + src/libraries/tests.proj | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libraries/System.Runtime/tests/System/Type/TypeTests.cs b/src/libraries/System.Runtime/tests/System/Type/TypeTests.cs index 8f2d141..ca984b43 100644 --- a/src/libraries/System.Runtime/tests/System/Type/TypeTests.cs +++ b/src/libraries/System.Runtime/tests/System/Type/TypeTests.cs @@ -528,6 +528,7 @@ namespace System.Tests } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/52393", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] public void GetTypeByName_InvokeViaReflection_Success() { MethodInfo method = typeof(Type).GetMethod("GetType", new[] { typeof(string) }); diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index c405468..34588fb 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -280,9 +280,6 @@ - - - -- 2.7.4