Split Variant marshalling tests (#53035)
authorAndrii Kurdiumov <kant2002@gmail.com>
Sun, 30 May 2021 18:54:13 +0000 (00:54 +0600)
committerGitHub <noreply@github.com>
Sun, 30 May 2021 18:54:13 +0000 (11:54 -0700)
commit8538a754f4fcbe190d9299d6f153db2cea39748e
treeaa0c383b92f04b3e157fa42b00c894348d1a52ba
parented92fa5d778f2f70e4f56cdc9412384f1b5add50
Split Variant marshalling tests (#53035)

* Rework of variant tests split

* Fix testing of disabled built-in COM
src/coreclr/vm/interopconverter.cpp
src/tests/Interop/PInvoke/Variant/VariantTest.BuiltInCom.cs [new file with mode: 0644]
src/tests/Interop/PInvoke/Variant/VariantTest.ComWrappers.cs [new file with mode: 0644]
src/tests/Interop/PInvoke/Variant/VariantTest.cs
src/tests/Interop/PInvoke/Variant/VariantTest.csproj
src/tests/Interop/PInvoke/Variant/VariantTestBuiltInComDisabled.csproj [new file with mode: 0644]
src/tests/Interop/PInvoke/Variant/VariantTestComWrappers.csproj [new file with mode: 0644]