uiautomationcore/tests: Skip UiaProviderFromIAccessible tests on Win10v1507.
commit97357ea62247f6c8a05037580abaa2b4af7c70d6
authorConnor McAdams <cmcadams@codeweavers.com>
Mon, 16 May 2022 17:38:35 +0000 (16 13:38 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Jun 2022 16:54:25 +0000 (8 18:54 +0200)
tree836d8526316055e5060fda600c18a43496a8ebc0
parent84141b5acd11a4a4636364a7a3a1b85e29b5c170
uiautomationcore/tests: Skip UiaProviderFromIAccessible tests on Win10v1507.

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.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
dlls/uiautomationcore/tests/uiautomation.c