On Tue Sep 13 12:59:56 2022 +0000, Jacek Caban wrote:
While checking something else, I added a trace here and noticed that there are more test_event() calls on native than on Wine, I didn't check deeper, but is it expected?
Yeah, native behavior with storagecommit is pretty weird and unreliable, and gets called multiple times (sometimes more than other times), but it called at least once is what's important to test (for anything waiting for it; to know when it got committed for example, since IE is async unlike other browsers, and it's a typical quirk used). I'm guessing the extra test_event calls are from there.