summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system/collections/generic/list
AgeCommit message (Collapse)AuthorFilesLines
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas1-19/+19
2016-04-14Updating BuildToolsJose Perez Rodriguez1-0/+9
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin1-2/+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 Goodin1-1/+1
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 Goodin1-12/+12
2016-03-02Change all dependency versions to match what was actually restored in the ↵Davis Goodin1-14/+14
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 Goodin1-16/+17
2016-03-02Remove all lockfiles from source control.Davis Goodin1-3480/+0
2016-02-26Fix license header for test filesSean Gillespie28-0/+84
2015-11-24Update auto-generated project.lock.jsonJan Kotas1-339/+1882
2015-10-18Managed Test Portdotnet-bot93-0/+11199
This is a collection of managed runtime tests from an internal legacy test tree.