Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19177 invoked from network); 18 Aug 2014 09:21:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2014 09:21:38 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 108.166.43.67 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 108.166.43.67 smtp67.ord1c.emailsrvr.com Linux 2.6 Received: from [108.166.43.67] ([108.166.43.67:46199] helo=smtp67.ord1c.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/14-29636-1A5C1F35 for ; Mon, 18 Aug 2014 05:21:38 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 00DF6380723; Mon, 18 Aug 2014 05:21:34 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp1.relay.ord1c.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id E9D853802CC; Mon, 18 Aug 2014 05:21:33 -0400 (EDT) X-Sender-Id: smalyshev@sugarcrm.com Received: from Stass-MacBook-Pro.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net [108.66.6.48]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:465 (trex/5.2.10); Mon, 18 Aug 2014 09:21:34 GMT Message-ID: <53F1C59D.7050200@sugarcrm.com> Date: Mon, 18 Aug 2014 02:21:33 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Remi Collet , PHP Internals References: <53F1C418.3070609@fedoraproject.org> In-Reply-To: <53F1C418.3070609@fedoraproject.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PowerPC64 patchs From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > Quick test build (using fedora 5.6.0RC4 package on RHEL-7...) > (notice, report will be clean in a few days) Thanks a lot, Remi! Looks like something is not right with these patches.... > > 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%) BTW, it'd be nice to figure out why we have 6 fails there :) > > 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 == operator : max int 64bit range > [tests/lang/operators/operator_equals_variation_64bit.phpt] > +Test == 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) > >> Anyone can review them? > >> or, I will commit the patches by tomorrow.. > >> thanks > > > -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/