Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15622 invoked from network); 18 Aug 2014 09:15:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2014 09:15:12 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.198 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.198 relay6-d.mail.gandi.net Received: from [217.70.183.198] ([217.70.183.198:53765] helo=relay6-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/53-29636-D14C1F35 for ; Mon, 18 Aug 2014 05:15:10 -0400 Received: from mfilter17-d.gandi.net (mfilter17-d.gandi.net [217.70.178.145]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 716CFFB874 for ; Mon, 18 Aug 2014 11:15:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter17-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter17-d.gandi.net (mfilter17-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id I7Vwz1ccRiGh for ; Mon, 18 Aug 2014 11:15:04 +0200 (CEST) X-Originating-IP: 82.241.130.121 Received: from schrodingerscat.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 83FE4FB89E for ; Mon, 18 Aug 2014 11:15:04 +0200 (CEST) Message-ID: <53F1C418.3070609@fedoraproject.org> Date: Mon, 18 Aug 2014 11:15:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PowerPC64 patchs From: remi@fedoraproject.org (Remi Collet) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 18/08/2014 08:10, Laruence a =C3=A9crit : > Hey: >=20 > There are some PRs for supports of PowerPC64 >=20 > https://github.com/php/php-src/pull/734=20 > https://github.com/php/php-src/pull/735=20 > https://github.com/php/php-src/pull/736=20 > https://github.com/php/php-src/pull/737 Quick test build (using fedora 5.6.0RC4 package on RHEL-7...) (notice, report will be clean in a few days) Without the patches https://kojipkgs.fedoraproject.org//work/tasks/9765/7399765/build.log Number of tests : 13178 7753 Tests skipped : 5425 ( 41.2%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 6 ( 0.0%) ( 0.1%) Expected fail : 31 ( 0.2%) ( 0.4%) Tests passed : 7716 ( 58.6%) ( 99.5%) With the patches https://kojipkgs.fedoraproject.org//work/tasks/9687/7399687/build.log Number of tests : 13178 7753 Tests skipped : 5425 ( 41.2%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 62 ( 0.5%) ( 0.8%) Expected fail : 31 ( 0.2%) ( 0.4%) Tests passed : 7660 ( 58.1%) ( 98.8%) diff of "FAILED TEST SUMMARY" +Test + operator : 64bit long tests [tests/lang/operators/add_basiclong_64bit.phpt] +Test & operator : 64bit long tests [tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt] +Test ~N operator : 64bit long tests [tests/lang/operators/bitwiseNot_basiclong_64bit.phpt] +Test | operator : 64bit long tests [tests/lang/operators/bitwiseOr_basiclong_64bit.phpt] Test << operator : 64bit long tests [tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt] Test << operator : various numbers as strings [tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt] Test >> operator : 64bit long tests [tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt] +Test ^ operator : 64bit long tests [tests/lang/operators/bitwiseXor_basiclong_64bit.phpt] +Test / operator : 64bit long tests [tests/lang/operators/divide_basiclong_64bit.phpt] +Test % operator : 64bit long tests [tests/lang/operators/modulus_basiclong_64bit.phpt] +Test * operator : 64bit long tests [tests/lang/operators/multiply_basiclong_64bit.phpt] +Test -N operator : 64bit long tests [tests/lang/operators/negate_basiclong_64bit.phpt] +Test =3D=3D operator : max int 64bit range [tests/lang/operators/operator_equals_variation_64bit.phpt] +Test =3D=3D operator : max int 64bit range [tests/lang/operators/operator_notequals_variation_64bit.phpt] +Test N-- operator : 64bit long tests [tests/lang/operators/postdec_basiclong_64bit.phpt] +Test N++ operator : 64bit long tests [tests/lang/operators/postinc_basiclong_64bit.phpt] +Test --N operator : 64bit long tests [tests/lang/operators/predec_basiclong_64bit.phpt] +Test ++N operator : 64bit long tests [tests/lang/operators/preinc_basiclong_64bit.phpt] +Test - operator : 64bit long tests [tests/lang/operators/subtract_basiclong_64bit.phpt] Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt] +Bug #67247 (spl_fixedarray_resize integer overflow) [ext/spl/tests/bug67247.phpt] +Test abs function : 64bit long tests [ext/standard/tests/math/abs_basiclong_64bit.phpt] +Test acos function : 64bit long tests [ext/standard/tests/math/acos_basiclong_64bit.phpt] +Test acosh function : 64bit long tests [ext/standard/tests/math/acosh_basiclong_64bit.phpt] +Test asin function : 64bit long tests [ext/standard/tests/math/asin_basiclong_64bit.phpt] +Test asinh function : 64bit long tests [ext/standard/tests/math/asinh_basiclong_64bit.phpt] +Test atan2 function : 64bit long tests [ext/standard/tests/math/atan2_basiclong_64bit.phpt] +Test atan function : 64bit long tests [ext/standard/tests/math/atan_basiclong_64bit.phpt] +Test atanh function : 64bit long tests [ext/standard/tests/math/atanh_basiclong_64bit.phpt] +Test ceil function : 64bit long tests [ext/standard/tests/math/ceil_basiclong_64bit.phpt] +Test cos function : 64bit long tests [ext/standard/tests/math/cos_basiclong_64bit.phpt] +Test cosh function : 64bit long tests [ext/standard/tests/math/cosh_basiclong_64bit.phpt] +Test decbin function : 64bit long tests [ext/standard/tests/math/decbin_basiclong_64bit.phpt] +Test dechex function : 64bit long tests [ext/standard/tests/math/dechex_basiclong_64bit.phpt] +Test decoct function : 64bit long tests [ext/standard/tests/math/decoct_basiclong_64bit.phpt] +Test deg2rad function : 64bit long tests [ext/standard/tests/math/deg2rad_basiclong_64bit.phpt] +Test exp function : 64bit long tests [ext/standard/tests/math/exp_basiclong_64bit.phpt] +Test expm1 function : 64bit long tests [ext/standard/tests/math/expm1_basiclong_64bit.phpt] +Test floor function : 64bit long tests [ext/standard/tests/math/floor_basiclong_64bit.phpt] +Test fmod function : 64bit long tests [ext/standard/tests/math/fmod_basiclong_64bit.phpt] +Test hypot function : 64bit long tests [ext/standard/tests/math/hypot_basiclong_64bit.phpt] +Test is_finite function : 64bit long tests [ext/standard/tests/math/is_finite_basiclong_64bit.phpt] +Test is_infinite function : 64bit long tests [ext/standard/tests/math/is_infinite_basiclong_64bit.phpt] +Test is_nan function : 64bit long tests [ext/standard/tests/math/is_nan_basiclong_64bit.phpt] +Test log10 function : 64bit long tests [ext/standard/tests/math/log10_basiclong_64bit.phpt] +Test log1p function : 64bit long tests [ext/standard/tests/math/log1p_basiclong_64bit.phpt] +Test log function : 64bit long tests [ext/standard/tests/math/log_basiclong_64bit.phpt] +Various pow() tests [ext/standard/tests/math/pow.phpt] +Test pow() - basic function test pow() [ext/standard/tests/math/pow_basic_64bit.phpt] +Test pow function : 64bit long tests [ext/standard/tests/math/pow_basiclong_64bit.phpt] +Test pow() function : usage variations - different data types as $base argument [ext/standard/tests/math/pow_variation1_64bit.phpt] +Test rad2deg function : 64bit long tests [ext/standard/tests/math/rad2deg_basiclong_64bit.phpt] +Test round function : 64bit long tests [ext/standard/tests/math/round_basiclong_64bit.phpt] +Test sin function : 64bit long tests [ext/standard/tests/math/sin_basiclong_64bit.phpt] +Test sinh function : 64bit long tests [ext/standard/tests/math/sinh_basiclong_64bit.phpt] +Test sqrt function : 64bit long tests [ext/standard/tests/math/sqrt_basiclong_64bit.phpt] +Test tan function : 64bit long tests [ext/standard/tests/math/tan_basiclong_64bit.phpt] +Test tanh function : 64bit long tests [ext/standard/tests/math/tanh_basiclong_64bit.phpt] +Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(Bug#42796) [ext/standard/tests/strings/chunk_split_variation5.phpt] +Test chunk_split() function : usage variations - different integer values for 'chunklen' with heredoc string as 'str'(Bug#42796) [ext/standard/tests/strings/chunk_split_variation8.phpt] Remi. P.S. won't be able to run better test before September (to get a real access to a ppc64 computer) >=20 > Anyone can review them? >=20 > or, I will commit the patches by tomorrow.. >=20 > thanks >=20 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlPxxBgACgkQYUppBSnxahjHUgCggkY5GwSHVIpvIIXWksGqeav9 2FAAoNGCGdFfbE9dALYnm/J3KOwew6C2 =3D04Uw -----END PGP SIGNATURE-----