summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/generics
AgeCommit message (Collapse)AuthorFilesLines
2016-04-12Bulk port of TypeSystem test casesFadi Hanna708-160/+70964
2016-04-04Add generics testFadi Hanna16-0/+1453
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin3-3/+3
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 Goodin3-6/+6
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 Goodin3-9/+9
2016-03-02Change all dependency versions to match what was actually restored in the ↵Davis Goodin3-9/+9
checked-in lockfiles. Used a tool to look at lockfiles: when a dependency did not have a corresponding downloaded package, found the latest version that was downloaded and changed the project.json to match. This fixes any packages that don't exist (such as some beta-23302) and floating dependencies (*).
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin3-3/+6
2016-03-02Remove all lockfiles from source control.Davis Goodin3-3546/+0
2016-02-26Fix license header for test filesSean Gillespie3-0/+9
2015-11-24Update auto-generated project.lock.jsonJan Kotas3-603/+2313
2015-11-15Porting loader tests from internal legacy tree.Bryan Arant15-0/+2235