summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Suppress a CMake Warning (#21147)Swaroop Sridhar1-0/+7
2018-12-05Add tests for marshalling RuntimeHandle types. (#21091)Jeremy Koritzinsky6-0/+115
2018-12-04Convert SDK projects into non-SDK projects (#21369)Aaron Robinson3-7/+29
2018-12-04Add repro for `(reg2 == REG_NEXT(reg1)) || (reg2 == REG_LR)` assert in `codeg...Sergey Andreenko2-0/+79
2018-12-04Additional tests for type equivalence (#21340)Aaron Robinson4-9/+239
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt100-965/+4495
2018-12-03JIT: fix overly aggressive type propagation from returns (#21316)Andy Ayers2-0/+56
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek8-1/+239
2018-11-30Change target 'Target' and position in build steps for response file generati...Aaron Robinson1-1/+1
2018-11-30Migrate 64-bit-only intrinsic tests to new APIsFei Peng100-965/+4495
2018-11-30Reenable TypeEquivalence tests (#21309)Aaron Robinson4-10/+10
2018-11-30Update how CoreDisTools is discovered (#21261)Aaron Robinson1-2/+0
2018-11-29Disable TypeEquivalence tests due to flaky x86 build (#21294)Aaron Robinson3-2/+3
2018-11-29Enable type equivalence (#21265)Aaron Robinson8-0/+186
2018-11-29Add more advanced SafeArray tests (#21063)Jeremy Koritzinsky16-12/+1011
2018-11-29Merge pull request #21267 from BruceForstall/FixExclusionBruce Forstall1-2/+2
2018-11-28Fix #21209 (#21237)Swaroop Sridhar1-5/+11
2018-11-28Fix ObjectStackAllocationTests on Linux under minoptsBruce Forstall1-2/+2
2018-11-28 Delete test dev10_630880 (#21239)Jan Kotas2-80/+0
2018-11-28exclude tests\src\Interop\COM\NativeClients\Primitives from GCStress runs. (#...Sergey Andreenko1-0/+2
2018-11-26Merge pull request #21184 from mikedn/load-normBrian Sullivan2-0/+86
2018-11-25Add test for 18867Mike Danes2-0/+86
2018-11-24Fix Interop/PInvoke/Miscellaneous/HandleRef tests under GCStress (#21131)Jeremy Koritzinsky1-15/+1
2018-11-23Don't assume objects don't escape in pure helpers.Eugene Rozenfeld1-4/+6
2018-11-22Typos (#21171)John Doe1-1/+1
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar6-3/+464
2018-11-21Disable object stack allocation verification under GCStress.Eugene Rozenfeld2-17/+40
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 Kotas1-2/+3
2018-11-19Add asserts for the types of the Span indexers. (#21037)Carol Eidt2-0/+78
2018-11-18Add ICustomMarshaler tests (#19195)Hugh Bellamy3-0/+708
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding637-25995/+60653
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-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-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