Dmitry Timoshkov : msxml3/tests: Execute ProcessingInstruction tests before other tests to avoid crashes under 64-bit Windows.

Alexandre Julliard julliard at winehq.org
Wed May 19 14:55:13 CDT 2021


Module: wine
Branch: master
Commit: d7ce5bddf9ba7b5f617ad352e362f278e03d8ee6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d7ce5bddf9ba7b5f617ad352e362f278e03d8ee6

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Mon May 17 14:09:18 2021 +0300

msxml3/tests: Execute ProcessingInstruction tests before other tests to avoid crashes under 64-bit Windows.

It seems that the ProcessingInstruction tests somehow trigger internal inconsistency
in 64-bit msxml under Windows, and I haven't found other ways to stop crashes on exit.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msxml3/tests/domdoc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 59a8a243c87..3dcfdb8fd39 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -13610,6 +13610,7 @@ START_TEST(domdoc)
         return;
     }
 
+    test_createProcessingInstruction();
     test_load_with_site();
     test_domdoc();
     test_persiststream();
@@ -13651,7 +13652,6 @@ START_TEST(domdoc)
     test_default_properties();
     test_selectSingleNode();
     test_events();
-    test_createProcessingInstruction();
     test_put_nodeTypedValue();
     test_get_xml();
     test_insertBefore();




More information about the wine-cvs mailing list