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-05-05 21:01:24 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-05-05 21:01:24 +0300
commita6ecb31cda626ce3e63105dbb6ee7ff0672ae18e (patch)
tree50d44bc2336b8f0f9256d7843f21870385253aab /tests/Top200.unix.txt
parent757032b90f49e999fa9ee831e27122ca8c2a1f47 (diff)
Add Interop tests to Unix Top200 runs
Diffstat (limited to 'tests/Top200.unix.txt')
-rw-r--r--tests/Top200.unix.txt23
1 files changed, 22 insertions, 1 deletions
diff --git a/tests/Top200.unix.txt b/tests/Top200.unix.txt
index 9342dc34c..a435e5db7 100644
--- a/tests/Top200.unix.txt
+++ b/tests/Top200.unix.txt
@@ -193,7 +193,28 @@ JIT/Directed/FaultHandlers/Nesting/Nesting/Nesting.sh
Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField/CctorThrowStaticField.sh
JIT/jit64/localloc/eh/eh01_dynamic/eh01_dynamic.sh
JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976/DevDiv_142976.sh
+Interop/MarshalAPI/Copy/CopyByteArray/CopyByteArray.sh
+Interop/MarshalAPI/Copy/CopyCharArray/CopyCharArray.sh
+Interop/MarshalAPI/Copy/CopyDoubleArray/CopyDoubleArray.sh
Interop/MarshalAPI/Copy/CopyInt16Array/CopyInt16Array.sh
-Interop/MarshalAPI/ReadWrite/ReadWriteInt32/ReadWriteInt32.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/GetObjectsForNativeVariants/GetObjectsForNativeVariants/GetObjectsForNativeVariants.sh
+Interop/StringMarshalling/LPSTR/LPSTRTest/LPSTRTest.sh
+Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest/MarshalBoolArrayTest.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/SizeConst/SizeConstTest/SizeConstTest.sh
Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.sh
+Interop/PrimitiveMarshalling/Bool/BoolTest/BoolTest.sh