@@ -407,7 +407,6 @@ private static void TaskMethodBuilderT_UsesCompletedCache<T>(T result, bool shou
407
407
}
408
408
409
409
[ Fact ]
410
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50968" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
411
410
public static void Tcs_ValidateFaultedTask ( )
412
411
{
413
412
var tcs = new TaskCompletionSource < int > ( ) ;
@@ -417,7 +416,6 @@ public static void Tcs_ValidateFaultedTask()
417
416
}
418
417
419
418
[ Fact ]
420
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50968" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
421
419
public static void TaskMethodBuilder_ValidateFaultedTask ( )
422
420
{
423
421
var atmb = AsyncTaskMethodBuilder . Create ( ) ;
@@ -427,7 +425,6 @@ public static void TaskMethodBuilder_ValidateFaultedTask()
427
425
}
428
426
429
427
[ Fact ]
430
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50968" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
431
428
public static void TaskMethodBuilderT_ValidateFaultedTask ( )
432
429
{
433
430
var atmbtr = AsyncTaskMethodBuilder < object > . Create ( ) ;
@@ -437,7 +434,6 @@ public static void TaskMethodBuilderT_ValidateFaultedTask()
437
434
}
438
435
439
436
[ Fact ]
440
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50968" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
441
437
public static void TrackedSyncContext_ValidateException ( )
442
438
{
443
439
SynchronizationContext previousContext = SynchronizationContext . Current ;
0 commit comments