summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Disable 3 long-running tests and 1 failing test (#18896)Bruce Forstall1-4/+4
2018-07-12Merge pull request #18887 from briansull/atomic-fixBrian Sullivan2-0/+149
2018-07-12Fixes for bugs in fgMorphCast and optNarrowTree. (#18816)Eugene Rozenfeld2-0/+175
2018-07-12Added the repro test caseBrian Sullivan2-0/+149
2018-07-11CoreFX CI Unix (#18753)Andon Andonov9-25/+309
2018-07-11Merge pull request #18862 from BruceForstall/DisableLongRunningGCStress3TestsBruce Forstall1-6/+6
2018-07-10Merge pull request #18861 from BruceForstall/FixShowLocallocBruce Forstall2-6/+25
2018-07-10Merge pull request #18860 from BruceForstall/ReEnable13731TestsBruce Forstall1-23/+23
2018-07-10Disable tests for Windows/arm64 with GCStress=3 that take too longBruce Forstall1-6/+6
2018-07-10Fix ShowLocallocAlignment test for x86Bruce Forstall2-6/+25
2018-07-10Re-enable tests for #13731 which was closed long agoBruce Forstall1-23/+23
2018-07-10Remove random.NextDouble() from JIT/HardwareIntrinsics tests (#18838)Egor Chesakov241-2174/+2222
2018-07-10Regenerating the x86 HWIntrinsic tests to cover struct field scenariosTanner Gooding741-6315/+40721
2018-07-10Updating the x86 HWIntrinsic test templates to test struct field scenariosTanner Gooding23-228/+1230
2018-07-10Exclude failing CoreFx test (#18844)Amy1-0/+4
2018-07-09Adding tests for the ParallelBitDeposit and ParallelBitExtract Bmi2 HWIntrinsicsTanner Gooding8-0/+992
2018-07-09Adding tests for the AndNot, ExtractLowestSetBit, GetMaskUpToLowestSetBit, an...Tanner Gooding13-2/+1564
2018-07-09Adding tests for the x86 TrailingZeroCount HWintrinsicTanner Gooding7-0/+599
2018-07-09Renaming ScalarUnOpTest to ScalarSimdUnOpTestTanner Gooding14-83/+83
2018-07-09CoreFX CI Unix Staging commit (#18750)Andon Andonov1-0/+10
2018-07-05Update certain Marshal APIs to match exception thrown on .NET Framework (#18791)Aaron Robinson1-9/+9
2018-07-04Re-enable jit regression test DevDiv_590771 (#18724)Andy Ayers3-4/+25
2018-07-04Adding tests for the byte overload of Ssse3.ShuffleTanner Gooding5-0/+334
2018-07-03Use generic win-x86/win-x64 RIDs in stress_dependenciesEgor Chesakov2-2/+2
2018-07-03Update CoreFX CI packages to NetcoreApp3 (#18760)Andon Andonov2-1161/+22
2018-07-02Adding an Avx.StaticCast test (modified from the Sse.StaticCast test)Tanner Gooding3-0/+195
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins4-0/+176
2018-07-02Fixing up the Sse41.Insert float HWIntrinsicsTanner Gooding25-77/+3881
2018-07-02reenable fixed arm64 altjit tests (#18722)Sergey Andreenko1-6/+0
2018-07-02Adding back the tests for Avx.MaskLoadTanner Gooding3-4/+72
2018-07-02Removing unnecessary `try/catch` blocks from the ExtractScalar and InsertScal...Tanner Gooding74-666/+148
2018-06-29Merge pull request #18696 from CarolEidt/Fix18362Carol Eidt4-0/+173
2018-06-29JIT: fix regression when returning struct with no fields on SysV (#18708)Andy Ayers2-0/+99
2018-06-28Add test for #18362Carol Eidt4-0/+173
2018-06-28Update Tizen CI docker image (#18567)Eden1-3/+3
2018-06-28Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-01, preview1-26...dotnet-maestro-bot6-12/+26
2018-06-28JIT: fix bug returning small structs on linux x64 (#18563)Andy Ayers18-0/+875
2018-06-27Windows CoreFX CI (#18365)Andon Andonov15-2/+2535
2018-06-26Fix value numbering when selecting a constant (#18627)Jakob Botsch Nielsen6-0/+149
2018-06-22Merge pull request #18581 from CarolEidt/Reenable18295Carol Eidt2-3/+0
2018-06-21Windows CoreFX CI Staging Commit (#18388)Andon Andonov1-0/+2
2018-06-20Merge pull request #18573 from CarolEidt/ExplicitLayoutTestCarol Eidt2-0/+93
2018-06-20Re-enable tests after fixing 18295Carol Eidt2-3/+0
2018-06-20An UnusedValue still requires a target reg (#18561)Carol Eidt4-0/+115
2018-06-20Add another test for #17971Carol Eidt2-0/+93
2018-06-20Remove MaskLoad tests from arm and arm64 lst files (#18569)Jarret Shook2-32/+0
2018-06-18genPutArgStk needs to check for FIELD_LIST first (#18499)Carol Eidt2-0/+88
2018-06-18Correctly return early if the test fails (#18529)Jarret Shook1-44/+44
2018-06-18Improve Intel hardware intrinsic APIs (#17637)Fei Peng34-7098/+0
2018-06-18Typo (#18520)John Doe3-28/+28