On Mon Jul 17 19:00:06 2023 +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=134950 Your paranoid android. === w10pro64_ja (64 bit report) === user32: msg.c:5551: Test failed: ShowWindow(SW_SHOW):overlapped: 33: the msg sequence is not complete: expected 0000 - actual 0024
Not sure what to make of this. Looking at the full output, it seems that on this run the window was sent WM_GETMINMAXINFO after WM_WINDOWPOSCHANGED and before WM_PAINT. It's not clear to me how moving tests around in the way that I did would cause this, but given that this is an area I modified, it seems at least plausible.