Re: [PATCH] oleaut32: Fix RecordCopy()/RecordClear() behavior
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
--- dlls/oleaut32/recinfo.c | 75 +++++++++++++++++++++- dlls/oleaut32/tests/test_tlb.idl | 6 +- dlls/oleaut32/tests/vartype.c | 130 +++++++++++++++++++++++++++++++++++++++ dlls/oleaut32/usrmarshal.c | 3 +- dlls/oleaut32/variant.h | 2 +- 5 files changed, 210 insertions(+), 6 deletions(-)
It breaks the tests: ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so typelib && touch typelib.ok typelib.c:3977: Test failed: typeattr->cbSizeInstance expected 4 got 16 make: *** [typelib.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
On 1/30/2014 22:38, Alexandre Julliard wrote:
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
--- dlls/oleaut32/recinfo.c | 75 +++++++++++++++++++++- dlls/oleaut32/tests/test_tlb.idl | 6 +- dlls/oleaut32/tests/vartype.c | 130 +++++++++++++++++++++++++++++++++++++++ dlls/oleaut32/usrmarshal.c | 3 +- dlls/oleaut32/variant.h | 2 +- 5 files changed, 210 insertions(+), 6 deletions(-) It breaks the tests:
../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so typelib && touch typelib.ok typelib.c:3977: Test failed: typeattr->cbSizeInstance expected 4 got 16 make: *** [typelib.ok] Error 1
Right, sorry. I'll send a fixed one in a moment.
participants (2)
-
Alexandre Julliard -
Nikolay Sivov