From ab6af0e45663a46d88be2daea25ffc434b20f16a Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Mon, 28 Jun 2021 09:39:03 -0500 Subject: [PATCH] Remove ActiveIssue for #50968 --- .../AsyncTaskMethodBuilderTests.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs b/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs index 177696010f8cc..647f3cbdcc6e1 100644 --- a/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs +++ b/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs @@ -407,7 +407,6 @@ private static void TaskMethodBuilderT_UsesCompletedCache(T result, bool shou } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] public static void Tcs_ValidateFaultedTask() { var tcs = new TaskCompletionSource(); @@ -417,7 +416,6 @@ public static void Tcs_ValidateFaultedTask() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] public static void TaskMethodBuilder_ValidateFaultedTask() { var atmb = AsyncTaskMethodBuilder.Create(); @@ -427,7 +425,6 @@ public static void TaskMethodBuilder_ValidateFaultedTask() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] public static void TaskMethodBuilderT_ValidateFaultedTask() { var atmbtr = AsyncTaskMethodBuilder.Create(); @@ -437,7 +434,6 @@ public static void TaskMethodBuilderT_ValidateFaultedTask() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] public static void TrackedSyncContext_ValidateException() { SynchronizationContext previousContext = SynchronizationContext.Current;