[PATCH 0/1] MR5270: user32/tests: Accept HCBT_ACTIVATE in TrackPopupMenu.
For recent failures on win11 - https://test.winehq.org/data/1719aef8cbc99994ec93848ae6e9e29e5c4beb78/w1121H... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5270
From: Esme Povirk <esme(a)codeweavers.com> --- dlls/user32/tests/msg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 8ed608c5d3b..23e9f043ed8 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -2175,6 +2175,7 @@ static const struct message WmTrackPopupMenuMinimizeWindow[] = { { EVENT_OBJECT_LOCATIONCHANGE, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 }, { EVENT_OBJECT_LOCATIONCHANGE, winevent_hook|wparam|lparam|optional, 0, 0 }, /* Win7 seems to send this twice. */ { EVENT_SYSTEM_MINIMIZESTART, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 }, + { HCBT_ACTIVATE, hook|optional }, /* win11 */ { WM_CANCELMODE, sent }, { EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 }, { WM_CAPTURECHANGED, sent|defwinproc }, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5270
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=143924 Your paranoid android. === debian11 (32 bit report) === user32: msg.c:12588: Test failed: Got expected 0. msg.c:12603: Test failed: Got expected 0.
participants (3)
-
Esme Povirk -
Esme Povirk (@madewokherd) -
Marvin