summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Merge pull request #17090 from debayang/corefx_testsBruce Forstall1-6/+44
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-28Fix run-corefx-tests.py for Arm64Debayan Ghosh1-6/+44
2018-03-27Merge pull request #17161 from dotnetrt/testbuildWes Haggard2-7/+217
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-26Linux arm32 testingBruce Forstall4-21/+231
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-23 [arm32] Disable JIT\jit64\opt\cse\hugeexpr1 stress testing. (#17137)Sergey Andreenko1-1/+1
2018-03-23Merge pull request #17072 from CarolEidt/Fix545505Carol Eidt2-0/+153
2018-03-23Improve Windows test build performance by building projects in groupsJacek Blaszczynski2-7/+217
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
2018-03-22Implement AVX SetVector256Fei Peng3-0/+323
2018-03-22Add more tests for AVX Insert/Extract intrinsicsFei Peng20-4/+5108
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-0/+5
2018-03-21Fixed #16564: the test objmonhelper hangs forever with GCStress=0x3Sergey Ignatov1-1/+2
2018-03-20Merge pull request #16955 from fiigii/moreavxCarol Eidt65-0/+12888
2018-03-20ARM: call compRsvdRegCheck laterCarol Eidt2-0/+153
2018-03-20JIT: remove boxing for interface call to shared generic struct (#17006)Andy Ayers4-0/+122
2018-03-20Add tests for AVX/AVX2 intrinsicsFei65-0/+12888
2018-03-19JIT: tolerate nonzero constant byrefs in impCheckForNullPointer (#17042)Andy Ayers1-1/+0
2018-03-19Fixing the x86 ScalarUnOpTest template to no longer write out of boundsTanner Gooding12-770/+279
2018-03-19Regenerating the x86 HWIntrinsic tests to track each vector size separatelyTanner Gooding703-7710/+7714
2018-03-19Updating the x86 HWIntrinsic templates to track each vector size separatelyTanner Gooding20-863/+863
2018-03-19Updating the x86 HWIntrinsic DataTable types to assert the alignment returned...Tanner Gooding10-10/+70
2018-03-19Regenerating the x86 HWIntrinsics tests to no longer have a GC holeTanner Gooding703-1088/+1088
2018-03-19Fixing the x86 HWIntrinsic test templates to not leave a GC holeTanner Gooding19-29/+29
2018-03-19Fix eventpipe rundown test with crossgen (#16784)Victor "Nate" Graf1-7/+8
2018-03-17Disable tests for issue #17013Russ Keldorph2-0/+36
2018-03-17Merge commit 'cea438a8e885cc11f96671367bebf23137f45a5a' into release/2.1Russ Keldorph1540-38887/+300294
2018-03-16[Arm64] Disable broken tests dependent on #16310Steve MacLean1-0/+4
2018-03-16[Arm64] Enable HW Intrinsic Simd testsSteve MacLean1-68/+0
2018-03-16Fix test for GC.GetAllocatedBytesForCurrentThread to be more lenient with the...Sung Yoon Whang1-1/+1
2018-03-16Add tests for AVX Insert/Extract helper-intrinsicsFei Peng36-0/+10208
2018-03-16Add tests for AVX Insert/ExtractVector128Fei Peng47-0/+13268
2018-03-16Add tests and templates for AVX2 Insert/ExtractFei Peng40-2/+11731
2018-03-16Add AllReady scenario to JitBench (#16905)Adam Sitnik2-42/+64
2018-03-15Convert Sse2 tests to template driven version - part 1Jacek Blaszczynski62-1858/+8200
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri1-3/+25