Marshal specific tests.
authorTijoy Tom Kalathiparambil <tijoytk@microsoft.com>
Tue, 22 Mar 2016 22:28:51 +0000 (15:28 -0700)
committerTijoy Tom Kalathiparambil <tijoytk@microsoft.com>
Tue, 22 Mar 2016 22:28:51 +0000 (15:28 -0700)
commit8ba68c678cd2ded73716fdad4697dda599bdd0fd
treef07997f38784e80a9d5a3890ee0144ab4389d20e
parent5160876782360299748b7f81550f3668ba156b54
Marshal specific tests.
Updating to rc2 framework refrence
Adding more tests
34 files changed:
tests/src/Interop/MarshalAPI/Copy/CopyByteArray.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyCharArray.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopySingleArray.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Copy/project.json [new file with mode: 0644]
tests/src/Interop/MarshalAPI/FunctionPointer/project.json
tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json [new file with mode: 0644]
tests/src/Interop/MarshalAPI/IUnknown/IUnknownNative.cpp
tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.cs
tests/src/Interop/MarshalAPI/IUnknown/project.json
tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj [new file with mode: 0644]
tests/src/Interop/MarshalAPI/Miscellaneous/project.json [new file with mode: 0644]
tests/src/Interop/MarshalAPI/OffsetOf/project.json
tests/src/Interop/MarshalAPI/String/project.json
tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json
tests/src/Interop/common/Assertion.cs
tests/src/Interop/common/xplatform.h