Skip to content
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

[tests] The windows Frame device tests fail with : No installed components were detected. #19015

Closed
rmarinho opened this issue Nov 24, 2023 · 0 comments · Fixed by #19352
Closed

Comments

@rmarinho
Copy link
Member

Description

Sometimes running FrameRespectsMinimums tests for example the tests fail, but work fine locally.

System.Runtime.InteropServices.COMException : No installed components were detected. (0x800F1000)

Examples:

https://dev.azure.com/xamarin/public/_build/results?buildId=102191&view=ms.vss-test-web.build-test-results-tab

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

t WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|20_0(Int32 hr)
   at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
   at ABI.System.Collections.Generic.IVectorMethods`1.Clear(IObjectReference obj)
   at ABI.System.Collections.Generic.IListMethods`1.Clear(IObjectReference obj)
   at Microsoft.UI.Xaml.Controls.UIElementCollection.Clear()
   at Microsoft.Maui.DeviceTests.AssertionExtensions.AttachAndRun[T](FrameworkElement view, Func`2 action, IMauiContext mauiContext)
   at Microsoft.Maui.DeviceTests.AssertionExtensions.<>c__DisplayClass9_0`2.<<AttachAndRun>g__Run|0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.FrameTests.LayoutFrame(Layout layout, Frame frame, Double widthConstraint, Double heightConstraint, Func`1 additionalTests)
   at Microsoft.Maui.DeviceTests.FrameTests.FrameRespectsMinimums()
--- End of stack trace from previous location ---
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.