On Fri May 26 15:01:47 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=133180 Your paranoid android. === w1064v1507 (64 bit report) === mshtml: script.c:937: Test failed: L"/index.html?xhr.js: unexpected order: 0,1,2,3,sync_xhr(4),nested(4),4,async_xhr(3),async_xhr(4),sync_xhr_in_async,async_xhr2(3),async_xhr2(4),msg1,timeout,timeout_sync,timeout_nested" script.c:937: Test failed: L"/index.html?xhr.js: [iframes 1] unexpected order: 0,1,_sync,_nested,_async,async_xhr,echo,sync_xhr(pre-send),sync_xhr(DONE),sync_xhr,async_xhr(DONE)"
Unrelated to this MR, but it looks like in this rare case native "delayed" all the postMessages other than the first one in the test, all the way to the iframe test, including after the event handler was removed and changed to another one. Probably a bug. If you have any idea how to protect against it in the test let me know.