summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Fix for #21011: propagate GTF_DONT_CSE on comma returnsEugene Rozenfeld2-0/+57
2018-11-20Fixing up some issues with the HWIntrinsic test templates (#21104)Tanner Gooding1472-6348/+16386
2018-11-19Update xunit version to match corefx (#21098)Jan Kotas2-2/+7
2018-11-19Add asserts for the types of the Span indexers. (#21037)Carol Eidt2-0/+78
2018-11-19Disable stale sockets test (#21083)Stephen Toub1-0/+14
2018-11-18Add ICustomMarshaler tests (#19195)Hugh Bellamy3-0/+708
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding639-25995/+60688
2018-11-17Force Unicode in test_location parameter in delete_existing_wrappers() (#21056)Egor Chesakov1-1/+8
2018-11-16Exclude GC stress failure test. (#21059)Sergey Andreenko1-0/+2
2018-11-16Exclude tests from GCStress failing due to 21044 (#21060)Sergey Andreenko2-0/+6
2018-11-16Merge pull request #21004 from BruceForstall/UpdateRuntestHelpBruce Forstall2-1/+6
2018-11-16Add PInvoke/Decimal tests (#19301)Zeng Jiang11-1/+1107
2018-11-15Add simple tests for ArrayWithOffset marshaling. (#21013)Jeremy Koritzinsky6-0/+143
2018-11-15Add Interop/PInvoke/Attributes tests (#19107)Zeng Jiang5-0/+349
2018-11-15Add PInvoke/CriticalHandles tests (#19297)Zeng Jiang11-0/+1132
2018-11-15Add PInvoke/SafeHandles tests (#19330)Zeng Jiang29-0/+4347
2018-11-15Add Tests for VBByRefStr marshalling (#20982)Jeremy Koritzinsky6-0/+143
2018-11-15Add tests for marshalling as VARIANT_BOOL or VARIANT (#20856)Jeremy Koritzinsky9-29/+1858
2018-11-15Add PInvoke/SizeParamIndex tests (#19348)Zeng Jiang23-1/+2418
2018-11-15Add PInvoke/DllImportpath tests (#19270)Zeng Jiang6-0/+388
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky8-2/+350
2018-11-15Add PInvoke/Array tests (#19266)Zeng Jiang19-3/+5776
2018-11-15Combine ExcludeList in AltJit scenarios for both host and altjit archs (#21018)Egor Chesakov4-8/+26
2018-11-15Add PInvoke/Miscellaneous tests (#19326)Zeng Jiang13-0/+435
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský2-0/+110
2018-11-14Fix invalid tests for COM native server (#21012)Aaron Robinson1-2/+5
2018-11-14Disable COM tests being CrossGen'd (#21010)Aaron Robinson5-3/+12
2018-11-14Add test for marshalling ArgIterators on Windows (#20888)Jeremy Koritzinsky5-0/+132
2018-11-14Fix arm64 PUTARG_STK(contained OBJ(contained LCL_FLD_ADDR)). (#20995)Sergey Andreenko2-0/+78
2018-11-14Update help output of runtest.cmd/shBruce Forstall2-1/+6
2018-11-13Fix for bug 20499.Eugene Rozenfeld2-0/+85
2018-11-13Disable R2R for object stack allocation tests.Eugene Rozenfeld1-0/+2
2018-11-13Specify version of xunit.console.dll during the custom build (#20975)Egor Chesakov1-2/+2
2018-11-13Add tests for AsAny Marshalling (#20963)Jeremy Koritzinsky7-3/+1049
2018-11-13Handle generics in methodimpls for default interface methods (#20404)Michal Strehovský6-0/+366
2018-11-12Exclude failing System.Memory.Tests (#20958) on Linux/ARM and Linux/ARM64 (#2...Egor Chesakov2-0/+2
2018-11-12Lower fast tail call wasn't patching control expression (#20740)Egor Chesakov2-0/+184
2018-11-12Disable stress random inlining for object stack allocation tests.Eugene Rozenfeld1-0/+2
2018-11-12Update tests/arm64/corefx_linux_test_exclusions.txt (#20206)Egor Chesakov1-13/+6
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers5-1/+245
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding1-0/+24
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky1-5/+18
2018-11-10Add PInvoke/BestFitMapping tests (#19269)Zeng Jiang101-0/+14747
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld3-0/+293
2018-11-08Delete unnecessary ReferenceSystemPrivateCoreLibJan Kotas2-2/+0
2018-11-08Merge pull request #20838 from briansull/issue_18259Brian Sullivan4-0/+711
2018-11-08Specify path to python3.5 for perf jobs (#20443)Michelle McDaniel2-16/+2
2018-11-08Fixes issue 18259Brian Sullivan4-0/+711
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer3-10/+226