[PATCH 2/6] uiautomationcore/tests: Skip UiaProviderFromIAccessible tests on Win10v1507.

Huw Davies huw.davies at physics.ox.ac.uk
Tue Jun 7 04:07:22 CDT 2022


On Wed, May 25, 2022 at 02:37:35PM -0400, Connor McAdams wrote:
> In Windows 10 version 1507, UiaProviderFromIAccessible will try to check
> the IAccessible passed in against the root IAccessible of the HWND
> associated with the passed in IAccessible. In all other Windows
> versions, this check is done on a call to get_HostRawElementProvider, or
> the first time navigating towards a parent or sibling. Rather than work
> around this, just skip the tests if this happens.

Could we write the tests so that they don't rely on implementation
details?  Presumably applications run correctly on Windows 10 v1507.

Huw.



More information about the wine-devel mailing list