Re: Running tests on wine

2010-06-06 Thread GOUJON Alexandre
2010/6/6 Nikolay Sivov: You're running it with make, and a test results are from winetest runs. As I remember winetest runs it as 'wine oleaut32_tests.exe typelib' with some env variable to set a platform (this will enable todos output, AFAIK). You're right. I noticed this file but I prefered do

Re: Running tests on wine

2010-06-06 Thread Nicolas Le Cam
2010/6/6 Nikolay Sivov : > On 6/6/2010 21:03, GOUJON Alexandre wrote: >> >> Hi, >> >> I would like to do some (typelib) tests on wine. >> >> So I followed the instructions at >> http://www.winehq.org/docs/winedev-guide/testing-wine >> ( cd dlls/oleaut32/tests/ ; rm typelib.ok && make typelib.ok in

Re: Running tests on wine

2010-06-06 Thread Nikolay Sivov
On 6/6/2010 21:03, GOUJON Alexandre wrote: Hi, I would like to do some (typelib) tests on wine. So I followed the instructions at http://www.winehq.org/docs/winedev-guide/testing-wine ( cd dlls/oleaut32/tests/ ; rm typelib.ok && make typelib.ok in my case) but I have err's and fixme's wherea

Running tests on wine

2010-06-06 Thread GOUJON Alexandre
Hi, I would like to do some (typelib) tests on wine. So I followed the instructions at http://www.winehq.org/docs/winedev-guide/testing-wine ( cd dlls/oleaut32/tests/ ; rm typelib.ok && make typelib.ok in my case) but I have err's and fixme's whereas the output on wineTestBot is quite differ

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-14 Thread Paul Vriens
Paul Vriens wrote: Detlef Riekenberg wrote: On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: Can somebody confirm if all oleaut32 tests run correctly on Wine. [EMAIL PROTECTED]:~/wine.cvs/bin$ wine dlls/oleaut32/tests/oleaut32_test.exe.so vartest ... vartest.c:3129: Test failed: got

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-13 Thread Paul Vriens
Detlef Riekenberg wrote: On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: Can somebody confirm if all oleaut32 tests run correctly on Wine. [EMAIL PROTECTED]:~/wine.cvs/bin$ wine dlls/oleaut32/tests/oleaut32_test.exe.so vartest ... vartest.c:3129: Test failed: got VT_R8(-145) expected

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Detlef Riekenberg
On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: > > > Can somebody confirm if all oleaut32 tests run correctly on Wine. > > > > [EMAIL PROTECTED]:~/wine.cvs/bin$ wine > > dlls/oleaut32/tests/oleaut32_test.exe.so > > vartest ... > > vartest.c:3129: Test failed: got VT_R8(-145) expected VT

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Detlef Riekenberg
On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: > 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 LoadLibrar

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Stefan Leichter
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 GI

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread 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 ole

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread Clinton Stimpson
Stefan Leichter wrote: Am Friday 10 August 2007 13:34 schrieb Paul Vriens: 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

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread H. Verbeet
On 10/08/07, Paul Vriens <[EMAIL PROTECTED]> 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: > Works for me, fwiw.

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread Stefan Leichter
Am Friday 10 August 2007 13:34 schrieb Paul Vriens: > 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 -

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread Paul Vriens
Alexandre Julliard wrote: Paul Vriens <[EMAIL PROTECTED]> writes: Hi, Can somebody confirm if all oleaut32 tests run correctly on Wine. All the tests that are in the tree run correctly, at least on my box. Tests that fail for me don't get committed. I know that. I just hoped somebody had a

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > Hi, > > Can somebody confirm if all oleaut32 tests run correctly on Wine. All the tests that are in the tree run correctly, at least on my box. Tests that fail for me don't get committed. -- Alexandre Julliard [EMAIL PROTECTED]

[oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread Paul Vriens
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 varte