summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-15ignore .tail opcode for arm64 (#18002)Sergey Andreenko1-11/+11
2018-05-15Merge pull request #18010 from CarolEidt/StructTestsCarol Eidt12-0/+605
2018-05-15Add tests for struct-related issuesCarol Eidt12-0/+605
2018-05-14Add tests for arm64 il issues. (#17759)Sergey Andreenko11-5/+643
2018-05-14Enable System.Transactions.Local.Tests on Linux/arm (#17973)Egor Chesakov1-1/+0
2018-05-13Add explicit null check for VSD via tail call stub. (#17960)Sergey Andreenko3-21/+12
2018-05-13Merge pull request #17971 from CarolEidt/FixCpBlkBugCarol Eidt2-0/+177
2018-05-11PR feedback and fix test.Carol Eidt1-12/+12
2018-05-11Don't eliminate a cpblk when offsets are differentCarol Eidt2-0/+177
2018-05-11Switch to Word2Vec fork (#17945)Adam Sitnik4-647/+18
2018-05-10Fix Avx.ConvertToSingle flags (#17954)mikedn3-0/+76
2018-05-10add test with tail call of VSD stub with AV. (#17920)Sergey Andreenko5-0/+210
2018-05-10Merge pull request #17784 from adityamandaleeka/add_jit_hfa_passing_testAditya Mandaleeka6-0/+235
2018-05-09Fix lst file for new test additions.Aditya Mandaleeka1-3/+26
2018-05-09fix semicolon and priorities for new excluded tests (#17934)Sergey Andreenko2-25/+25
2018-05-09Merge pull request #17911 from CarolEidt/Fix16377Carol Eidt2-0/+139
2018-05-09Add regression test for passing HFA params.Aditya Mandaleeka6-0/+212
2018-05-08Update arm/arm64 test lists (#17855)Sergey Andreenko2-20/+7854
2018-05-08Handle SIMD field of GT_FIELD_LIST in codegen.Carol Eidt1-0/+4
2018-05-07Arm64: Pass promoted struct using GT_FIELD_LISTCarol Eidt2-0/+135
2018-05-05Rename netcoreapp2.1 -> netcoreapp2.2Jan Kotas5-11/+11
2018-05-05disable dialog box for forced unhandled exception (#17888)Sung Yoon Whang2-0/+20
2018-05-04Split unix test builds in slices (#17785)Steve MacLean1-28/+18
2018-05-03Merge pull request #17781 from BruceForstall/Fix17738Bruce Forstall1-1/+1
2018-05-03[Linux/x86] Fix tests in case of 4-byte alignment for 64-bit types (#17829)Konstantin Baladurin3-5/+17
2018-05-01Fix for ARM secure delegate non-standard register argBruce Forstall1-1/+1
2018-05-01Fix arm test list creator for Windows (#17852)Sergey Andreenko1-3/+4
2018-05-01Enable long running CoreFx Ubuntu/arm tests (#17836)Egor Chesakov1-4/+0
2018-05-01Merge pull request #17737 from fiigii/vectortestsCarol Eidt13-133/+824
2018-04-30Reenable test for 17756Carol Eidt1-1/+0
2018-04-30Adding back test for windows event log (#17821)Sung Yoon Whang3-0/+193
2018-04-30GC env vars (#17837)Sung Yoon Whang1-1/+1
2018-04-27Merge pull request #17811 from noahfalk/fix_jitbenchAdam Sitnik3-0/+34
2018-04-27Update Windows arm32 corefx test failure exclusions (#17803)Bruce Forstall1-10/+14
2018-04-27Merge pull request #17793 from briansull/allocOutArgSpaceBrian Sullivan2-0/+339
2018-04-27Fix jitbenchnoahfalk3-0/+34
2018-04-26Simplify VectorRet testFei Peng3-133/+6
2018-04-26Port more Vector tests to Vector128/256Fei Peng11-0/+818
2018-04-26Fix GC test failures (#17766)Sung Yoon Whang3-20/+27
2018-04-26Allocate the lvaOutgoingArgSpaceVar very early, right after the user locals.Brian Sullivan2-0/+339
2018-04-24Merge pull request #17757 from BruceForstall/MakeArmUbuntuCorefxTestRunCleanBruce Forstall1-7/+16
2018-04-24Delete unused tests\arm64\fails.testlist (#17745)Sergey Andreenko1-22/+0
2018-04-24Merge pull request #17725 from dotnetrt/FixNixTestBuildJarret Shook1-1/+1
2018-04-24Disable all failing Ubuntu arm corefx testsBruce Forstall1-7/+16
2018-04-23Fix arm corefx test exclusionsBruce Forstall2-0/+5
2018-04-23Merge pull request #17729 from BruceForstall/EnableArm32UbuntuCorefxTestingBruce Forstall2-22/+33
2018-04-22Enable Ubuntu arm32 corefx testingBruce Forstall2-22/+33
2018-04-22Fix unix test build by removing unnecessary 'managed_test_build' semafore fileJacek Blaszczynski1-1/+1
2018-04-20Add better coverage for Marshal.GetDelegateForFunctionPointer (#15339)Vitek Karas2-10/+91
2018-04-20Fix GC tests that contain GC.Collect() used in wrong scope (#17680)Sung Yoon Whang37-287/+451