Module: wine Branch: master Commit: 59589e11964971864dcc17762c5e1c167ae224bb URL: https://gitlab.winehq.org/wine/wine/-/commit/59589e11964971864dcc17762c5e1c1... Author: Connor McAdams <cmcadams(a)codeweavers.com> Date: Fri Sep 16 13:09:03 2022 -0400 uiautomationcore/tests: Ignore UIA_NativeWindowHandlePropertyId in certain tests. Windows versions 10v1507 and below classify a provider as an HWND provider if it returns a value for UIA_NativeWindowHandle. By ignoring this property, we get more consistent behavior in tests between all Windows versions. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> --- dlls/uiautomationcore/tests/uiautomation.c | 84 +++++++++++------------------- 1 file changed, 30 insertions(+), 54 deletions(-)