[PATCH 4/7] mshtml: Add IHTMLDOMRange stub.
From: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- I integrated tests into existing tests to avoid running new document instance. If we need more range tests, it would probably be better in JavaScript anyway. dlls/mshtml/Makefile.in | 2 +- dlls/mshtml/htmldoc.c | 18 +- dlls/mshtml/mshtml_private.h | 3 + dlls/mshtml/{txtrange.c => range.c} | 349 ++++++++++++++++++++++++++++ dlls/mshtml/tests/dom.c | 27 ++- include/mshtml.idl | 88 +++++++ 6 files changed, 483 insertions(+), 4 deletions(-) rename dlls/mshtml/{txtrange.c => range.c} (82%)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=54288 Your paranoid android. === debian9 (32 bit report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006e3a9c). htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS Report errors: mshtml:dom crashed (c0000005) === debian9 (32 bit French report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006e3a9c). Report errors: mshtml:dom crashed (c0000005) === debian9 (32 bit Japanese:Japan report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006e3a9c). Report errors: mshtml:dom crashed (c0000005) === debian9 (32 bit Chinese:China report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006e3a9c). Report errors: mshtml:dom crashed (c0000005) === debian9 (32 bit WoW report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006e3a9c). Report errors: mshtml:dom crashed (c0000005) === debian9 (64 bit WoW report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006e3a9c). Report errors: mshtml:dom crashed (c0000005)
participants (2)
-
Jacek Caban -
Marvin