Skip to content

Add tests for IMallocSpy - #71106

Merged
AaronRobinsonMSFT merged 2 commits into
dotnet:mainfrom
AaronRobinsonMSFT:add_imallocspy_testing
Jun 22, 2022
Merged

Add tests for IMallocSpy#71106
AaronRobinsonMSFT merged 2 commits into
dotnet:mainfrom
AaronRobinsonMSFT:add_imallocspy_testing

Conversation

@AaronRobinsonMSFT

@AaronRobinsonMSFTAaronRobinsonMSFT commented Jun 22, 2022

Copy link
Copy Markdown
Member

This is only a single test for the IMallocSpy scenario. This is about making a place for the COM extension points and adding back coverage for the scenarios I'm removing from the WinForms codebase. This could be used for other interfaces like IMarshal in the future.

Follow-up testing from #71031.

/cc @dotnet/interop-contrib

@AaronRobinsonMSFTAaronRobinsonMSFT added this to the 7.0.0 milestone Jun 22, 2022
@AaronRobinsonMSFT
AaronRobinsonMSFT marked this pull request as ready for review June 22, 2022 00:52
Comment threadsrc/tests/Interop/COM/ExtensionPoints/ExtensionPoints.cs
@AaronRobinsonMSFT

Copy link
Copy Markdown
MemberAuthor

@jkoritzinsky@elinor-fung All green now.

@AaronRobinsonMSFT
AaronRobinsonMSFT merged commit b02729b into dotnet:mainJun 22, 2022
@AaronRobinsonMSFT
AaronRobinsonMSFT deleted the add_imallocspy_testing branch June 22, 2022 21:11
@ghostghost locked as resolved and limited conversation to collaborators Jul 23, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@AaronRobinsonMSFT@jkoritzinsky