summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-18[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin4-35/+94
2018-09-18[Linux/x86] Fix tests in case of 4-byte alignment for 64-bit types (#17829)Konstantin Baladurin3-5/+17
2018-08-06Merge pull request #19224 from AndyAyersMS/Port19156toRelease21Andy Ayers2-0/+284
2018-08-02Fix version of System.Runtime.Intrinsics.Experimental (#19260)Andy Ayers1-1/+2
2018-07-31JIT: port extra check to struct of struct of x promotion to relase/2.1Andy Ayers2-0/+284
2018-06-27JIT: Fix bug in finally cloning caused by unsound callfinally reorderingAndy Ayers2-0/+90
2018-05-11Split unix test builds in slices (#17785)Steve MacLean1-28/+18
2018-05-11Merge pull request #17725 from dotnetrt/FixNixTestBuildJarret Shook1-1/+1
2018-04-21disable DevDiv_255294 in stress modes. (#17618)Sergey Andreenko1-0/+2
2018-04-17Fix GC tests. (#17594) (#17613)Sergey Andreenko7-42/+102
2018-04-12Fix for 17398. (#17501)Eugene Rozenfeld2-0/+125
2018-04-11Fixed checks for Avx/Avx2.InsertVector128 to check the type of the second argBrian Sullivan2-0/+96
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-6/+4
2018-04-10Update timeout for running scenario benchmarks (#17440)Michelle McDaniel2-3/+3
2018-04-09Reverting changes from #17401 (#17482)Sung Yoon Whang3-177/+0
2018-04-09Disable some tests under GCStress where they take too long to complete (#17437)Koundinya Veluri11-0/+11
2018-04-06Merge pull request #17418 from CarolEidt/Fix590358Carol Eidt2-0/+94
2018-04-06Test windows event log (#17401)Sung Yoon Whang3-0/+177
2018-04-05Add Word2Vec Benchmark Harness (#17350)Michelle McDaniel7-2/+919
2018-04-04Handle SIMD8/LONG recasts for LCL_FLDCarol Eidt2-0/+94
2018-04-03Increase crst level for ReadyToRunInfo's map lock (#17376)Koundinya Veluri4-2/+192
2018-04-02Mark GcCollect test as incompatible with GcStress (#17390)Andy Ayers1-0/+1
2018-03-31Fix for 17289 (#17336)Luqun Lou1-0/+10
2018-03-30Reject struct promotion of parameters when -GS checks are enabledBrian Sullivan2-0/+147
2018-03-30add reproSergey Andreenko2-0/+214
2018-03-30Merge pull request #17314 from fiigii/fixgctestsCarol Eidt10-213/+185
2018-03-29Fix GCStress failuresFei Peng10-213/+185
2018-03-29Merge pull request #17322 from BruceForstall/FixTestBuildBruce Forstall1-0/+8
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou1-2/+50
2018-03-29Add back hosting to split buildsBruce Forstall1-0/+8
2018-03-28Removing 'EXPERIMENTAL' from tiered compilation env var (#17283)Noah Falk6-10/+10
2018-03-28Merge pull request #17126 from CarolEidt/Fix545500Carol Eidt3-4/+214
2018-03-28Remove tests of unimplemented ISAs (#17286)Fei Peng1-6/+1
2018-03-27Merge pull request #17161 from dotnetrt/testbuildWes Haggard1-2/+212
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou9-0/+466
2018-03-27Fix comment in test.Carol Eidt1-4/+3
2018-03-27Merge pull request #17233 from fiigii/portvectortestsCarol Eidt6-0/+712
2018-03-26Port VectorReturn test to Vector128/256<T>Fei Peng6-0/+712
2018-03-26Merge pull request #15301 from mikedn/cast-unCarol Eidt2-0/+121
2018-03-26Add /p:UseRazorBuildServer=false to prevent background processes (#17152)Victor "Nate" Graf1-1/+1
2018-03-26JitBench scenarios fix (#17154)Adam Sitnik1-22/+16
2018-03-25Update use of AsBytes in perf tests to use MemoryMarshal.AsBytes. (#17214)Ahson Khan1-1/+1
2018-03-24[RyuJit/ARM] Fix lsra BuildShiftRotate (#17103)Sergey Andreenko2-0/+140
2018-03-23Merge pull request #17072 from CarolEidt/Fix545505Carol Eidt2-0/+153
2018-03-23Improve Windows test build performance by building projects in groupsJacek Blaszczynski1-2/+212
2018-03-23Merge pull request #17135 from CarolEidt/DevDiv544985Carol Eidt2-0/+221
2018-03-22ARM: correctly unassign constant doubleCarol Eidt2-0/+221
2018-03-22ARM: Fix reg resolution for doublesCarol Eidt2-0/+211
2018-03-22fix Set tests on 32-bit platformsFei Peng2-45/+51
2018-03-22Implement SetAllVector256Fei Peng3-0/+306