summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Unconditionally capture output of xUnit tests (#24554)Egor Chesakov1-2/+2
2019-05-15Enable JIT\superpmi\superpmicollect on Linux and macOS (#24560)Egor Chesakov2-4/+3
2019-05-15[master] Update dependencies from dotnet/core-setup (#24149)dotnet-maestro[bot]2-0/+7
2019-05-14Disable IJW tests on ARM32 (#24570)Jeremy Koritzinsky1-0/+15
2019-05-14Merge pull request #24553 from sandreenko/excludeTestsThatAreFailingUnderGCSt...Sergey Andreenko6-0/+12
2019-05-14Fix more save/restore code for HVAs (#24434)Carol Eidt1-3/+0
2019-05-13Disable _il_relu_fld under GCStress.Sergey Andreenko1-0/+2
2019-05-13Disable versionbubbles under GCStress.Sergey Andreenko1-0/+2
2019-05-13Merge pull request #24551 from sandreenko/disable_eventsourcetrace_in_jitstressSergey Andreenko1-0/+2
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-0/+2
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry2-0/+206
2019-05-13Unconditionally capture output of xUnit testsEgor Chesakov1-2/+2
2019-05-13Disable tests that are failing with timeouts.Sergey Andreenko4-0/+8
2019-05-13exclude eventsourcetrace from jitstress runs.Sergey Andreenko1-0/+2
2019-05-12Cleanup some build files (#24539)Aaron Robinson2-15/+13
2019-05-10Fixing S.P.Corelib to not double include files and ensure that S.N.V is marke...Tanner Gooding1-1/+1
2019-05-10Disable a tail call test when using minopts (#24426)Koundinya Veluri1-0/+1
2019-05-10Re-enable accidentally disabled tests. (#24531)Jeremy Koritzinsky1-3/+0
2019-05-10Reenable IJW tests. (#24530)Jeremy Koritzinsky1-15/+0
2019-05-10Properly set the nuget cache for the repo (#24505)Aaron Robinson4-4/+4
2019-05-09Merge pull request #24482 from erozenfeld/Fix24159Eugene Rozenfeld3-4/+78
2019-05-09More cleanup of the HWIntrinsic test templates (#24455)Tanner Gooding593-18357/+69912
2019-05-09Mark local struct as having overlapping fields after struct reinterpretationEugene Rozenfeld3-4/+78
2019-05-09Delete suspicious code in delegate construction (#24493)Michal StrehovskĆ½4-0/+306
2019-05-09[master] Update dependencies from dotnet/corefx (#24314)dotnet-maestro[bot]5-5/+9
2019-05-09Fix ComActivator typo. (#24485)Jeremy Koritzinsky1-4/+4
2019-05-08Add support in SPCL to call into user supplied register and unregisteā€¦ (#24...Aaron Robinson3-0/+232
2019-05-08Fix 23317. (#24383)Fadi Hanna2-0/+83
2019-05-07Exclude MethodImplOptionsTests.Sergey Andreenko1-0/+2
2019-05-06Merge pull request #24415 from sandreenko/corefxAddExclsusionsSergey Andreenko2-0/+2
2019-05-06Move the Formatting jobs over to AzDO (#24367)Jeremy Koritzinsky1-80/+2
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky17-18/+3
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson2-3/+2
2019-05-06Add new CoreFX exclusions.Sergey Andreenko2-0/+2
2019-05-04Reenable corefx tests (#24157)Steve MacLean1-18/+0
2019-05-04Revert "Fix GCStress for multireg returns. "Sergey Andreenko2-83/+0
2019-05-03Re-enable EventSourceTrace test (#24365)Sung Yoon Whang1-3/+0
2019-05-03Enable CoreFX test filtering for CoreCLR PRs (#24259)David Mason2-33/+454
2019-05-03Change our DateTime marshalling tests to be culture-independent. (#24362)Jeremy Koritzinsky5-370/+33
2019-05-03Merge pull request #24343 from briansull/add-hva-testsBrian Sullivan7-2/+2324
2019-05-03Merge pull request #24363 from sandreenko/GitHub_23199Sergey Andreenko2-0/+83
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov3-1/+167
2019-05-02Changes from code reviewBrian Sullivan3-16/+10
2019-05-02Add a repro test.Sergey Andreenko2-0/+83
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri2-0/+135
2019-05-02Adding more coverage for the AES hwintrinsic tests. (#24335)Tanner Gooding9-54/+1108
2019-05-02Re-enable all com crossgen testing (#24348)David Wrighton7-21/+0
2019-05-01Update issues.targets and reduce test execution time. (#24345)Fadi Hanna2-28/+9
2019-05-01Copy all win32 resources (#24308)David Wrighton3-0/+90
2019-05-01Add two additional HVA tests:Brian Sullivan6-0/+2328