summaryrefslogtreecommitdiff
path: root/tests/src/Interop
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-10Merge pull request #4793 from tijoytom/mastertijoytom6-0/+610
2016-05-09Taking care of review comments.tijoytk2-11/+6
2016-05-07Merge pull request #4747 from krytarowski/netbsd-support-75Aditya Mandaleeka1-2/+2
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil6-0/+394
2016-05-03Fix calling convention mismatch in 7 interop tests and enable [NativeCallable...Yi Zhang (CLR)9-19/+19
2016-05-03NetBSD: Fix build with LLVM-3.9Kamil Rytarowski1-2/+2
2016-05-01Fix warningsYi Zhang (CLR)2-12/+19
2016-04-14Merge pull request #4308 from joperezr/RemoveWarningsJose Perez Rodriguez27-20/+261
2016-04-14Updating BuildToolsJose Perez Rodriguez27-20/+261
2016-04-13Merge pull request #4297 from tijoytom/mastertijoytom11-18/+32
2016-04-13Disabling the failing struct by value scenario.Tijoy Tom Kalathiparambil11-18/+32
2016-04-09Merge pull request #4250 from yizhang82/nativevariant_fixYi Zhang (CLR)1-5/+29
2016-04-09Merge pull request #4256 from yizhang82/chararray_fixYi Zhang (CLR)8-16/+16
2016-04-09Change Marshal.SizeOf to sizeof because Marshal.Copy copies managed contents ...Yi Zhang (CLR)8-16/+16
2016-04-09Fix GetObjectForNativeVariant test issue. It should roundtrip the actual obje...Yi Zhang (CLR)1-5/+29
2016-04-09Fix LPTSTRTest failure - it has a incorrect constant probably due to bad port...Yi Zhang (CLR)1-2/+2
2016-04-08Merge branch 'port_interop_tests' of https://github.com/botaberg/coreclr into...Tijoy Tom Kalathiparambil27-1/+8243
2016-04-08Merge pull request #4164 from yizhang82/lpstr_test_fixtijoytom1-1/+3
2016-04-08Merge pull request #4160 from tijoytom/mastertijoytom20-0/+1542