summaryrefslogtreecommitdiff
path: root/tests/src/Interop
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Merge pull request #4747 from krytarowski/netbsd-support-75Aditya Mandaleeka1-2/+2
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
2016-04-07Fix LPSTR test failure due to incorrect implementation of strncpy_s. It was i...Yi Zhang (CLR)1-1/+3
2016-04-07Windows specific Marshal APIs test.Tijoy Tom Kalathiparambil20-0/+1542
2016-04-06Merge pull request #4089 from tijoytom/mastertijoytom2-327/+16
2016-04-05Merge pull request #4057 from yizhang82/masterYi Zhang (CLR)5-24/+56
2016-04-05Fixing test for non-windows platforms.Tijoy Tom Kalathiparambil2-327/+16
2016-04-05Add reference to CMakeLists.txt from NativeCallableTests.csproj correctlyYi Zhang (CLR)2-2/+6
2016-04-04Fix NativeCallableTest to use custom DLL instead of EnumWindows Win32 APIYi Zhang (CLR)4-23/+51
2016-04-04Disabling the object as variant in struct marshallingTijoy Tom Kalathiparambil1-15/+17
2016-04-04Disable failing portions of MarshalStructAsLayoutSeqJohn Bottenberg1-6/+38
2016-03-30Fix build error in newly-moved EnumMarshalling testJohn Bottenberg1-2/+2
2016-03-30Include wchar.h in xplatform.h even outside WindowsJohn Bottenberg1-1/+1
2016-03-30Move EnumMarshalling tests into PrimitiveMarshalling directoryJohn Bottenberg6-1/+1
2016-03-30Port more Interop tests from Desktop CLR to CoreCLRJohn Bottenberg26-1/+8211
2016-03-23Merge branch 'master' of https://github.com/dotnet/coreclrTijoy Tom Kalathiparambil11-248/+269
2016-03-23Add licence header and disabling some failing testsTijoy Tom Kalathiparambil14-12/+60
2016-03-22Marshal specific tests.Tijoy Tom Kalathiparambil34-136/+3346
2016-03-18Marshal testsTijoy Tom Kalathiparambil14-33/+864
2016-03-16Merge pull request #3752 from dotnet-bot/from-tfsJan Kotas1-5/+5
2016-03-16Remove __cdecl__ calling convention for [-Werror,-Wignored-attributes]Geunsik Lim1-0/+2
2016-03-15Prune Windows mscorlibJan Kotas1-5/+5
2016-03-10Couple of marshal API tests.tijoytom13-1/+686
2016-03-10Upgrade new test project.json files from merge.Davis Goodin5-113/+122
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin5-10/+15
2016-03-10Update dependencies on packages that don't exist.Davis Goodin5-84/+75
2016-03-10Update all versions to validate.Davis Goodin5-121/+130
2016-03-09Merge pull request #3599 from ramarag/arm64nativetestsRama krishnan Raghupathy1-0/+5
2016-03-09Enable native test binaries to be built for Arm64Rama Krishnan Raghupathy1-0/+5
2016-03-07Improve interop test coveragetijoytom34-718/+88
2016-03-03Adding more Interop tests.tijoytom28-1/+1611
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin1-14/+14
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin6-98/+104
2016-03-02Remove all lockfiles from source control.Davis Goodin4-5445/+0
2016-02-26Fix license header for test filesSean Gillespie8-4/+26
2016-02-23Adding more interop tests.tijoytom25-0/+4099