Port more Interop tests from Desktop CLR to CoreCLR
authorJohn Bottenberg <jobotten@microsoft.com>
Wed, 30 Mar 2016 18:38:21 +0000 (11:38 -0700)
committerJohn Bottenberg <jobotten@microsoft.com>
Wed, 30 Mar 2016 18:43:35 +0000 (11:43 -0700)
commit6648620070db5f33979cfedd74853e9cfab652f3
treec5ea8888f6ed3f59f4cebd295cc2581c58934433
parent831ce3c7db6b532420dcb778918a7554a6fc2965
Port more Interop tests from Desktop CLR to CoreCLR
29 files changed:
tests/CMakeLists.txt
tests/src/Interop/CMakeLists.txt
tests/src/Interop/EnumMarshalling/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/EnumMarshalling/EnumTest.csproj [new file with mode: 0644]
tests/src/Interop/EnumMarshalling/MarshalEnumManaged.cs [new file with mode: 0644]
tests/src/Interop/EnumMarshalling/MarshalEnumNative.cpp [new file with mode: 0644]
tests/src/Interop/EnumMarshalling/project.json [new file with mode: 0644]
tests/src/Interop/FuncPtrAsDelegateParam/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj [new file with mode: 0644]
tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParamManaged.cs [new file with mode: 0644]
tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParamNative.cpp [new file with mode: 0644]
tests/src/Interop/FuncPtrAsDelegateParam/project.json [new file with mode: 0644]
tests/src/Interop/SimpleStruct/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/SimpleStruct/SimpleStruct.csproj [new file with mode: 0644]
tests/src/Interop/SimpleStruct/SimpleStructManaged.cs [new file with mode: 0644]
tests/src/Interop/SimpleStruct/SimpleStructNative.cpp [new file with mode: 0644]
tests/src/Interop/SimpleStruct/project.json [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/Helper.cs [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.cs [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.cs [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsParamDLL.cpp [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsParamDLL.h [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/Struct.cs [new file with mode: 0644]
tests/src/Interop/StructMarshalling/PInvoke/project.json [new file with mode: 0644]
tests/testsFailingOutsideWindows.txt
tests/x86_legacy_backend_issues.targets