summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky3-1/+14
2019-01-03Merge pull request #21803 from BruceForstall/FixTypoBruce Forstall1-1/+1
2019-01-03Fix batch script errors running JitOptimizationSensitive testsBruce Forstall1-1/+1
2019-01-03Use Kernel32 instead of api-ms-win-core-* in DllImports in SafeFileHandle.csEgor Chesakov1-5/+5
2019-01-03Remove vc-runtime package dependency (#21643)Egor Chesakov4-50/+2
2019-01-03Bring Debug CRT DLLs when build IJW tests (#21699)Egor Chesakov3-0/+16
2019-01-02Refactor Send to Helix step in Azure DevOps (#21700)Egor Chesakov1-10/+22
2018-12-22Update CoreClr, CoreFx to preview-27223-01, preview.18622.2, respectively (ma...dotnet-maestro-bot1-1/+133
2018-12-21Correctly disable tests (#21645)Dan Moseley1-32/+34
2018-12-21Remove _syncRoot field from collections (#21628)Dan Moseley1-2/+68
2018-12-21Disable outdated CoreFX test (#21636)Jan Kotas1-0/+4
2018-12-21Fix arm64 prolog generation for register masks with holes. (#21395)Sergey Andreenko1-3/+0
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng26-15/+3077
2018-12-20Don't morph volatile IND(ADDR(LCL_VAR)) (#20843)mikedn2-0/+47
2018-12-20Merge pull request #21589 from CarolEidt/Fix21546Carol Eidt2-0/+111
2018-12-18Transform SIMD8 to FIELD_LIST if promotedCarol Eidt2-0/+111
2018-12-18Merge pull request #21567 from CarolEidt/Issue20657Carol Eidt2-0/+68
2018-12-18Merge pull request #21571 from BruceForstall/DisableArm32TestBruce Forstall1-0/+3
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský6-18/+0
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean1-4/+1
2018-12-17Merge pull request #21574 from BruceForstall/AddDotnetDiagnosticsInfoBruce Forstall1-0/+5
2018-12-17Merge pull request #21572 from BruceForstall/DisableArm64TestBruce Forstall1-0/+1
2018-12-17Merge pull request #21532 from BruceForstall/FixPython3IssueBruce Forstall3-21/+27
2018-12-17Add tests for marshalling a System.Drawing.Color. (#21569)Jeremy Koritzinsky19-2/+214
2018-12-17Add dotnet info to PMI asm diffs outputBruce Forstall1-0/+5
2018-12-17Disable System.Runtime.Tests for Linux arm64 corefx testsBruce Forstall1-0/+1
2018-12-17Disable GitHub_19361 for Linux arm32Bruce Forstall1-0/+3
2018-12-17Switch to using resources in BenchmarksGames tests (#21554)Egor Chesakov15-246/+57
2018-12-17Test for #20657 SIMD byref bugCarol Eidt2-0/+68
2018-12-16Merge pull request #21400 from BruceForstall/FixArm32FloatRangeBruce Forstall5-8/+452
2018-12-16Enable object stack allocation in R2R mode.Eugene Rozenfeld1-1/+0
2018-12-14Update CoreClr, CoreFx, CoreSetup to preview-27213-02, preview.18613.4, previ...dotnet-maestro-bot1-0/+3
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský2-0/+364
2018-12-13Running and visualizing tests in AzureDevOps (Part 1) (#21502)Egor Chesakov1-19/+30
2018-12-13Fix Python 3 issuesBruce Forstall3-21/+27
2018-12-13Suppress warning of obsolete API (#21529)Aaron Robinson5-131/+32
2018-12-10Specify HelixTargetQueues in yaml (#21443)Egor Chesakov2-26/+1
2018-12-10Instead of using Win8+ api-sets use forwarder DLL to support downlevel versio...Aaron Robinson1-13/+16
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas1-0/+9
2018-12-07Add PNSE CustomMarshaler tests (for Tlbimp compat) (#21438)Jeremy Koritzinsky5-0/+107
2018-12-07Merge pull request #21361 from fiigii/x64testsCarol Eidt72-592/+1147
2018-12-07Disable ObjectStackAllocationTests for ARM32 (#21421)Bruce Forstall1-0/+3
2018-12-07Disable obsolete collectible corefx tests (#21428)Jan Vorlicek1-0/+20
2018-12-06Run MSBuild in parallel when submitting jobs to Helix (#21390)Egor Chesakov1-12/+9
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky8-1/+408
2018-12-05Fix arm32 local variable referencesBruce Forstall5-8/+452
2018-12-05Merge pull request #21322 from mikedn/div-small-intBrian Sullivan2-0/+80
2018-12-05Suppress a CMake Warning (#21147)Swaroop Sridhar1-0/+7
2018-12-05Add tests for marshalling RuntimeHandle types. (#21091)Jeremy Koritzinsky6-0/+115
2018-12-04Convert SDK projects into non-SDK projects (#21369)Aaron Robinson3-7/+29