summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader
AgeCommit message (Collapse)AuthorFilesLines
2016-04-12Bulk port of TypeSystem test casesFadi Hanna1631-792/+548076
2016-04-04Add generics testFadi Hanna16-0/+1453
2016-03-10Add new dependencies to tests where package upgrade moved types.Davis Goodin1-1/+2
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin20-20/+20
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 Goodin19-38/+38
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 Goodin20-58/+58
2016-03-07Fix race condition in Pri 2 tests, and revert those tests to Pri 1William Godbe3-5/+3
2016-03-02Change all dependency versions to match what was actually restored in the ↵Davis Goodin20-59/+59
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 Goodin20-20/+40
2016-03-02Remove all lockfiles from source control.Davis Goodin20-23623/+0
2016-02-26Fix license header for test filesSean Gillespie34-0/+102
2016-01-20Merge pull request #2755 from wtgodbe/typeNotFoundSergiy Kuryata2-219/+202
Fixed errors of class 'the type or namespace name 'X' could not be found' in building Pri 1 tests
2016-01-20Changed tests that were causing build failure from pri 1 to pri 2William Godbe3-3/+3
2016-01-20Fixed errors of class 'the type or namespace name 'X' could not be found' in ↵William Godbe2-219/+202
building Pri 1 tests
2015-11-24Update auto-generated project.lock.jsonJan Kotas20-4020/+15420
2015-11-15Porting loader tests from internal legacy tree.Bryan Arant130-0/+23637