Hi,
On Fri, Jun 04, 2004 at 03:25:00PM +0200, Rein Klazes wrote:
Changelog: dlls/kernel : process.c Fix a crash when launching Unix executables.
Is there any way to have a test for that in the test suite? Sure hurts to see such quite basic stuff non-working.
Andreas Mohr
Andreas Mohr a écrit :
Hi,
On Fri, Jun 04, 2004 at 03:25:00PM +0200, Rein Klazes wrote:
Changelog: dlls/kernel : process.c Fix a crash when launching Unix executables.
Is there any way to have a test for that in the test suite? Sure hurts to see such quite basic stuff non-working.
we do. without the patch, running the test suite would fail. There are also some tests which launch child processes (and child process are winelib apps). A+
On Sat, 05 Jun 2004 13:45:20 +0200, Eric Pouech wrote:
we do. without the patch, running the test suite would fail. There are also some tests which launch child processes (and child process are winelib apps).
How did it break then? Alexandre runs the test suites before checking in any patch.
thanks -mike
How did it break then? Alexandre runs the test suites before checking in any patch.
I read the patch too fast. It was about pure Unix apps, not winelib apps. Andi is right, there's no test right now for that.
A+