--
v4: mshtml: Handle cNames > 1 in GetIDsOfNames properly.
mshtml: Forward IDispatchEx to the document node.
mshtml: Forward toString to the document node.
mshtml: Expose IEventTarget on HTMLDocumentObj and forward it to the doc node.
mshtml/tests: Implement IServiceProvider and few other interfaces needed
https://gitlab.winehq.org/wine/wine/-/merge_requests/1317
--
v3: mshtml: Handle cNames > 1 in GetIDsOfNames properly.
mshtml: Forward IDispatchEx to the document node.
mshtml: Forward toString to the document node.
mshtml: Expose IEventTarget on HTMLDocumentObj and forward it to the doc node.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1317
On Mon Nov 14 13:31:36 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=126137
> Your paranoid android.
> === debian11 (32 bit report) ===
> crypt32:
> cert.c:4191: Test failed: success
> cert.c:4192: Test failed: got 00000000
> cert.c:4193: Test failed: got 00000000
> qasf:
> asfreader.c:943: Test failed: blocking 0: Wait timed out.
> asfreader.c:955: Test failed: blocking 0: got wrong thread
> asfreader: Timeout
> === debian11 (32 bit de report) ===
> wmvcore:
> wmvcore.c:2981: Test failed: Wait timed out.
> ```
The asfreader failures look genuine, I'll have a look.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1311#note_15719