summaryrefslogtreecommitdiff
path: root/tests/src/Interop/PrimitiveMarshalling
AgeCommit message (Collapse)AuthorFilesLines
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin2-4/+6
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.
2016-03-10Update dependencies on packages that don't exist.Davis Goodin2-30/+30
First checks to see if a stable version of that dependency was restored, and if not, found the stable.minor.patch version with the prerelease spec of the dependency.
2016-03-10Update all versions to validate.Davis Goodin2-52/+52
2016-03-07Improve interop test coveragetijoytom5-0/+9
Updating license headers Delete duplicate test
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin2-34/+36
2016-02-26Fix license header for test filesSean Gillespie3-0/+9
2016-02-23Adding more interop tests.tijoytom11-0/+669