Skip to content

Commit

Permalink
Remove ActiveIssue for #50968 (#54831)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing authored Jun 28, 2021
1 parent 5066c83 commit 26f0ade
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ private static void TaskMethodBuilderT_UsesCompletedCache<T>(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<int>();
Expand All @@ -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();
Expand All @@ -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<object>.Create();
Expand All @@ -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;
Expand Down

0 comments on commit 26f0ade

Please sign in to comment.