Skip to content

Commit 6fdc6be

Browse files
committed
Re-enable RunThreadLocalTest8_Values on Mono
This is possibly fixed by dotnet#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 dotnet#43981
1 parent bb4f407 commit 6fdc6be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public static void RunThreadLocalTest7_WeakReference()
224224
}
225225

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

0 commit comments

Comments
 (0)