summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-25 09:19:03 -0700
committerGitHub <noreply@github.com>2019-05-25 09:19:03 -0700
commit83309575a1552e39fe505cbd883391f3dcbea8b4 (patch)
tree7437e461f2f951b769e1fcc8b052003deb7d5968 /tests/issues.targets
parent5b283a18625f7a8009c18221592ec81c3cd32375 (diff)
downloadcoreclr-83309575a1552e39fe505cbd883391f3dcbea8b4.tar.gz
coreclr-83309575a1552e39fe505cbd883391f3dcbea8b4.tar.bz2
coreclr-83309575a1552e39fe505cbd883391f3dcbea8b4.zip
Make sure all of the calculations of enregistered return types match correctly. (#24771)
* Make sure all of the calculations of enregistered return types match correctly. * Revert "Disable ARM64 IDispatch tests (#24770)" This reverts commit 852f40d5f1a3cff4d381c2de2d2a86fe8b1f29b4.
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 51c33216f1..f7c055e9d4 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -345,12 +345,6 @@
<!-- Windows arm64 specific excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(BuildArch)' == 'arm64' or '$(AltJitArch)' == 'arm64') and '$(TargetsWindows)' == 'true'">
- <ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NETClients/IDispatch/NETClientIDispatch/*">
- <Issue>TBD</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NETClients/Events/NETClientEvents/*">
- <Issue>TBD</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Features/HeapExpansion/bestfit-threaded/*">
<Issue>15016</Issue>
</ExcludeList>