summaryrefslogtreecommitdiff
path: root/tests/src/Exceptions
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas2-8/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2017-03-01[Arm64] Enable building ForeignThreadSteve MacLean, Qualcomm Datacenter Technologies Inc2-5/+0
2016-08-23Bulk moving Tests to use uber project.jsonRama Krishnan Raghupathy4-102/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin2-58/+66
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas2-38/+38
2016-04-14Updating BuildToolsJose Perez Rodriguez2-0/+18
2016-03-31Disable ForeignThreadExceptions test on ARM64.Aditya Mandaleeka2-2/+4
2016-03-30Move dllexport to platformdefines.h.Aditya Mandaleeka1-10/+5
2016-03-30Add test for exception handling on foreign threads.Aditya Mandaleeka5-0/+203
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 Gillespie1-0/+3
2015-11-24Update auto-generated project.lock.jsonJan Kotas1-339/+1882
2015-10-18Managed Test Portdotnet-bot2-3/+792
This is a collection of managed runtime tests from an internal legacy test tree.
2015-10-15Changes to Test InfrastructureKoundinya Veluri2-69/+564
The following changes are being submitted in order to prepare for a large collection of tests to be ported from the internal legacy test tree. - Adds "build kinds" to the test tree. - Adds some documentation for the test tree - Adds a Test Priority feature (see documentation Documentation/project-docs/tests.md for more information. - Dropped the cs_template.csproj types and converted to individual CSProject files.
2015-09-02Package updates and fixesMatt Mitchell1-122/+224
1) Float package versions 2) Change readytorun packages to use project.json. The versions that were referenced in the packages.config didn't actually exist anyway, and on machines with cleaner caches, might cause a build breka 3) Lock SIMD packages
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell5-37/+588
This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion.
2015-03-08Adding app.config to get rid of the warning MSB3276Rama krishnan Raghupathy2-1/+29
2015-01-30Changes to Miscellaneous test project and runtestRama krishnan Raghupathy1-6/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot3-0/+240
[tfs-changeset: 1407945]