Add tests for marshalling a System.Drawing.Color. (dotnet/coreclr#21569)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Tue, 18 Dec 2018 00:50:54 +0000 (16:50 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 00:50:54 +0000 (16:50 -0800)
commitc25ee351d896a2a79d1367e01d205bb171772c78
treefe99b8707055bb241106ba69c1a0d2afc56e7b2f
parent641a28bf1d01373d58947cd03dfe4f1cf0bd5a54
Add tests for marshalling a System.Drawing.Color. (dotnet/coreclr#21569)

Commit migrated from https://github.com/dotnet/coreclr/commit/534e93d3cfead0aa1c719fa911e2c61694ed6c51
19 files changed:
src/coreclr/tests/src/Common/test_dependencies/test_dependencies.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ColorTests.cs [new file with mode: 0644]
src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Primitives/Program.cs
src/coreclr/tests/src/Interop/COM/NETServer/ColorTesting.cs [new file with mode: 0644]
src/coreclr/tests/src/Interop/COM/NETServer/NETServer.csproj
src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/CMakeLists.txt
src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/Client.cpp
src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ClientTests.h
src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ColorTests.cpp [new file with mode: 0644]
src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/CoreShim.X.manifest
src/coreclr/tests/src/Interop/COM/NativeServer/COMNativeServer.X.manifest
src/coreclr/tests/src/Interop/COM/NativeServer/ColorTesting.h [new file with mode: 0644]
src/coreclr/tests/src/Interop/COM/NativeServer/Servers.cpp
src/coreclr/tests/src/Interop/COM/NativeServer/Servers.h
src/coreclr/tests/src/Interop/COM/ServerContracts/NativeServers.cs
src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Contracts.cs
src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Contracts.h
src/coreclr/tests/src/Interop/COM/ServerContracts/ServerGuids.cs