summaryrefslogtreecommitdiff
path: root/tests/src/JIT/CodeGenBringUpTests/OrRef.csproj
AgeCommit message (Collapse)AuthorFilesLines
2018-07-27Specify specific build flavors for CodeGenBringUpTests testsBruce Forstall1-30/+0
Don't let them "float" based on the current build type. Update the arm/arm64 tests.lst files to use the new `_ro` versions. It is expected these files will disappear soon, so don't add all the new versions to them. Fixes #9722
2017-08-16Move less valuable tests to priority 1.Pat Gavlin1-7/+5
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-4/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1-4/+0
2016-08-25Changes made automatically by Visual StudioPetr Onderka1-1/+1
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy1-3/+0
Unifying the way project referring mscorlib facade builds
2015-10-15Changes to Test InfrastructureKoundinya Veluri1-0/+43
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.