Commit d7ce5bdd authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

msxml3/tests: Execute ProcessingInstruction tests before other tests to avoid…

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: 's avatarDmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: 's avatarNikolay Sivov <nsivov@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent a17c5a0b
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment