summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/regression/v1/seh
AgeCommit message (Collapse)AuthorFilesLines
2018-09-28Delete redundant framework API tests (#20187)Jan Kotas2-46/+0
Contributes to #12782
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-5/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2016-08-23Moving baseservices tests to use uber project.jsonRama Krishnan Raghupathy3-79/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin1-29/+33
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
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
2015-11-24Update auto-generated project.lock.jsonJan Kotas1-339/+1882
2015-10-18Managed Test Portdotnet-bot5-0/+2052
This is a collection of managed runtime tests from an internal legacy test tree.