Improving the regression testing infrastructure

Francois Gouget fgouget at free.fr
Fri Mar 29 13:18:23 CST 2002


On Fri, 29 Mar 2002, Eric Pouech wrote:

> > at least until I can find a good way to test
> > CreateProcess...
> a bit out of topic (from the question), but I have an
> embryonic CreateProcess test, so don't bother with that
> (and there is a lot to test here)

   This is interesting. How do you test it?
   AFAICS, The problem with the current infrastructure is that you
cannot have a second executable to start. So you have to start yourself,
and then convince the test framework to let you do your thing rather
than just running another test. You cannot just write a perl/bash script
either as this would not work on Windows.
   If you put submit a CreateProcess test I would be happy to add checks
for the quote / command line parsing.


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 The greatest programming project of all took six days; on the seventh day the
  programmer rested. We've been trying to debug the *&^%$#@ thing ever since.
                      Moral: design before you implement.




More information about the wine-devel mailing list