Skip to content

Commit

Permalink
Re-enable RunThreadLocalTest8_Values on Mono (#47277)
Browse files Browse the repository at this point in the history
This is possibly fixed by #44124
Since that PR mono will throw a ThreadStartException instead of an
ExecutionEngineException if thread creation fails. The threadpool
already catches ThreadStartException and can deal with thread creation failure.

Related to #43981
  • Loading branch information
lambdageek authored Jan 21, 2021
1 parent 25a8f30 commit f3cd4c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/System.Threading/tests/ThreadLocalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public static void RunThreadLocalTest7_WeakReference()
}

[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/43981", TestRuntimes.Mono)]
public static void RunThreadLocalTest8_Values()
{
// Test adding values and updating values
Expand Down

0 comments on commit f3cd4c6

Please sign in to comment.