https://bugs.winehq.org/show_bug.cgi?id=55807
Bug ID: 55807 Summary: uiautomationcore:uiautomation - test_uia_com_event_handler_event_advisement() fails on Windows 10 1709 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: uiautomationcore Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
uiautomationcore:uiautomation - test_uia_com_event_handler_event_advisement() fails on Windows 10 1709:
uiautomation.c:15492: Test failed: Wait for method_event(s) timed out. uiautomation.c:15498: Test failed: Provider2: Unexpected advise event added, event ID 0.
See https://test.winehq.org/data/patterns.html#uiautomationcore:uiautomation
These failures started on 2023-10-10 and are systematic but only happen on w1064v1709. A bisect shows that they started with the commit below:
commit 4569157b282f0274bb774795f207a25822105065 Author: Connor McAdams cmcadams@codeweavers.com Date: Tue Oct 10 07:39:11 2023 -0400
uiautomationcore: Use EVENT_OBJECT_DESTROY to remove HWNDs from the COM API focus change HWND map.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com