Build and gcov test of PHP_5_2 finished

php.internals

Unnamed Person

20 years ago
Hello! A gcov test run has just been finished on the PHP_5_2 branch. You can view the make log here: http://gcov.php.net/PHP_5_2/make.log.php You can watch the test results: http://gcov.php.net/PHP_5_2/run-tests.log.php And you can watch gcov results: http://gcov.php.net/PHP_5_2/lcov/index.php If you are an extension developer please check your extension for any new defects. If you are a general developer please check any code you feel responsible for or you touched in any way. In case you spot any untested source area and can provide a test, please do so and send the test to this list. If you do not know how to write test visit this page: http://qa.php.net/write-test.php . best regards Marcus
-- Marcus Boerger http://php.net/~helly -- PHP Internals list < http://www.php.net > To unsubscribe, visit: http://www.php.net/unsub.php

Pierre Joye

20 years ago
On Wed, 06 Sep 2006 19:32:04 -0700 helly@sp1.php.net wrote:
> Hello! > > A gcov test run has just been finished on the PHP_5_2 branch. > > You can view the make log here: > http://gcov.php.net/PHP_5_2/make.log.php > > You can watch the test results: > http://gcov.php.net/PHP_5_2/run-tests.log.php > > And you can watch gcov results: > http://gcov.php.net/PHP_5_2/lcov/index.php > > If you are an extension developer please check your extension for any > new defects. If you are a general developer please check any code you > feel responsible for or you touched in any way.
Is it possible to have an access to the outputs of the failed tests? There is tests which fail on the gcov machine but work on every machine I use. Thanks, -- Pierre

Nuno Lopes

20 years ago
> Is it possible to have an access to the outputs of the failed tests? > There is tests which fail on the gcov machine but work on every > machine I use.
The "new" version of the website shows that. I'm currently working on it and I (and Marcus) will be putting it on-line ASAP. Nuno

Marcus Börger

20 years ago
Hello Pierre, Thursday, September 7, 2006, 4:06:13 PM, you wrote:
> On Wed, 06 Sep 2006 19:32:04 -0700 > helly@sp1.php.net wrote:
>> Hello! >> >> A gcov test run has just been finished on the PHP_5_2 branch. >> >> You can view the make log here: >> http://gcov.php.net/PHP_5_2/make.log.php >> >> You can watch the test results: >> http://gcov.php.net/PHP_5_2/run-tests.log.php >> >> And you can watch gcov results: >> http://gcov.php.net/PHP_5_2/lcov/index.php >> >> If you are an extension developer please check your extension for any >> new defects. If you are a general developer please check any code you >> feel responsible for or you touched in any way.
> Is it possible to have an access to the outputs of the failed tests? > There is tests which fail on the gcov machine but work on every > machine I use.
> Thanks, > -- Pierre
You can click on the failed tests already in the SoC result. In other words Daniel did a pretty good job. Right now we have no way to show it easily. But even right now failed tests have alink 'diff'or 'leaks' or both which show the diff information and leak infofrom valgrind respectively. Obviously too hard to find, sorry but it was a quick shot. Best regards, Marcus

Pierre Joye

19 years ago
Hello, On 9/7/06, Marcus Boerger <helly@php.net> wrote:
> Right now we have no way to show it easily.
This is all I need: http://gcov.php.net/PHP_5_2/tests/ext/zip/tests/
> But even right now failed tests have alink 'diff'or 'leaks' or both which > show the diff information and leak infofrom valgrind respectively. Obviously > too hard to find, sorry but it was a quick shot.
It was off my screen, being lazy, I did not scroll to the left. For the record, I asked Nuno to check what is used there and it seems that the 5.2 gcov still uses PECL for Zip. It should use ext/zip, the same applies to json or filter. Cheers, --Pierre

Hartmut Holzgraefe

19 years ago
Pierre wrote:
> Is it possible to have an access to the outputs of the failed tests? > There is tests which fail on the gcov machine but work on every > machine I use.
one thing i notices is that the machine doesn't seem to have any locales installed which e.g. lead to ext/gettext tests and others being skipped ...
-- Hartmut Holzgraefe, Senior Support Engineer . MySQL AB, www.mysql.com