summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/nesting
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas14-42/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2016-08-23Bulk moving Tests to use uber project.jsonRama Krishnan Raghupathy20-270/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin3-87/+99
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas3-57/+57
2016-05-19Fix case-sensitive issue on Linux (#5086)Jiyoung Giuliana Yun1-1/+1
Fix #5035 The file paths should be case-sensitive on Linux. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2016-05-16Add runtimes to each project.json in tests/src missing a runtimes section.Davis Goodin2-0/+18
2016-04-14Merge pull request #4308 from joperezr/RemoveWarningsJose Perez Rodriguez1-0/+9
Remove native build warnings
2016-04-14Updating BuildToolsJose Perez Rodriguez1-0/+9
2016-04-12Bulk port of TypeSystem test casesFadi Hanna34-52/+1815
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin1-1/+1
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-2/+2
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-3/+3
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 Goodin1-3/+3
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-1/+2
2016-03-02Remove all lockfiles from source control.Davis Goodin1-1182/+0
2016-02-26Fix license header for test filesSean Gillespie1-0/+3
2016-01-20Changed tests that were causing build failure from pri 1 to pri 2William Godbe3-3/+3
2015-11-24Update auto-generated project.lock.jsonJan Kotas1-201/+771
2015-11-15Porting loader tests from internal legacy tree.Bryan Arant7-0/+947