http://bugs.winehq.org/show_bug.cgi?id=28820
Bug #: 28820 Summary: oleaut32/tests/vartype.ok fails under Valgrind? Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
"make vartype.ok" passes normally, but under Valgrind, it repeatably fails:
vartype.c:3657: Test failed: expected 0xbfffffff 0xffffff23 (3221225471,4294967075), got (3221225472,0); hres=0x00000000 vartype.c:3660: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3664: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3740: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 ...