summaryrefslogtreecommitdiff
path: root/tests/src/Interop
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-16Enable support DllImport a native assembly whose name contains '.' (#17505)Luqun Lou9-1/+224
2018-04-16[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin2-33/+72
2018-03-31Fix for 17289 (#17336)Luqun Lou1-0/+10
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou1-2/+50
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou9-0/+466
2018-02-21Fix StructPacking test for ARM (#16484)Bruce Forstall1-29/+29
2018-01-27Updating the Vector64, Vector128, and Vector256 StructPacking tests.Tanner Gooding1-32/+104
2018-01-27Adding some StructPacking tests to ensure existing types don't regressTanner Gooding2-0/+1638
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-0/+0
2017-09-20Test marshaling IntPtr.Zero to UTF8 strings, add unit testsFrederik Carlier1-0/+19
2017-08-16Move less valuable tests to priority 1.Pat Gavlin16-146/+116
2017-08-09typo (#13287)John Doe1-1/+1
2017-06-28Remove disabled tests for Marshal.IsComObject(null) (#12359)Hugh Bellamy1-24/+0
2017-06-12Disable some GC testswtgodbe5-0/+15
2017-05-02Enable Marshal.SecureStringToBSTR and Marshal.ZeroFreeBSTR on Unix (#11234)John Bottenberg1-0/+34
2017-04-29Bring back Marshal.Read/Write overloads that takes object (#11251)Yi Zhang (CLR)2-0/+156
2017-04-27Fix unittest `LPSTRTest` (#11096)Hanjoung Lee2-7/+26
2017-04-19Stop treating test files as executable and fix encoding (#11065)Yi Zhang (CLR)9-3/+3
2017-04-16Fix warning in LPTSTRTestNative (#10973)Yi Zhang (CLR)2-24/+26
2017-03-29Fix path to CoreCLRTestLibrary from SizeConstTestJoseph Tremoulet1-1/+1
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas43-174/+0
2017-03-16Delete mscorlib facade (#10157)Jan Kotas4-2/+6
2017-03-08Revise Interop TC Calling Convention (#10014)Jonghyun Park10-191/+205
2017-02-06Android - Fix duplicate definitions of INT_MIN and PAGE_SIZE in unit tests (#...Frederik Carlier1-0/+1
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek1-2/+2
2016-11-19Fix warnings in native test codeMike Danes4-166/+64
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen2-2/+4
2016-10-17Fix calling conventions in ByValArray test.Pat Gavlin1-65/+65
2016-10-13Fix a calling convention in SimpleStructNative.Pat Gavlin1-1/+1
2016-08-25Enable Arm32 Test BuildGaurav Khanna15-0/+22
2016-08-23Bulk moving Tests to use uber project.jsonRama Krishnan Raghupathy75-1473/+0
2016-08-04Fix warnings in interop tests and disable IsComObject(null) scenario as it is...Yi Zhang5-7/+10
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin30-762/+886
2016-07-07MarshalAs(UnManaged.ByValArray) overflow.Tijoy Tom Kalathiparambil9-0/+419
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas28-460/+460
2016-05-19Fix case-sensitive issue on Linux (#5086)Jiyoung Giuliana Yun24-24/+24
2016-05-18Fix Interop TCs to use long long instead of long (#5054)Dongyun Jin2-8/+8
2016-05-13Renaming the API StringToCoTaskMemUTF8 since wetijoytk1-1/+1
2016-05-12Marshaling helpers for MarshalAs LPUTF8Str.tijoytk4-137/+106
2016-05-10Cleaning up a bunch of warnings.tijoytk1-313/+319