On Sun Nov 27 16:58:55 2022 +0000, **** wrote:
Marvin replied on the mailing list:
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=126831 Your paranoid android. === w7u_2qxl (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w7u_adm (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w7u_el (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w8 (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w8adm (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w864 (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064v1507 (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064v1809 (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064_tsign (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w10pro64 (32 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w864 (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064v1507 (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064v1809 (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064_2qxl (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064_adm (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w1064_tsign (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w10pro64 (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w10pro64_en_AE_u8 (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w10pro64_ar (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w10pro64_ja (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited === w10pro64_zh_CN (64 bit report) === user32: menu.c:2628: Test failed: HiliteMenuItem: Item 1 is hilited
Awkward, thought I checked this on Windows before submitting.
Then I'm guessing the reset happens when popup is opened or closed, seeing how the test GUI app refreshes the menu after an item was deleted. Wine currently doesn't do that so the item will be stuck on screen, non-interactable.