https://bugs.winehq.org/show_bug.cgi?id=55580
Bug ID: 55580 Summary: The 32-bit uiautomationcore:uiautomation sometimes times out in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: uiautomationcore Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The 32-bit uiautomationcore:uiautomation sometimes times out in Wine:
[...] 0b14:uiautomation: 147 tests executed (4 marked as todo, 0 as flaky, 0 failures), 0 skipped. uiautomationcore:uiautomation:01b0 done (258) in 120s 11570B
See https://test.winehq.org/data/patterns.html#uiautomationcore:uiautomation
The timeouts started on 2023-09-06, happen in over 20% of the test runs, and only in 32-bit tests so far.
https://bugs.winehq.org/show_bug.cgi?id=55580
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55580
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |8ee237281206920d4ef6642fa49 | |3a23ab8cc7f71 CC| |zzhang@codeweavers.com Keywords| |regression
--- Comment #1 from François Gouget fgouget@codeweavers.com --- A bisect shows that this failure started with the commit below:
commit 8ee237281206920d4ef6642fa493a23ab8cc7f71 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Fri Aug 18 15:44:49 2023 +0800
user32/edit: Don't use WM_TIMER to update caret position.
An application subclasses edit control and crashes on unexpected WM_TIMER messages. A timer was added a long time ago and it was for auto scrolling the view when the cursor is outside of the client area. However, with a EDIT_EM_ScrollCaret() call in EDIT_WM_MouseMove(), the view can be scrolled to the correct position automatically. So the timer is not necessary at all. This is tested manually with a long text in the edit control with notepad on XP, Win7 and Win10. Before this patch, the caret will move backwards every 100ms when the clicking the left mouse button on the bottom of the text and then dragging the cursor upwards and outside of the client area. After this, the behavior is the same as native.
https://bugs.winehq.org/show_bug.cgi?id=55580
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- No timeout has happened since 2023-09-19 so this can be considered fixed.
https://bugs.winehq.org/show_bug.cgi?id=55580
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.19.