summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Merge pull request #18970 from BruceForstall/FixAltjitCorefxTestsBruce Forstall1-8/+24
2018-07-18R2RDump - Test infrastructure (#18745)Amy24-0/+3609
2018-07-18Merge pull request #18941 from CarolEidt/Fix18884Carol Eidt2-0/+127
2018-07-17Fix corefx altjit test jobsBruce Forstall1-8/+24
2018-07-17Enable CoreFx tests disabled in https://github.com/dotnet/coreclr/issues/1775...Egor Chesakov1-2/+0
2018-07-17Update CoreClr, CoreFx, PgoData to preview1-26717-04, preview1-26717-04, mast...dotnet-maestro-bot1-1/+19
2018-07-17Update NativeCallable attribute tests (#18946)Aaron Robinson3-83/+177
2018-07-17Kill RCX when used by shiftCarol Eidt2-0/+127
2018-07-16Adding tests for the Avx2 AlignRight, Blend, and ConvertTo* hwintrinsics.Tanner Gooding40-4/+12326
2018-07-16Merge pull request #18917 from BruceForstall/dev/unix_test_workflowBruce Forstall3-23/+47
2018-07-16Fix disabled test name (#18932)Jan Kotas1-1/+1
2018-07-16Mark RuntimeEventSourceTest as GCStressIncompatible (#18911)Egor Chesakov1-0/+1
2018-07-16CoreFX test fixes (#18929)Jan Kotas4-254/+117
2018-07-14Revert "Fix some failures when using build-test.sh"Russ Keldorph5-13/+18
2018-07-14Fix some failures when using build-test.shruss5-18/+13
2018-07-14Remove version increment from Dictionary<K,V>.Remove overloads (#18854)Wraith22-6/+221
2018-07-13Enable Windows ARM64 corefx jobsBruce Forstall3-23/+47
2018-07-13JIT: optimize some cases of unused structs (#18819)Andy Ayers4-0/+224
2018-07-13Remove System.Security.Cryptography.X509Certificates.Tests from Windows arm e...Egor Chesakov1-1/+0
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