Re: [PATCH] msxml3: Fix some test failures on Win8.1
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
--- dlls/msxml3/schema.c | 9 +++++++-- dlls/msxml3/tests/domdoc.c | 28 +++++++++++++++++----------- 2 files changed, 24 insertions(+), 13 deletions(-)
It doesn't work here: ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so schema && touch schema.ok schema.c:1526: Test failed: got 0x80004003, expected 0x80004001 make: *** [schema.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
On 3/13/2014 20:18, Alexandre Julliard wrote:
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
--- dlls/msxml3/schema.c | 9 +++++++-- dlls/msxml3/tests/domdoc.c | 28 +++++++++++++++++----------- 2 files changed, 24 insertions(+), 13 deletions(-) It doesn't work here:
../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so schema && touch schema.ok schema.c:1526: Test failed: got 0x80004003, expected 0x80004001 make: *** [schema.ok] Error 1
Sorry about that, I sent a fixed version.
participants (2)
-
Alexandre Julliard -
Nikolay Sivov