summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-04-09 15:07:34 -0700
committerGitHub <noreply@github.com>2019-04-09 15:07:34 -0700
commita6b0eef9d4a61e3ef5c3879a5016931f8ca0cf99 (patch)
treefc4ab7c05721f8dcfb667cd522737f2c1cd8f12f /tests/issues.targets
parent5608b4ff0f81b99a5d436dec1e23b393503a4e07 (diff)
downloadcoreclr-a6b0eef9d4a61e3ef5c3879a5016931f8ca0cf99.tar.gz
coreclr-a6b0eef9d4a61e3ef5c3879a5016931f8ca0cf99.tar.bz2
coreclr-a6b0eef9d4a61e3ef5c3879a5016931f8ca0cf99.zip
Alter CCW wrapping semantics (#23709)
* Update CCW semantics to not unwrap when a managed COM server was activated from a managed COM client. This is a functional change from .NET Framework. * Add support for CoreShim to "attach" to the existing CLR instance when running from a CoreRun scenario. * Add testing for NET COM client activating a NET COM server
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 79e559838d..c540e01dde 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -329,6 +329,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NETClients/Events/NETClientEvents/*">
<Issue>22784</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer/*">
+ <Issue>20682</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Windows arm64 specific excludes -->