summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/unsafecsharp
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Move less valuable tests to priority 1.Pat Gavlin24-168/+120
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas28-112/+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 oneswtgodbe28-112/+0
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy29-139/+0
Unifying the way project referring mscorlib facade builds
2016-03-02Remove RestorePackages = true from all test csproj's.Davis Goodin28-28/+0
Restore is performed once as a batch. csproj's share project.jsons, so restoring for each one was a race to update the lockfile.
2016-01-27Update license headersdotnet-bot8-16/+24
2015-12-18Fix DebugType and Optimize values for JIT tests.Pat Gavlin14-14/+14
These values were incorrect given the behavior of the test build.
2015-12-10Import missing JIT tests.Pat Gavlin37-0/+6274
These tests were thought to have been ported earlier.