https://bugs.winehq.org/show_bug.cgi?id=55194
Bug ID: 55194 Summary: oleaut32:vartest - test_VarImp() fails in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
oleaut32:vartest - test_VarImp() fails in Wine:
vartest.c:9551: Test failed: VarImp: NULL|0x0, DECIMAL|0x0: expected vt I4 hr 0x0, got vt NULL hr 0x0
See https://test.winehq.org/data/patterns.html#oleaut32:vartest
A bisect shows that the failures started with the commit below:
commit 36963b6d27abcf74b58bcf11953ebdf2b7e9767c Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 4 12:42:53 2023 +0200
oleaut32: Get rid of the DECIMAL access macros.