-
Notifications
You must be signed in to change notification settings - Fork 993
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
Flaky test: AxHost_GetIFontDispFromFont_InvokeSimpleStyle_Roundtrips
#2002
Comments
The issues are tracked in * dotnet#2002 * dotnet#2003 * dotnet#2004 * dotnet#2005
As noted on #2003, is this test done on STA, being only annotated with a |
Wasn't able to reproduce this, is it failing consistently? Inconsistently failing casts really hint at the COM runtime being broken. So first thing to try once you have a machine where you can reproduce it is to use If this fixes the problem then this PR will be integrating the OleRequired call into WinFormFact so you don't have to do it manually anymore. |
Problem description:
AxHost_GetIFontDispFromFont_InvokeSimpleStyle_Roundtrips
test fails locally from cli and VS:disp
doesn't appear to be cast-able toOle32.IFontDisp
.Expected behavior:
The test pass
/cc: @hughbe
The text was updated successfully, but these errors were encountered: