summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-04-23 10:18:46 -0400
committerGitHub <noreply@github.com>2019-04-23 10:18:46 -0400
commitefe39f35933d89bb8f82472333810fddb78480b2 (patch)
treefadb2a066a8c3beb47e87727bf30bf0f9a32adb0 /tests/CoreFX
parent447b6554f393f3fa02f3d697cdf7c56612a0fa1a (diff)
downloadcoreclr-efe39f35933d89bb8f82472333810fddb78480b2.tar.gz
coreclr-efe39f35933d89bb8f82472333810fddb78480b2.tar.bz2
coreclr-efe39f35933d89bb8f82472333810fddb78480b2.zip
Fix handling of negative numbers in ThreadPool.SetMin/MaxThreads (#24163)
* Fix handling of negative numbers in ThreadPool.SetMin/MaxThreads * Fix disabled test name
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 7613bebce1..3a3a17b86e 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -960,6 +960,20 @@
}
},
{
+ "name": "System.Threading.ThreadPool.Tests",
+ "enabled": true,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": [
+ {
+ "name": "System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest",
+ "reason": "https://github.com/dotnet/corefx/issues/36885"
+ }
+ ]
+ }
+ },
+ {
"name": "System.Memory.Tests",
"enabled": true,
"exclusions": {