Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable RunThreadLocalTest8_Values on Mono #47277

Merged
merged 1 commit into from
Jan 21, 2021

Commits on Jan 21, 2021

  1. 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
    lambdageek committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6fdc6be View commit details
    Browse the repository at this point in the history