https://bugs.winehq.org/show_bug.cgi?id=54087
Bug ID: 54087 Summary: mshtml:events sometimes gets a failure in Protocol_Continue() on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
mshtml:events sometimes gets a failure in Protocol_Continue():
events.c:5054: Test failed: ReportResult failed: 80ef0001
See https://test.winehq.org/data/patterns.html#mshtml:events
I have not found what 0x80ef0001 corresponds to.
The failures started as soon as this test was introduced in the commit below. Also the failures are much less frequent since 2022-11-21 but they still occur.
commit ae1d54da51c566da0a911d6256d3508054f8debf Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Sep 13 19:57:37 2022 +0300
mshtml/tests: Add tests for StorageEvents with parallel documents.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=54087
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase CC| |gabrielopcode@gmail.com Regression SHA1| |ae1d54da51c566da0a911d6256d | |3508054f8debf
https://bugs.winehq.org/show_bug.cgi?id=54087
--- Comment #1 from Gabriel Ivăncescu gabrielopcode@gmail.com --- It looks like it's preceded by an Abort, for whatever reason. It seems like some bug or quirk to me, especially since the error code is unknown.
What's more shocking is that the storage event tests work after this, and after it's been aborted, and from the trace it seems they're for the IE9 mode tests, which also require a non-empty document to specify the IE9 mode. So the abort seems harmless, along with the error code.
I think just ignoring it is enough, then.
I opened MR!1709
https://bugs.winehq.org/show_bug.cgi?id=54087
Gabriel Ivăncescu gabrielopcode@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |60bddb6b7db040e831cfd5686ed | |72345d91139a0 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from Gabriel Ivăncescu gabrielopcode@gmail.com --- Fixed by 60bddb6b7db040e831cfd5686ed72345d91139a0.
https://bugs.winehq.org/show_bug.cgi?id=54087
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc1.