http://bugs.winehq.org/show_bug.cgi?id=10599
Summary: dlls/oleaut32/tests/vartest.c fails Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: alexandru.balut@gmail.com
I'm running "make test" from dlls/oleaut32/tests and I get this error:
../../../tools/runtest -q -P wine -M oleaut32.dll -T ../../.. -p oleaut32_test.exe.so vartest.c && touch vartest.ok fixme:variant:VarMod Could not convert left type 4096 to 20? rc == 0x80020008 fixme:variant:VarMod Could not convert left type 8192 to 20? rc == 0x80020008 fixme:variant:VarMod Could not convert left type 16384 to 20? rc == 0x80020008 vartest.c:3143: Test failed: got VT_DATE(-1.5) expected VT_DATE(-1.4) vartest.c:3150: Test failed: got VT_R8(-1.5) expected VT_R8(-1.4) make: *** [vartest.ok] Error 2
I use wine-0.9.49-376-gc2f0697 on Ubuntu Gutsy (2.6.22-14-generic #1 SMP x86_64 GNU/Linux), the compiler is gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
There is a similar report here: http://www.winehq.org/pipermail/wine-devel/2007-August/058585.html