Re: Reason for some process failures in kernel32 tests

2007-01-01 Thread Wagner Ferenc
Paul Vriens <[EMAIL PROTECTED]> writes: > On Mon, 2007-01-01 at 16:25 +0100, Wagner Ferenc wrote: > >> Paul Vriens <[EMAIL PROTECTED]> writes: >> >>> The winetest gui shows that the working directory is (in this case) >>> c:\temp\wct12. This value is however not passed to the tests when >>> Creat

Re: Reason for some process failures in kernel32 tests

2007-01-01 Thread Paul Vriens
On Mon, 2007-01-01 at 16:25 +0100, Wagner Ferenc wrote: > Paul Vriens <[EMAIL PROTECTED]> writes: > > > The winetest gui shows that the working directory is (in this case) > > c:\temp\wct12. This value is however not passed to the tests when > > CreateProcess is run: > > > > main.c: > > > > 291

Re: Reason for some process failures in kernel32 tests

2007-01-01 Thread Wagner Ferenc
Paul Vriens <[EMAIL PROTECTED]> writes: > The winetest gui shows that the working directory is (in this case) > c:\temp\wct12. This value is however not passed to the tests when > CreateProcess is run: > > main.c: > > 291 if (!CreateProcessA (NULL, cmd, NULL, NULL, TRUE, 0, > 292

Re: Reason for some process failures in kernel32 tests

2007-01-01 Thread Paul Vriens
On Mon, 2007-01-01 at 15:10 +0100, Eric Pouech wrote: > Paul Vriens a écrit : > > Hi, > > > > I've been trying to tackle some of the issues we have when trying to run > > some process tests (through winetest.exe, see also > > http://test.winehq.org/data): > > > everything is already computed...

Re: Reason for some process failures in kernel32 tests

2007-01-01 Thread Eric Pouech
Paul Vriens a écrit : Hi, I've been trying to tackle some of the issues we have when trying to run some process tests (through winetest.exe, see also http://test.winehq.org/data): everything is already computed... the global variable base is what you seem to be looking for A+

Reason for some process failures in kernel32 tests

2006-12-30 Thread Paul Vriens
Hi, I've been trying to tackle some of the issues we have when trying to run some process tests (through winetest.exe, see also http://test.winehq.org/data): process.c:775: Test failed: CreateProcess (./kernel32_test.exe tests/process.c C:\TEMP\wt44.tmp "a\"b\\" c\" d) failed : 2 process.c:777: T