https://bugs.winehq.org/show_bug.cgi?id=54477
Bug ID: 54477 Summary: user32:msg - test_message_conversion()'s broadcast test fails on Windows 7 and 10 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
user32:msg - test_message_conversion()'s broadcast test fails on Windows 7 and 10:
Windows 7: msg.c:11208: Test failed: Got 1, error 1159.
Windows 10: msg.c:11209: Test failed: Device broadcast was not received.
See https://test.winehq.org/data/patterns.html#user32:msg
This failure was detected by the TestBot and reported in MR2154. But it was merged anyway!!! https://gitlab.winehq.org/wine/wine/-/merge_requests/2154
It's clearly caused by the following commit:
commit 8675cad31c66b6620150a897545f705c1d17a59f Author: Zebediah Figura zfigura@codeweavers.com Date: Sun Feb 5 20:23:08 2023 -0600
user32/tests: Test WM_DEVICECHANGE Unicode conversion.