-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATL ActiveX control with unit test #10754
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #10754 +/- ##
===================================================
- Coverage 73.16090% 73.14391% -0.01699%
===================================================
Files 3087 3088 +1
Lines 633665 633737 +72
Branches 47402 47410 +8
===================================================
- Hits 463595 463540 -55
- Misses 166558 166685 +127
Partials 3512 3512
Flags with carried forward coverage won't be shown. Click here to find out more. |
Sorry @weltkante - wrapped up in some other things. Hope to get a look in a few days. |
No rush on this one, its not blocking anything, and in fact "just works" (once the remaining open points are decided), so its just about getting better coverage. |
Small update since the old code didn't build anymore inside VS after the recent .NET 9 preview was released, so I rebased onto the current main branch. Seems the first draft wasn't working properly, VS was running x64 so the test was skipped and I mistakingly thought it worked, now it also works when running x86 tests and is actually executing the code. While fixing this I noticed that the test project containing the AxHost tests is different from the test project containing the NativeTests.dll - so I tried adding a dependency to the CMake NativeTests but doesn't seem to work. If I copy the files (dll, tlb, manifest) manually it does work locally. Maybe this particular AxHost test needs to move into the other project? Anyways, no reason to priorize this, I just wanted to get it in working order before looking at the other ActiveX issues I have on my todo list ;-) |
Contributes to #8294 and #8302
This is WIP and an early draft to get feedback. Open questions are:
/cc @JeremyKuhne for comments and suggestions
Proposed changes
(might do that in a different PR)
Customer Impact
Regression?
Risk
Before
After
Test methodology
Accessibility testing
Test environment(s)
Microsoft Reviewers: Open in CodeFlow