summaryrefslogtreecommitdiff
path: root/tests/src/Interop
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky20-25/+274
2019-01-09Add tests for our layout-class marshalling (#20867)Jeremy Koritzinsky5-0/+351
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky7-74/+338
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky2-2/+2
2019-01-07Fix CharSet on StringBuilder hidden null terminator test (#21853)Jeremy Koritzinsky1-2/+2
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar6-387/+397
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky3-1/+14
2019-01-03Use Kernel32 instead of api-ms-win-core-* in DllImports in SafeFileHandle.csEgor Chesakov1-5/+5
2019-01-03Bring Debug CRT DLLs when build IJW tests (#21699)Egor Chesakov3-0/+16
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean1-4/+1
2018-12-17Add tests for marshalling a System.Drawing.Color. (#21569)Jeremy Koritzinsky18-2/+211
2018-12-10Instead of using Win8+ api-sets use forwarder DLL to support downlevel versio...Aaron Robinson1-13/+16
2018-12-07Add PNSE CustomMarshaler tests (for Tlbimp compat) (#21438)Jeremy Koritzinsky5-0/+107
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky8-1/+408
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-04Additional tests for type equivalence (#21340)Aaron Robinson1-1/+5
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek7-1/+179
2018-11-30Update how CoreDisTools is discovered (#21261)Aaron Robinson1-2/+0
2018-11-29Add more advanced SafeArray tests (#21063)Jeremy Koritzinsky13-7/+994
2018-11-28Fix #21209 (#21237)Swaroop Sridhar1-5/+11
2018-11-28exclude tests\src\Interop\COM\NativeClients\Primitives from GCStress runs. (#...Sergey Andreenko1-0/+2
2018-11-24Fix Interop/PInvoke/Miscellaneous/HandleRef tests under GCStress (#21131)Jeremy Koritzinsky1-15/+1
2018-11-22Typos (#21171)John Doe1-1/+1
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar5-0/+456
2018-11-18Add ICustomMarshaler tests (#19195)Hugh Bellamy3-0/+708
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 Jiang22-0/+2417
2018-11-15Add PInvoke/DllImportpath tests (#19270)Zeng Jiang5-0/+385
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky7-1/+347
2018-11-15Add PInvoke/Array tests (#19266)Zeng Jiang17-1/+5729
2018-11-15Add PInvoke/Miscellaneous tests (#19326)Zeng Jiang13-0/+435
2018-11-14Fix invalid tests for COM native server (#21012)Aaron Robinson1-2/+5
2018-11-14Disable COM tests being CrossGen'd (#21010)Aaron Robinson3-0/+9
2018-11-14Add test for marshalling ArgIterators on Windows (#20888)Jeremy Koritzinsky5-0/+132
2018-11-13Add tests for AsAny Marshalling (#20963)Jeremy Koritzinsky7-3/+1049
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-06Disable running ILAsm round-trip build on COM Tests (#20822)Jeremy Koritzinsky3-0/+9
2018-11-05Fix calling convention for 3 p/invoke test casesBruce Forstall1-1/+1
2018-10-31Add PInvoke/Structures testsJiang Zeng (Pactera Technologies Inc)18-0/+9167
2018-10-31Add PInvoke/NativeCallManagedComVisible tests (#19328)Zeng Jiang10-1/+3509
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton6-0/+108
2018-10-25Add a runtime check for Windows.Nano to all COM related tests.Aaron Robinson5-0/+28