[Bug 53240] dinput:device8 - test_sys_mouse() has some rare failures on the TestBot VMs

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jun 23 07:47:30 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53240

Rémi Bernon <rbernon at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbernon at codeweavers.com

--- Comment #1 from Rémi Bernon <rbernon at codeweavers.com> ---
I believe that this may be caused by window activation race conditions. The
test creates a temporary window to check for IDirectInputDevice8_Acquire
failure when foreground is lost, and then tries to restore the previous active
window, but that may race with X11 events from the temporary window creation,
which are sometimes processed after the SetActiveWindow call. Maybe getting rid
of the temporary window as soon as possible will help.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list