Skip to content

Commit

Permalink
[browser][MT] Enable DerivedCancellationTokenSource, `AbandonExisti…
Browse files Browse the repository at this point in the history
…ng` (#97545)

* Try repro on CI.

* enabling - passes
  • Loading branch information
ilonatommy committed Jan 30, 2024
1 parent fe51bd7 commit 7caed53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,6 @@ static void FinalizeHelper(DisposeTracker disposeTracker)

// Several tests for deriving custom user types from CancellationTokenSource
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/94486", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
public static void DerivedCancellationTokenSource()
{
// Verify that a derived CTS is functional
Expand Down
1 change: 0 additions & 1 deletion src/libraries/System.Threading/tests/MutexTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ public static IEnumerable<object[]> AbandonExisting_MemberData()
}

[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/91547", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
[MemberData(nameof(AbandonExisting_MemberData))]
public void AbandonExisting(
string name,
Expand Down

0 comments on commit 7caed53

Please sign in to comment.