Am Sunday 12 August 2007 09:17 schrieb Detlef Riekenberg: > On Fr, 2007-08-10 at 13:34 +0200, Paul Vriens wrote: > > Hi, > > > > Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm > > trying to change LoadLibrary to GetModuleHandle and though it was my > > failure, but current GIT fails for me: > > > > ../../../tools/runtest -v -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:3128: Test failed: got VT_DATE(-1.5) > > expected VT_DATE(-1.4) vartest.c:3129: Test failed: got VT_R8(-1.5) > > expected VT_R8(-1.4) vartest: 1031879 tests executed (0 marked as todo, 2 > > failures), 0 skipped. make: *** [vartest.ok] Error 2 > > [EMAIL PROTECTED]:~/wine.cvs/bin$ wine > dlls/oleaut32/tests/oleaut32_test.exe.so > vartest > vartest.c:1844:Skipping VarAbs(BSTR) as decimal separator is ',' > 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:3129: Test failed: got VT_R8(-145) expected VT_R8(-1.4) > vartest: 1031878 tests executed (0 marked as todo, 1 failure), 0 > skipped. > > > Intel P4 2GHz / Ubuntu 6.06
Should we think about localisation? I expect Detlef to run the same local than me on his box and we are getting the same failing test [EMAIL PROTECTED]:/usr/src/wine/wine-git$ env | grep LANG LANG=de_DE.UTF-8 LANGUAGE=de_DE:de:en_GB:en [EMAIL PROTECTED]:/usr/src/wine/wine-git$ Of course we are running both debian base distributions. This might be another item to look on. Bye Stefan