summaryrefslogtreecommitdiff
path: root/tests/src/reflection
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-03-03 17:18:51 -0600
committerDavis Goodin <dagood@microsoft.com>2016-03-10 09:21:00 -0600
commita6b58c35d0652f49194782a80a7c5a63d432a9ff (patch)
tree8aaec3a2a944168fcf7c92a09cd76c5987f08981 /tests/src/reflection
parenta37446b560c138ff7d661c4c37971f31f92ed066 (diff)
downloadcoreclr-a6b58c35d0652f49194782a80a7c5a63d432a9ff.tar.gz
coreclr-a6b58c35d0652f49194782a80a7c5a63d432a9ff.tar.bz2
coreclr-a6b58c35d0652f49194782a80a7c5a63d432a9ff.zip
Add System.Threading.Thread to tests to restore missing types.
Upgrade System.Runtime dependency for JIT tests to get GCHandle. Change system.runtime 4.0.20 to 4.1.0 rc2 dependency to try to copy the runtimes to CORE_ROOT. Fix new project.json files. Fix hardcoded Microsoft.DotNet.xunit.performance version. Upgrade System.Runtime.InteropServices to prerelease level to avoid type conflicts with System.Runtime.
Diffstat (limited to 'tests/src/reflection')
-rw-r--r--tests/src/reflection/regression/dev10bugs/project.json5
-rw-r--r--tests/src/reflection/regression/reflectionrepromasterforsl/project.json5
2 files changed, 6 insertions, 4 deletions
diff --git a/tests/src/reflection/regression/dev10bugs/project.json b/tests/src/reflection/regression/dev10bugs/project.json
index 623c871bb1..a2e84dc340 100644
--- a/tests/src/reflection/regression/dev10bugs/project.json
+++ b/tests/src/reflection/regression/dev10bugs/project.json
@@ -16,13 +16,14 @@
"System.Linq.Queryable": "4.0.1-rc2-23816",
"System.Reflection": "4.0.10",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.20",
+ "System.Runtime": "4.1.0-rc2-23816",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
+ "System.Runtime.InteropServices": "4.1.0-rc2-23816",
"System.Runtime.Loader": "4.0.0-rc2-23816",
"System.Text.Encoding": "4.0.10",
"System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc2-23816",
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
"System.Xml.XDocument": "4.0.11-rc2-23816",
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
diff --git a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json
index 623c871bb1..a2e84dc340 100644
--- a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json
+++ b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json
@@ -16,13 +16,14 @@
"System.Linq.Queryable": "4.0.1-rc2-23816",
"System.Reflection": "4.0.10",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.20",
+ "System.Runtime": "4.1.0-rc2-23816",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
+ "System.Runtime.InteropServices": "4.1.0-rc2-23816",
"System.Runtime.Loader": "4.0.0-rc2-23816",
"System.Text.Encoding": "4.0.10",
"System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc2-23816",
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
"System.Xml.XDocument": "4.0.11-rc2-23816",
"System.Xml.XmlDocument": "4.0.1-rc2-23816",