https://bugs.winehq.org/show_bug.cgi?id=54437
Bug ID: 54437 Summary: ntoskrnl.exe:ntoskrnl breaks test_rawinput() in user32:input for non-English locales on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntoskrnl.exe:ntoskrnl breaks test_rawinput() in user32:input for non-English locales on Windows 7:
input.c:2921: Test failed: 15: expected WM_INPUT message input.c:2924: Test failed: 15: expected RIM_INPUT message
See https://test.winehq.org/data/patterns.html#user32:input
These failures happen in the w7u-de, w7u-el, w7u-es and w7y-pt-PT locales but not in the English test configurations (w7u, w7u-2qxl).
Also they only happen if ntoskrnl.exe:ntoskrnl was run before. And a bisect shows that they started with the commit below:
commit fb0f8fe54712541790944f24ad61f662ddb92155 Author: Tim Clem tclem@codeweavers.com Date: Thu Jan 12 11:30:23 2023 -0800
user32/tests: Test GetRawInputBuffer header fields more thoroughly.
Exposes an alignment issue under WoW64.
https://bugs.winehq.org/show_bug.cgi?id=54437
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tclem@codeweavers.com Keywords| |regression, source, | |testcase Regression SHA1| |fb0f8fe54712541790944f24ad6 | |1f662ddb92155
https://bugs.winehq.org/show_bug.cgi?id=54437
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ntoskrnl.exe:ntoskrnl |ntoskrnl.exe:ntoskrnl |breaks test_rawinput() in |breaks test_rawinput() |user32:input for |[(RIM|WM)_INPUT] in |non-English locales on |user32:input for |Windows 7 |non-English locales on | |Windows 7
https://bugs.winehq.org/show_bug.cgi?id=54437
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |rbernon@codeweavers.com Status|NEW |RESOLVED
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Doesn't seem to be happening anymore, probably fixed itself or the user32:input test rework did.
https://bugs.winehq.org/show_bug.cgi?id=54437
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.0-rc2.