summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Merge pull request #15923 from tannergooding/hwintrinTanner Gooding2-0/+24
2018-01-30Move the MethodImpl iterator when checking default interface methods (#16099)Michal Strehovský2-0/+98
2018-01-30Temporaily disable some HWIntrinsic tests due to the naming changes.Tanner Gooding2-0/+24
2018-01-30Default interface methods test fixes (#15995)Michal Strehovský20-8/+131
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins4-0/+292
2018-01-29Merge pull request #16066 from tannergooding/sse-intrinsicsTanner Gooding19-1/+853
2018-01-29Disable broken EventPipe tests at build time (#16046)Victor "Nate" Graf1-0/+2
2018-01-29Fix reflection to work with default interface methods (#16034)Michal Strehovský8-0/+449
2018-01-28Marking SSE HWIntrinsics as fully implementedTanner Gooding1-1/+1
2018-01-28Adding tests for the SSE Store, StoreAligned, StoreAlignedNonTemporal, StoreH...Tanner Gooding18-0/+852
2018-01-27Updating the Vector64, Vector128, and Vector256 StructPacking tests.Tanner Gooding1-32/+104
2018-01-27Adding some StructPacking tests to ensure existing types don't regressTanner Gooding2-0/+1638
2018-01-26Fix some tests under GCStress (#16048)Koundinya Veluri2-1/+3
2018-01-25Merge pull request #16005 from CarolEidt/Fix15848Carol Eidt1-44/+91
2018-01-24Disable FP to Unsigned Vector ConversionsCarol Eidt1-44/+91
2018-01-23Merge pull request #15949 from mikedn/shift-inconsistencyBruce Forstall2-0/+258
2018-01-23Do not devirtualize shared default interface methods (#15979)Michal Strehovský2-4/+0
2018-01-23Remove hardcoded paths in linkbench scripts (#15939)Michelle McDaniel2-7/+6
2018-01-22Disable EventPipe tests which fair in stress runs (#15972)Victor "Nate" Graf1-6/+6
2018-01-22Merge pull request #15944 from BruceForstall/CorefxTestUseCorrectVersionBruce Forstall1-6/+47
2018-01-20Fix 64 bit shift inconsistencies (on 32 bit targets)Mike Danes2-0/+258
2018-01-19Merge pull request #15903 from CarolEidt/Fix545505Carol Eidt2-0/+224
2018-01-19Convert perf.groovy to use run-xunit-perf.py (#15881)Michelle McDaniel3-1000/+16
2018-01-19For corefx testing, use a matching corefx repo version git hashBruce Forstall1-6/+47
2018-01-19Stop treating all calls to instance interface methods as callvirt (#15925)Michal Strehovský2-0/+107
2018-01-19Merge pull request #15749 from fiigii/tabledriveCarol Eidt9-0/+523
2018-01-19Disable eventpipetrace test due to JIT stress failure (#15927)Victor "Nate" Graf1-2/+5
2018-01-18Enable EventPipe and EventSource Functional Tests (#15917)Brian Robbins2-2/+11
2018-01-18table drive Intel hardware intrinsicFei Peng9-0/+523
2018-01-18Merge pull request #15901 from tannergooding/hwintrin-fixupCarol Eidt1-1/+12
2018-01-18PR FeedbackCarol Eidt1-8/+8
2018-01-18ARM: Fix morphing of struct passed on stackCarol Eidt2-0/+224
2018-01-18Update perflab tests to execute in a fixed orderAndy Ayers3-42/+28
2018-01-17Fixing the `LoadAlignedVector128` HWIntrinsic test to ensure that we always r...Tanner Gooding1-1/+12
2018-01-16Merge pull request #15893 from BruceForstall/FixR2RCrossgenBruce Forstall4-0/+4
2018-01-16Merge pull request #15894 from BruceForstall/DisableGetGenerationInGCStressBruce Forstall3-3/+3
2018-01-16Disable GetGeneration from GCStress runsBruce Forstall3-3/+3
2018-01-16Fix non-Windows R2R testing in CIBruce Forstall4-0/+4
2018-01-16Adding tests for the SSE Load, LoadAligned, LoadHigh, LoadLow, and LoadScalar...Tanner Gooding15-0/+725
2018-01-16Adding tests for the SSE MoveMask intrinsicTanner Gooding3-0/+131
2018-01-16Adding tests for the SSE Set scalar intrinsicTanner Gooding3-0/+143
2018-01-16Adding tests for the SSE Compare<op>Ordered and Compare<op>Unordered scalar i...Tanner Gooding36-0/+1788
2018-01-16Adding tests for the SSE ConvertTo Int32, Int32WithTruncation, Int64WithTrunc...Tanner Gooding18-0/+822
2018-01-16Adding tests for the SSE Reciprocal, ReciprocalSqrt, and Sqrt scalar intrinsicsTanner Gooding9-0/+463
2018-01-16Adding tests for the SSE compare eq, gt, ge, lt, le, ne, ord, and unord scala...Tanner Gooding36-0/+1872
2018-01-16Adding tests for the SSE Add, Divide, Max, Min, Move, Multiply, and Subtract ...Tanner Gooding21-0/+1092
2018-01-16Adding tests for the SSE StaticCast intrinsicTanner Gooding3-0/+155
2018-01-16Adding tests for the SSE Shuffle intrinsicTanner Gooding3-0/+222
2018-01-16Adding tests for the SSE Set, SetAll, and SetZero intrinsicsTanner Gooding9-0/+435
2018-01-16Adding tests for the SSE Reciprocal, ReciprocalSqrt, and Sqrt intrinsicsTanner Gooding9-0/+481