Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80140 invoked from network); 22 Jan 2016 08:29:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2016 08:29:41 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:58587] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/10-12955-078E1A65 for ; Fri, 22 Jan 2016 03:29:37 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 7FEA9785410; Fri, 22 Jan 2016 09:29:33 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from w530phpdev (pD9FD2194.dip0.t-ipconnect.de [217.253.33.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id ED7AB784A7C; Fri, 22 Jan 2016 09:29:26 +0100 (CET) To: "'Remi Collet'" , Cc: , "'Nicolas Grekas'" References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> In-Reply-To: <56A1054A.5080102@fedoraproject.org> Date: Fri, 22 Jan 2016 09:29:17 +0100 Message-ID: <05db01d154ef$01995d00$04cc1700$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHsl++e30t/kLKxuC36hZ0/YzeBFQIq8uRunr9VQ6A= Content-Language: en-us Subject: RE: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** BC break *** From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: Remi Collet [mailto:remi@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=3D.:/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 > @@ @@ > -
 href=3D"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=3D"/builddir/build/BUILDROOT/php-symfony-2.7.9-
> =
2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataColle
> ctor/DumpDataCollectorTest.php"> class=3Dsf-dump-meta>DumpDataCollectorTest.php on line =
 class=3Dsf-dump-meta>89:
> + 
 title=3D""> on line  class=3Dsf-dump-meta>89:
>  123
>  
> /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=3D1 >=20 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/Http= Kernel/DataCollector/DumpDataCollector.php#L259 So that might be caused by both. Regards Anatol