Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kliger (λgeek) <alklig@microsoft.com>2020-10-09 17:34:18 +0300
committerGitHub <noreply@github.com>2020-10-09 17:34:18 +0300
commit33995947275853280207e2ecbcf42578ffe087b6 (patch)
tree5195eda0ca5b34ce9d0f9e565ce6a0f54a78fd69 /external
parent66802b505b070721550593915d01aab91f1c932e (diff)
[corlib] ThreadAbortException protection for ArraySortHelper (#20467)
* [test] Abort a thread doing a long-running Array.Sort The custom comparer is wrapped in a try/finally. Verify that it doesn't turn thread abort exceptions into some other exception. Regression test for https://github.com/mono/mono/issues/15418 * Bump corert To pick up fix for https://github.com/mono/mono/issues/15418 * disable new test on platforms without Thread.Abort
Diffstat (limited to 'external')
m---------external/corert0
1 files changed, 0 insertions, 0 deletions
diff --git a/external/corert b/external/corert
-Subproject ffcd7990d87e560c63413293c8efe1d1fc4e358
+Subproject 11136ad55767485063226be08cfbd32ed574ca4