1 Sep 2011 14:05
Re: [PHP-DEV] New run-tests.php feature
Johannes Schlüter <johannes <at> schlueters.de>
2011-09-01 12:05:53 GMT
2011-09-01 12:05:53 GMT
Hi, On Thu, 2011-09-01 at 13:35 +0200, Hannes Magnusson wrote: > Throw qa and internals <at> into the loop to. > > I'd also like to move the XFAIL section (printed out in the end) above > the FAIL section. > We have bucketloads of xfailed tests, I actually have to scroll up to > see the failed tests which is really annoying and silly. Good thing to do! johannes > Anyone have strong opinion on the printout order? > > -Hannes > > > ---------- Forwarded message ---------- > From: Hannes Magnusson <bjori <at> php.net> > Date: Thu, Sep 1, 2011 at 13:32 > Subject: Re: [PHP-CVS] svn: /php/php-src/ > branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php > trunk/run-tests.php > To: Pierre Joye <pierre.php <at> gmail.com> > Cc: php-cvs <at> lists.php.net > > > I did want to use -v at first, but that has a completely different(Continue reading)
This will look for a file called SKIP, which has to be a PHP file, in
each directory while looking for tests. There's at least one bug left:
INI options aren't passed to the SKIP run so shared modules etc. will
not be found. If somebody could extend it accordingly: great.
> Being able to run the tests for two directories in parallel however..
> that would be awesome.
Ack. While that's a bit more complex as we can't run tests for a native
database and the corresponding PDO driver at the same time, most likely.
So we need some locking mechanism.
johannes
RSS Feed