summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Update buildtools to v3 (#20286)Viktor Hofer1-0/+1
2018-10-06JIT: make sure to use normalized type when retyping box temp (#20285)Andy Ayers2-0/+82
2018-10-05Add BSTR xplat PInvoke testcase (#20231)Luqun Lou10-216/+902
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins2-0/+142
2018-10-05Report instantiation argument in non-virtual interface calls (#20257)Michal Strehovský2-0/+126
2018-10-03Merge pull request #20173 from fiigii/retestCarol Eidt9-0/+1011
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri3-0/+197
2018-10-02Merge pull request #20203 from AndyAyersMS/FixGtIndexAddrTestAndy Ayers1-0/+2
2018-10-02Merge pull request #20193 from fiigii/addbcCarol Eidt4-40/+0
2018-10-01Fix test for GT_INDEX_ADDR to forcibly compile with minoptsAndy Ayers1-0/+2
2018-10-01Add back ExeFile directory for non-Windows (#20192)Luqun Lou1-1/+1
2018-09-28Delete redundant framework API tests (#20187)Jan Kotas787-70268/+0
2018-09-28Add pointer overloads for Avx2.BroadcastScalarToVector256Fei Peng4-40/+0
2018-09-27Re-enable hardware intrinsic testsFei Peng9-0/+1011
2018-09-26Use platformdefines through lib instead of cpp (#19948)Luqun Lou4-3/+14
2018-09-25switch to netcoreapp2.0 (#20120)Sergey Andreenko1-1/+1
2018-09-21Add missing <cmath> header for fabs to fix Visual C++ vNext break, av… (#20...Billy O'Neal1-1/+3
2018-09-20Convert Sse2 tests PackSignedSaturate, PackUnsignedSaturate, UnpackHigh and U...Jacek Blaszczynski37-1116/+8555
2018-09-20JIT: Fix operand evaluation order for GT_INDEX_ADDR (#20047)Andy Ayers2-0/+92
2018-09-20Disable tests of BroadcastScalarToVector128Fei Peng14-3830/+0
2018-09-19Add generated code for Convert Sse2 ConvertTo* and ConvertToVector128* testsJacek Blaszczynski55-1790/+7696
2018-09-19Convert Sse2 ConvertTo* and ConvertToVector128* tests to template basedJacek Blaszczynski6-4/+803
2018-09-19Add 2.2 sdk/runtime to JitBench (#19778)Koundinya Veluri1-0/+8
2018-09-17Merge pull request #19949 from fiigii/fixhwapisCarol Eidt9-464/+0
2018-09-15Layout native test components correctly on unix (#19918)Jarret Shook4-3/+48
2018-09-14Fix build break in P1 tests (#19975)Vitek Karas3-3/+3
2018-09-14Merge pull request #19125 from mikedn/cse-extractBrian Sullivan2-0/+133
2018-09-14Merge pull request #19951 from vitek-karas/MoveAssertionsToCommonVitek Karas30-33/+23
2018-09-13temporarily disable some hw intrinsic testsFei Peng9-464/+0
2018-09-13Replace fgMarkAddressExposedLocals (#19621)mikedn3-2/+53
2018-09-13Move Assert class from Interop into the CoreCLRTestLibraryvitek-karas30-33/+23
2018-09-12Address msbuild issues with cross compiled tests in helix (#19901)Aaron Robinson5-15/+18
2018-09-11Fix optimization of CAST(int)(LSH(long)<<CNS_INT 32+ with side effects). (#19...Sergey Andreenko2-0/+79
2018-09-11Merge pull request #19885 from brianrob/runtimeeventsource_testsAdam Sitnik1-1/+1
2018-09-10Basic implementation for testing of COM activation of a .NET class (#19760)Aaron Robinson29-221/+2326
2018-09-10Fix intermitted RuntimeEventSource test.Brian Robbins1-1/+1
2018-09-10Add test cases for Pclmulqdq intrinsicFei Peng15-1/+4294
2018-09-07Merge pull request #19866 from dotnetrt/fix-generatetests-scriptCarol Eidt1-21/+0
2018-09-07Merge pull request #19857 from CarolEidt/Fix19674Carol Eidt2-0/+88
2018-09-07Remove all Sse2 Pack* and Unpack* tests from GneerateTests.csx scriptJacek Blaszczynski1-21/+0
2018-09-07Fix for bug 12398: Lowering is inconsistent in checking safety of RegOptional...Eugene Rozenfeld2-0/+118
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown8-7/+176
2018-09-06Morph ByRef args of SIMD field assignCarol Eidt2-0/+88
2018-09-06Add native vararg test (#17707)Jarret Shook6-0/+7285
2018-09-06add a regression test for Linux GC segfault. (#19820)Sergey Andreenko2-0/+142
2018-09-05Merge pull request #19719 from dotnet/MattGal-patch-1Bruce Forstall1-27/+27
2018-09-05Convert all Sse2.Compare*** tests to template basedJacek Blaszczynski100-3346/+9580
2018-09-05Add test for AVX2 gather intrinsicFei Peng12-0/+4088
2018-08-31Add Avx2.Permute4x64 template based testsJacek Blaszczynski7-1/+1162
2018-08-30Update existing COM test assets (native/managed) to share CLSIDs with… (#19...Aaron Robinson13-36/+68