summaryrefslogtreecommitdiff
path: root/tests/src/Interop
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-25Disable ExecuteInDefaultAppDomain test on *nixSteve MacLean1-0/+22
2018-10-25ExecInDefAppDom add InjectCode testSteve MacLean4-0/+50
2018-10-25Add test for ICLRRuntimeHost::ExecuteInDefaultAppDomainSteve MacLean5-0/+199
2018-10-23Merge pull request #20497 from AaronRobinsonMSFT/additional_com_testsAaron Robinson30-1400/+1653
2018-10-23Add PInvoke/Delegate tests (#19323)Zeng Jiang19-0/+1926
2018-10-23Add tests for IDispatch and AggregationAaron Robinson30-1400/+1653
2018-10-19Add PInvoke/DateTime tests (#19298)Zeng Jiang5-0/+456
2018-10-19Add PInvoke/ExactSpelling tests (#19303)Zeng Jiang5-0/+333
2018-10-18Add PInvoke/Primitives/Int tests (#19304)Zeng Jiang5-0/+262
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou3-2/+201
2018-10-05Add BSTR xplat PInvoke testcase (#20231)Luqun Lou8-5/+479
2018-10-01Add back ExeFile directory for non-Windows (#20192)Luqun Lou1-1/+1
2018-09-26Use platformdefines through lib instead of cpp (#19948)Luqun Lou3-3/+5
2018-09-21Add missing <cmath> header for fabs to fix Visual C++ vNext break, av… (#20...Billy O'Neal1-1/+3
2018-09-15Layout native test components correctly on unix (#19918)Jarret Shook3-0/+7
2018-09-14Fix build break in P1 tests (#19975)Vitek Karas3-3/+3
2018-09-13Move Assert class from Interop into the CoreCLRTestLibraryvitek-karas29-841/+17
2018-09-12Address msbuild issues with cross compiled tests in helix (#19901)Aaron Robinson2-5/+5
2018-09-10Basic implementation for testing of COM activation of a .NET class (#19760)Aaron Robinson28-221/+2320
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown8-7/+176
2018-09-05Merge pull request #19719 from dotnet/MattGal-patch-1Bruce Forstall1-27/+27
2018-08-30Update existing COM test assets (native/managed) to share CLSIDs with… (#19...Aaron Robinson13-36/+68
2018-08-29Fix IJW test failing on Linux (#19729)Morgan Brown3-1/+16
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown8-0/+186
2018-08-28Fake PR to test CIMatt Galbraith1-27/+27
2018-08-24Use runtest.py to run tests for all platforms (#19213)Jarret Shook4-3/+16
2018-08-24Update interop test xplat header (#19576)Aaron Robinson30-580/+528
2018-08-20Fix issues with calling convention in tests. (#19548)Aaron Robinson4-8/+8
2018-08-17Remove tests previously ported to CoreFX repo (#19527)Aaron Robinson48-5068/+0
2018-08-16Build-test.sh handles native test assets (#19430)Aaron Robinson3-15/+13
2018-08-02Fix interop test targetsMorgan Brown1-2/+1
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall1-3/+2
2018-07-23Add root MSBuild targets for Interop managed test assets (#19069)Aaron Robinson4-0/+87
2018-07-20Disable manual COM registration logic on ARM32 (#19042)Aaron Robinson1-0/+1
2018-07-19Add issues with COM tests in the helix build. (#19047)Aaron Robinson1-1/+1
2018-07-18Basic .NET client tests (#18843)Aaron Robinson34-389/+3873
2018-07-17Update NativeCallable attribute tests (#18946)Aaron Robinson3-83/+177
2018-07-05Update certain Marshal APIs to match exception thrown on .NET Framework (#18791)Aaron Robinson1-9/+9
2018-06-18Typo (#18520)John Doe1-24/+24
2018-06-07Interop Copy tests now all return 101 during fail rather than crash (#18310)Aaron Robinson9-434/+176
2018-04-20Add better coverage for Marshal.GetDelegateForFunctionPointer (#15339)Vitek Karas2-10/+91
2018-04-17Fix line endings (#17606)Steve MacLean1-95/+95