[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Parallel run-tests

2012-05-17 Thread Olivier Doucet
Hi, >> Any chance you could write up the steps you took to test this - or point >> me in the right direction so I can try myself? Here is a quick setup that use your system php binary. It was written live, may have some glitches but gives you an idea : cd /usr/src git clone git://git.php.net/php

[PHP-DEV] Re: [PHP-QA] Parallel run-tests

2012-05-17 Thread Olivier Doucet
> 5. Testing. I'm able to do basic testing on Mac OSX  and Linux Hi Zoe, Here is a quick test on my 4-cores Linux server : tested on PHP 5.3.9 412 tests executed Sequential : 115,3 seconds Parallel (4 threads) : 43,8 seconds Original run-tests.php : 115,4 seconds Olivier -- PHP Internals - PHP

[PHP-DEV] Re: [PHP-QA] running tests in parallel?

2012-05-03 Thread Olivier Doucet
Hi, 2012/5/3 zoe slattery : > Hi > > Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked > on a version of run-tests.php which would run tests in parallel - I wrote > about it here: > http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.html. I'm very glad you ha

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] new gcov.php.net machine is up

2011-07-27 Thread Olivier Doucet
ML to the qa.php.net/reports/ interface. If you can send me a sample, I can develop this tool. Olivier Doucet

Re: [PHP-DEV] Re: 5.4 again

2011-05-13 Thread Olivier Doucet
Hi, > > I think it would be great to have this on qa.php.net > > Can you post the src for review (to php-webmas...@lists.php.net as > there is where we discuss all web stuffz) before committing it? > I'm glad to see some positive feedback :) Let me slightly cleanup the code and I'll post src as

[PHP-DEV] Re: 5.4 again

2011-05-13 Thread Olivier Doucet
Hi, Just a few words about tests : I made an interface to aggregate all failed results on all PHP versions. This was for internal purposes in my company, but I would be glad if it can help to catch all failing tests (most are failing because of the test itself). http://phpqa.ajeux.net/ If you t

Re: [PHP-DEV] SVN Account Request: odoucet

2009-11-16 Thread Olivier Doucet
Hi, I received my svn account (odoucet), thanks ! I'm missing karma now to commit all my tests ;) I need access to *tests/ directory. I also need specific access to ext/snmp because there is no 'tests' directory in this folder yet. Thank you Olivier 2009/11/2 Olivier D

Re: [PHP-DEV] SVN Account Request: odoucet

2009-11-02 Thread Olivier Doucet
Hello, Just a reminder that I'm still waiting for my SVN account :) I'm more active on the QA mailing list. I've already written many tests about IMAP extension (code coverage increased from 45% to 68.5%) and more recently about SNMP extension (code coverage increased from 7.1% to 80.1% !). I'm w

[PHP-DEV] SVN Account Request: odoucet

2009-10-16 Thread Olivier DOUCET
I will mainly commit new tests, but I may also update documentation and do some translations (english/french). -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Do you need different OS/platform to test on? Let "me" know

2009-06-27 Thread Olivier Doucet
Hi Zoe and everyone :) This thread is a proof that many people want to help the QA in PHP. Although, many things done so far are redundant. Specific valgrind reports per platform/architecture seems useless to me, mainly because results are unreadable (most of the time the leak is in a library tha

Re: [PHP-DEV] non static function called as static one

2009-03-11 Thread Olivier Doucet
Hi, > not sure if this was mentioned on the general list but, i believe what > youre describing is documented in the manual under php5 classes/objects -> > "the basics": > > http://www.php.net/manual/en/language.oop5.basic.php > > $this is a reference to the calling object (usually the object to

[PHP-DEV] non static function called as static one

2009-03-11 Thread Olivier Doucet
Hello, I posted the same topic on the general mailing list, but it appears this can be posted here, as it is open to feedbacks and is about PHP implementation of static functions. I'm wondering if the following behaviour is a bug or a feature. The case is quite complex, so let me explain my point