Skip to content

Commit 7caed53

Browse files
authored
[browser][MT] Enable DerivedCancellationTokenSource, AbandonExisting (#97545)
* Try repro on CI. * enabling - passes
1 parent fe51bd7 commit 7caed53

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/CancellationTokenTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ static void FinalizeHelper(DisposeTracker disposeTracker)
874874

875875
// Several tests for deriving custom user types from CancellationTokenSource
876876
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
877-
[ActiveIssue("https://github.com/dotnet/runtime/issues/94486", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
878877
public static void DerivedCancellationTokenSource()
879878
{
880879
// Verify that a derived CTS is functional

src/libraries/System.Threading/tests/MutexTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ public static IEnumerable<object[]> AbandonExisting_MemberData()
421421
}
422422

423423
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
424-
[ActiveIssue("https://github.com/dotnet/runtime/issues/91547", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
425424
[MemberData(nameof(AbandonExisting_MemberData))]
426425
public void AbandonExisting(
427426
string name,

0 commit comments

Comments
 (0)