https://bugs.winehq.org/show_bug.cgi?id=53205
Bug ID: 53205 Summary: user32:input - test_rawinput() has a rare pair of failures in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
user32:input - test_rawinput() has a rare pair of failures in Wine:
input.c:2784: Test failed: 15: expected WM_INPUT message input.c:2787: Test failed: 15: expected RIM_INPUT message
https://test.winehq.org/data/patterns.html#user32:input
These failures don't seem to depend on the locale or bitness. But there are only two known instances of these failures in WineTest making them likely to cause false positives (~0.5% failure rate).
https://bugs.winehq.org/show_bug.cgi?id=53205
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53205
--- Comment #1 from François Gouget fgouget@codeweavers.com --- These failures can also happen on Windows: * They happened on w11pro64-amd from 2022-10-24 to 2022-11-01. I think those can be ignored because they match a period where the Radeon driver was installed with its GUI which is known to cause trouble (mostly clipboard and message broadcast issues though). * They also happened on w7u-adm from 2022-07-19 (and maybe earlier) to 2022-07-25 and then stopped so those were assumed to have been fixed. * But they are happening again randomly on w7u-* since 2023-01-16.
https://bugs.winehq.org/show_bug.cgi?id=53205
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |Windows Summary|user32:input - |user32:input - |test_rawinput() has a rare |test_rawinput() is |pair of failures in Wine |sometimes missing | |(RIM|WM)_INPUT messages on | |Windows and Wine
https://bugs.winehq.org/show_bug.cgi?id=53205
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|user32:input - |user32:input - |test_rawinput() is |test_rawinput() is |sometimes missing |sometimes missing |(RIM|WM)_INPUT messages on |(RIM|WM)_INPUT messages in |Windows and Wine |Wine OS|Windows |Linux
--- Comment #2 from François Gouget fgouget@codeweavers.com --- The Windows 7 case is actually caused by interference from another test so it's most likely independent from the Wine case. So this bug should remain focused on the Wine issue (adjusted the platform and summary accordingly). For all Windows aspects see bug 54437.