4 Aug
2023
4 Aug
'23
5:03 a.m.
Rémi Bernon (@rbernon) commented about dlls/user32/tests/msg.c:
if ((expected->lParam ^ actual->lParam) & ~expected->lp_mask) dump++; } } - if ((expected->flags & optional) && - ((expected->flags ^ actual->flags) & (defwinproc|parent))) - {
We were previously reaching this case when the messages or flags differ, without printing an error. With this change, I think we'd be getting a test failure from messages_equal before checking the optional / defwinproc flag? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3492#note_41325