https://bugs.winehq.org/show_bug.cgi?id=54851
Bug ID: 54851 Summary: comctl32:tooltips - test_TTN_SHOW() sometimes gets extra or missing WM_NOTIFY messages in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
comctl32:tooltips - test_TTN_SHOW() sometimes gets extra or missing WM_NOTIFY messages in Wine.
For instance:
tooltips.c:1218: Test failed: TTN_SHOW parent seq: the msg sequence is not complete: expected 004e - actual 0000 tooltips.c:1218: Failed sequence TTN_SHOW parent seq: tooltips.c:1218: 0: expected: msg 004e - actual: nothing
or
tooltips.c:1218: Test failed: TTN_SHOW parent seq: the msg sequence is not complete: expected 0000 - actual 004e tooltips.c:1218: Failed sequence TTN_SHOW parent seq: tooltips.c:1218: 0: expected: 004e - actual: 004e wp 1234abcd lp 0072eec0 tooltips.c:1218: 1: expected: nothing - actual: 004e wp 1234abcd lp 0072ef20
See https://test.winehq.org/data/patterns.html#comctl32:tooltips
In are cases both issues happen or the same issue happens twice; once before the load_v6_module() call, and once after.