Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaizur Rahman <shrah@microsoft.com>2017-04-07 03:24:18 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-04-07 20:48:15 +0300
commit3562f9f0f4916c3f35cfaf47f3ea76a1756b32be (patch)
tree8a4f9d14c4061e77a2001025b8c1ad329563a05a /tests/Interop.unix.txt
parent1fc98093a45063ffe94dfedb1dedb895461fe5e6 (diff)
Add support for directly running CoreCLR Interop tests in CoreRT
Diffstat (limited to 'tests/Interop.unix.txt')
-rw-r--r--tests/Interop.unix.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/Interop.unix.txt b/tests/Interop.unix.txt
new file mode 100644
index 000000000..87dd2cb8e
--- /dev/null
+++ b/tests/Interop.unix.txt
@@ -0,0 +1,43 @@
+Interop/MarshalAPI/Copy/CopyInt16Array/CopyInt16Array.sh
+Interop/MarshalAPI/Copy/CopyInt32Array/CopyInt32Array.sh
+Interop/MarshalAPI/Copy/CopyInt64Array/CopyInt64Array.sh
+Interop/MarshalAPI/Copy/CopyIntPtrArray/CopyIntPtrArray.sh
+Interop/MarshalAPI/Copy/CopySingleArray/CopySingleArray.sh
+Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest/EnumTest.sh
+Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.sh
+Interop/MarshalAPI/FunctionPointer/FunctionPtrTest/FunctionPtrTest.sh
+Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR/GetExceptionForHR.sh
+Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject/GetNativeVariantForObject.sh
+Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant/GetObjectForNativeVariant.sh
+Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants/GetObjectsForNativeVariants.sh
+Interop/MarshalAPI/IUnknown/IUnknownTest/IUnknownTest.sh
+Interop/StringMarshalling/LPSTR/LPSTRTest/LPSTRTest.sh
+Interop/StringMarshalling/LPTSTR/LPTSTRTest/LPTSTRTest.sh
+Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest/MarshalArrayByValTest.sh
+Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest/MarshalBoolArrayTest.sh
+Interop/MarshalAPI/Miscellaneous/MarshalClassTests/MarshalClassTests.sh
+Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp/MarshalStructAsLayoutExp.sh
+Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq/MarshalStructAsLayoutSeq.sh
+Interop/MarshalAPI/MarshalStructure/MarshalStructure/MarshalStructure.sh
+Interop/NativeCallable/NativeCallableTest/NativeCallableTest.sh
+Interop/MarshalAPI/OffsetOf/OffsetOf/OffsetOf.sh
+Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest/PInvokeUIntPtrTest.sh
+Interop/MarshalAPI/ReadWrite/ReadWriteByte/ReadWriteByte.sh
+Interop/MarshalAPI/ReadWrite/ReadWriteInt16/ReadWriteInt16.sh
+Interop/MarshalAPI/ReadWrite/ReadWriteInt32/ReadWriteInt32.sh
+Interop/MarshalAPI/ReadWrite/ReadWriteInt64/ReadWriteInt64.sh
+Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr/ReadWriteIntPtr.sh
+Interop/RefCharArray/RefCharArrayTest/RefCharArrayTest.sh
+Interop/RefInt/RefIntTest/RefIntTest.sh
+Interop/SimpleStruct/SimpleStruct/SimpleStruct.sh
+Interop/SizeConst/SizeConstTest/SizeConstTest.sh
+Interop/MarshalAPI/String/StringMarshalingTest/StringMarshalingTest.sh
+Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.sh
+Interop/StringMarshalling/UTF8/UTF8Test/UTF8Test.sh
+Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure/AutoLayoutStructure.sh
+Interop/BestFitMapping/BestFitMapping/BestFitMapping.sh
+Interop/PrimitiveMarshalling/Bool/BoolTest/BoolTest.sh
+Interop/ICastable/Castable/Castable.sh
+Interop/MarshalAPI/Copy/CopyByteArray/CopyByteArray.sh
+Interop/MarshalAPI/Copy/CopyCharArray/CopyCharArray.sh
+Interop/MarshalAPI/Copy/CopyDoubleArray/CopyDoubleArray.sh \ No newline at end of file