summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYi Zhang (CLR) <yzha@microsoft.com>2016-04-11 15:15:28 -0700
committerYi Zhang (CLR) <yzha@microsoft.com>2016-04-11 15:15:28 -0700
commitc3626d39aeae19c4c787ae8eed3f8bb8adcc6e7f (patch)
tree7b52b6110c742c4ceaffca0a169e3a50a6213a68 /tests
parentdadc7388d0a323ef14eff8ffec74724577338c45 (diff)
parentd883ce9a26d2bfce5ed3111078946841eb18316a (diff)
downloadcoreclr-c3626d39aeae19c4c787ae8eed3f8bb8adcc6e7f.tar.gz
coreclr-c3626d39aeae19c4c787ae8eed3f8bb8adcc6e7f.tar.bz2
coreclr-c3626d39aeae19c4c787ae8eed3f8bb8adcc6e7f.zip
Merge pull request #4261 from yizhang82/byvalarray_fix
Fix ByValArray support. ByValArray marshalling is implemented actually in OleVariant.cpp, which implements both regular array marshalling and variant marshalling). Regular array marshalling code should be supported in x-plat but it was incorrectly #ifdef-ed out. Fix by only #ifdef the COM interop VARIANT part. Fix #4262 and #4194
Diffstat (limited to 'tests')
-rw-r--r--tests/testsFailingOutsideWindows.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testsFailingOutsideWindows.txt b/tests/testsFailingOutsideWindows.txt
index e93fc3a1c3..c0e8c4038b 100644
--- a/tests/testsFailingOutsideWindows.txt
+++ b/tests/testsFailingOutsideWindows.txt
@@ -171,7 +171,6 @@ JIT/Regression/Dev11/External/dev11_145295/CSharpPart/CSharpPart.sh
Interop/SimpleStruct/SimpleStruct/SimpleStruct.sh
Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp/MarshalStructAsLayoutExp.sh
Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq/MarshalStructAsLayoutSeq.sh
-Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest/MarshalArrayByValTest.sh
GC/LargeMemory/Allocation/finalizertest/finalizertest.sh
GC/LargeMemory/API/gc/reregisterforfinalize/reregisterforfinalize.sh
GC/LargeMemory/API/gc/collect/collect.sh