summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-10Add working validation rules for xunit packages and apply them.Davis Goodin4-13/+13
2016-03-10Remove potentially unused System.Numerics.Vectors.WindowsRuntime reference an...Davis Goodin3-3/+0
2016-03-10Update all versions to validate.Davis Goodin417-4702/+4711
2016-03-10Add validation to test build.Davis Goodin2-1/+3
2016-03-09Merge pull request #3394 from swgillespie/gctestsSean Gillespie468-517/+32812
2016-03-09Merge pull request #3489 from rahku/EHTestPortRahul Kumar152-91/+11814
2016-03-09Port EH tests.Rahul Kumar152-91/+11814
2016-03-09Initial bringup of new set of ported GC tests.Sean Gillespie468-517/+32812
2016-03-09Merge pull request #3599 from ramarag/arm64nativetestsRama krishnan Raghupathy1-0/+5
2016-03-09Merge pull request #3624 from adityamandaleeka/remove_threadstatic_duplicatesAditya Mandaleeka12-1407/+0
2016-03-09Enable native test binaries to be built for Arm64Rama Krishnan Raghupathy1-0/+5
2016-03-09Remove duplicate ThreadStatic tests.Aditya Mandaleeka12-1407/+0
2016-03-09Merge branch 'master' of https://github.com/dotnet/coreclrtijoytom339-197/+17040
2016-03-08Merge pull request #3469 from wtgodbe/raceCondWilliam Godbe108-193/+111
2016-03-07Fix failing test in IntPtrGetHashCode.Kevin Jones1-2/+18
2016-03-07Improve interop test coveragetijoytom34-718/+88
2016-03-07Fix race condition in Pri 2 tests, and revert those tests to Pri 1William Godbe108-193/+111
2016-03-05Merge pull request #3470 from erozenfeld/ValueNumbersForR2RHelpersJan Kotas1-0/+51
2016-03-05Fix compilation errors on tests.Kevin Jones2-6/+6
2016-03-05Merge pull request #3446 from kyulee1/FixIlasmToolKyungwoo Lee1-1/+1
2016-03-05Fix syntax error in test codeRama Krishnan Raghupathy2-2/+2
2016-03-04Improvements for ReadyToRun helpers in JIT value numbering.Eugene Rozenfeld1-0/+51
2016-03-04Merge pull request #3511 from vcsjones/fix-3506Jan Kotas2-1/+75
2016-03-04Improve GetHashCode for IntPtr/UIntPtr on 64-bit.Kevin Jones2-1/+75
2016-03-04Fix for not using ilasm from the build binaryKyungwoo Lee1-1/+1
2016-03-04Merge pull request #3497 from adityamandaleeka/threading_test_portAditya Mandaleeka226-0/+16740
2016-03-04Merge pull request #3491 from rahku/HelixRahul Kumar1-0/+44
2016-03-04add TargetsWindows property required by cloudtest.targets in buildtools packageRahul Kumar1-0/+44
2016-03-04Change priority of tests in baseservices/threading to 1.Aditya Mandaleeka105-105/+105
2016-03-03Remove needless references to test library.Aditya Mandaleeka94-282/+0
2016-03-03Add license headers to ported threading tests.Aditya Mandaleeka109-2/+329
2016-03-03Adding more Interop tests.tijoytom28-1/+1611
2016-03-03Remove Monitor/EnterExit15.Aditya Mandaleeka2-141/+0
2016-03-03Open source tests from baseservices/threading.Aditya Mandaleeka228-0/+16836
2016-03-03Merge pull request #3459 from LLITCHEV/Issue3382-1Lubomir Litchev2-0/+43
2016-03-02Fix GC holes for all AMD64 platforms (Windows and System V) and a bug for Sys...Lubomir Litchev2-0/+43
2016-03-02Merge pull request #3405 from dagood/new-cliDavis Goodin1861-1399337/+9121
2016-03-02Merge pull request #3447 from AndyAyersMS/ForceInlineFixAndy Ayers6-0/+1642
2016-03-02Merge pull request #3460 from AndyAyersMS/FixBadInlineeRedundancyAndy Ayers3-0/+122
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin426-5507/+5507
2016-03-02Remove RestorePackages = true from all test csproj's.Davis Goodin998-998/+0
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin432-6209/+6663
2016-03-02Remove all lockfiles from source control.Davis Goodin430-1389673/+0
2016-03-02Upgrade CLI version and buildtools, and make build file changes.Davis Goodin2-2/+3
2016-03-02Merge pull request #3464 from kyulee1/deltestPat Gavlin3-115/+0
2016-03-02Delete a bad test (b06435) for double to long conversionKyungwoo Lee3-115/+0
2016-03-01Inliner: fix assert for multiple failure reasons when inliningAndy Ayers3-0/+122
2016-03-01Merge pull request #3448 from swgillespie/license_headersSean Gillespie2597-66/+7824
2016-03-01Inliner: restore some force inline overridesAndy Ayers6-0/+1642
2016-02-29Merge pull request #3351 from LLITCHEV/Issue2757Lubomir Litchev1-0/+40