Skip to content

Commit 26f0ade

Browse files
authored
Remove ActiveIssue for #50968 (#54831)
1 parent 5066c83 commit 26f0ade

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ private static void TaskMethodBuilderT_UsesCompletedCache<T>(T result, bool shou
407407
}
408408

409409
[Fact]
410-
[ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
411410
public static void Tcs_ValidateFaultedTask()
412411
{
413412
var tcs = new TaskCompletionSource<int>();
@@ -417,7 +416,6 @@ public static void Tcs_ValidateFaultedTask()
417416
}
418417

419418
[Fact]
420-
[ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
421419
public static void TaskMethodBuilder_ValidateFaultedTask()
422420
{
423421
var atmb = AsyncTaskMethodBuilder.Create();
@@ -427,7 +425,6 @@ public static void TaskMethodBuilder_ValidateFaultedTask()
427425
}
428426

429427
[Fact]
430-
[ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
431428
public static void TaskMethodBuilderT_ValidateFaultedTask()
432429
{
433430
var atmbtr = AsyncTaskMethodBuilder<object>.Create();
@@ -437,7 +434,6 @@ public static void TaskMethodBuilderT_ValidateFaultedTask()
437434
}
438435

439436
[Fact]
440-
[ActiveIssue("https://github.com/dotnet/runtime/issues/50968", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
441437
public static void TrackedSyncContext_ValidateException()
442438
{
443439
SynchronizationContext previousContext = SynchronizationContext.Current;

0 commit comments

Comments
 (0)