@@ -72,7 +72,6 @@ public static void RunSemaphoreSlimTest1_Wait_NegativeCases()
72
72
}
73
73
74
74
[ ConditionalFact ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsThreadingSupported ) ) ]
75
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91541" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWasmThreadingSupported ) ) ]
76
75
public static void RunSemaphoreSlimTest1_WaitAsync ( )
77
76
{
78
77
// Infinite timeout
@@ -91,7 +90,6 @@ public static void RunSemaphoreSlimTest1_WaitAsync()
91
90
}
92
91
93
92
[ ConditionalFact ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsThreadingSupported ) ) ]
94
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91541" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWasmThreadingSupported ) ) ]
95
93
public static void RunSemaphoreSlimTest1_WaitAsync_NegativeCases ( )
96
94
{
97
95
// Invalid timeout
@@ -464,7 +462,6 @@ private static void RunSemaphoreSlimTest7_AvailableWaitHandle_Helper(int initial
464
462
/// <param name="finalCount">The final semaphore count</param>
465
463
/// <returns>True if the test succeeded, false otherwise</returns>
466
464
[ ConditionalTheory ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsThreadingSupported ) ) ]
467
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91538" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWasmThreadingSupported ) ) ]
468
465
[ InlineData ( 5 , 1000 , 50 , 50 , 50 , 0 , 5 , 1000 ) ]
469
466
[ InlineData ( 0 , 1000 , 50 , 25 , 25 , 25 , 0 , 500 ) ]
470
467
[ InlineData ( 0 , 1000 , 50 , 0 , 0 , 50 , 0 , 100 ) ]
@@ -531,7 +528,6 @@ public static void RunSemaphoreSlimTest8_ConcWaitAndRelease(int initial, int max
531
528
/// <param name="finalCount">The final semaphore count</param>
532
529
/// <returns>True if the test succeeded, false otherwise</returns>
533
530
[ ConditionalTheory ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsThreadingSupported ) ) ]
534
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91541" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWasmThreadingSupported ) ) ]
535
531
[ InlineData ( 5 , 1000 , 50 , 50 , 50 , 0 , 5 , 500 ) ]
536
532
[ InlineData ( 0 , 1000 , 50 , 25 , 25 , 25 , 0 , 500 ) ]
537
533
[ InlineData ( 0 , 1000 , 50 , 0 , 0 , 50 , 0 , 100 ) ]
0 commit comments