Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Hannes Magnusson
On Thu, Sep 1, 2011 at 17:37, Felipe Pena wrote: > 2011/9/1 Kalle Sommer Nielsen : >> Hi >> >> 2011/9/1 Hannes Magnusson : >>> Create a magical "run-me-first" file which run-tests will execute >>> first, and if it fails it will skip all the tests in that directory.. >>> should be relatively easy t

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Felipe Pena
2011/9/1 Kalle Sommer Nielsen : > Hi > > 2011/9/1 Hannes Magnusson : >> Create a magical "run-me-first" file which run-tests will execute >> first, and if it fails it will skip all the tests in that directory.. >> should be relatively easy to implement. >> >> Being able to run the tests for two dir

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Kalle Sommer Nielsen
Hi 2011/9/1 Hannes Magnusson : > Create a magical "run-me-first" file which run-tests will execute > first, and if it fails it will skip all the tests in that directory.. > should be relatively easy to implement. > > Being able to run the tests for two directories in parallel however.. > that woul

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Johannes Schlüter
On Thu, 2011-09-01 at 16:17 +0200, Hannes Magnusson wrote: > Create a magical "run-me-first" file which run-tests will execute > first, and if it fails it will skip all the tests in that directory.. > should be relatively easy to implement. See patch at http://schlueters.de/~johannes/php/run-tests

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Ferenc Kovacs
2011/9/1 Hannes Magnusson : > 2011/9/1 Johannes Schlüter : >> On Thu, 2011-09-01 at 17:53 +0400, Alexey Shein wrote: >>> Great addition. >>> While you're at it, could you also add an option to print a list of >>> skipped tests (maybe above XFAIL section), that's also currently can't >>> be done wit

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Hannes Magnusson
2011/9/1 Johannes Schlüter : > On Thu, 2011-09-01 at 17:53 +0400, Alexey Shein wrote: >> Great addition. >> While you're at it, could you also add an option to print a list of >> skipped tests (maybe above XFAIL section), that's also currently can't >> be done with other options in run-tests.php. >

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Johannes Schlüter
On Thu, 2011-09-01 at 17:53 +0400, Alexey Shein wrote: > Great addition. > While you're at it, could you also add an option to print a list of > skipped tests (maybe above XFAIL section), that's also currently can't > be done with other options in run-tests.php. > It could also be useful because so

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Hannes Magnusson
On Thu, Sep 1, 2011 at 15:53, Alexey Shein wrote: > 2011/9/1 Ferenc Kovacs : >> On Thu, Sep 1, 2011 at 1:35 PM, Hannes Magnusson wrote: >>> Throw qa and internals@ into the loop to. >>> >>> I'd also like to move the XFAIL section (printed out in the end) above >>> the FAIL section. >>> We have bu

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Alexey Shein
2011/9/1 Ferenc Kovacs : > On Thu, Sep 1, 2011 at 1:35 PM, Hannes Magnusson wrote: >> Throw qa and internals@ 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

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Ferenc Kovacs
On Thu, Sep 1, 2011 at 1:35 PM, Hannes Magnusson wrote: > Throw qa and internals@ 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

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Johannes Schlüter
Hi, On Thu, 2011-09-01 at 13:35 +0200, Hannes Magnusson wrote: > Throw qa and internals@ 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

[PHP-DEV] New run-tests.php feature

2011-09-01 Thread Hannes Magnusson
Throw qa and internals@ 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. Anyone have strong opinion on the print