summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Merge pull request #21864 from fiigii/fixscalarmemCarol Eidt3-0/+339
2019-01-10Add an exclusion for hugeexpr1 on arm32 under `JitOptimizationSensitive` . (#...Sergey Andreenko1-2/+3
2019-01-09Merge pull request #21779 from mazong1123/fix-19166-checkproj-optAndy Ayers12-36/+87
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky10-0/+1197
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng3-0/+339
2019-01-09Add tests for our layout-class marshalling (#20867)Jeremy Koritzinsky5-0/+351
2019-01-09Addressing https://github.com/dotnet/coreclr/issues/21461 (#21771)José Rivero1-6/+9
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky7-74/+338
2019-01-08Copy address-taken SIMD intrinsic (#21884)Carol Eidt2-0/+60
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky2-2/+2
2019-01-07Fixing ContainCheckHWIntrinsic to ensure that scalar integer operands are the...Tanner Gooding2-0/+88
2019-01-07Fix CharSet on StringBuilder hidden null terminator test (#21853)Jeremy Koritzinsky1-2/+2
2019-01-07Remove invalid test b21296 (#21507)Jan Vorlicek2-202/+0
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar6-387/+397
2019-01-04Merge pull request #21806 from BruceForstall/CheckTestEnvCallBruce Forstall1-1/+8
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-03Check result of call to TestEnv scriptBruce Forstall1-1/+8
2019-01-03Fix batch script errors running JitOptimizationSensitive testsBruce Forstall1-1/+1
2019-01-04Fixed the broken projects.Jingyu11-31/+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 Chesakov1-28/+0
2019-01-03Bring Debug CRT DLLs when build IJW tests (#21699)Egor Chesakov3-0/+16
2019-01-03Check the optimize settings of JIT test projects.Jingyu1-5/+86
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-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-17Add tests for marshalling a System.Drawing.Color. (#21569)Jeremy Koritzinsky19-2/+214
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 Forstall2-0/+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-13Suppress warning of obsolete API (#21529)Aaron Robinson5-131/+32
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-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky8-1/+408
2018-12-05Fix arm32 local variable referencesBruce Forstall2-0/+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
2018-12-04Add repro for `(reg2 == REG_NEXT(reg1)) || (reg2 == REG_LR)` assert in `codeg...Sergey Andreenko2-0/+79