Hi,

> -----Original Message-----
> From: Remi Collet [mailto:r...@fedoraproject.org]
> Sent: Thursday, January 21, 2016 5:20 PM
> To: internals@lists.php.net
> Subject: Re: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** BC break 
> ***
> + /usr/bin/php -d
> include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-
> 2.fc24.noarch/usr/share/php:/usr/share/php
> /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap
> bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-
> 2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel
> PHPUnit 4.8.17 by Sebastian Bergmann and contributors.
> .............................................FDumpDataCollectorTest.php on 
> line 89:
> 123
> .................  63 / 440 ( 14%)
> ............................................................... 126 /
> 440 ( 28%)
> ............................................................... 189 /
> 440 ( 42%)
> ............................................................... 252 /
> 440 ( 57%)
> ............................................................... 315 /
> 440 ( 71%)
> ............................................................... 378 /
> 440 ( 85%)
> .............SSSSSSSSSSSSSSSSSS...............................
> Time: 17.34 seconds, Memory: 17.00Mb
> There was 1 failure:
> 1)
> Symfony\Component\HttpKernel\Tests\DataCollector\DumpDataCollectorTest::
> testCollectHtml
> Failed asserting that two strings are identical.
> --- Expected
> +++ Actual
> @@ @@
> - <pre class=sf-dump id=sf-dump data-indent-pad="  "><a
> href="test:///builddir/build/BUILDROOT/php-symfony-2.7.9-
> 2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataColle
> ctor/DumpDataCollectorTest.php:89"
> title="/builddir/build/BUILDROOT/php-symfony-2.7.9-
> 2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataColle
> ctor/DumpDataCollectorTest.php"><span
> class=sf-dump-meta>DumpDataCollectorTest.php</span></a> on line <span
> class=sf-dump-meta>89</span>:
> + <pre class=sf-dump id=sf-dump data-indent-pad="  "><a href=""
> title=""><span class=sf-dump-meta></span></a> on line <span
> class=sf-dump-meta>89</span>:
>  <span class=sf-dump-num>123</span>
>  </pre>
> /builddir/build/BUILDROOT/php-symfony-2.7.9-
> 2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataColle
> ctor/DumpDataCollectorTest.php:118
> FAILURES!
> Tests: 746, Assertions: 1310, Failures: 1, Skipped: 18.
> Legacy deprecation notices (11)
> >>>>>>>>>>>>>>>>>>>>>>>
> /builddir/build/BUILDROOT/php-symfony-2.7.9-
> 2.fc24.noarch/usr/share/php/Symfony/Component/Intl
> + RET=1
> 
The fails in Symfony seems to be caused by 
ff7ed9021cd72a7f82dd4301cdc266afdff458ad, but also the corresponding places in 
Symfony seems a bit odd with %f format for a string

https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php#L259

So that might be caused by both.

Regards

Anatol


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to