Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 748 invoked from network); 20 Jan 2015 10:24:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2015 10:24:35 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:47620] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/73-15586-EDC2EB45 for ; Tue, 20 Jan 2015 05:24:32 -0500 Received: by mail-wi0-f177.google.com with SMTP id r20so14284933wiv.4; Tue, 20 Jan 2015 02:24:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OtY+N0uTGuMRITc2pnsmo5Db/FxGA+ynxXCrkmgeBX4=; b=tcubbnmYwhXvxlRLqd3fOhRato/4P0wezkdmoOT3bN+2MesUs8bMejs6CN8IjbKsSD /5JcaKvA0QsXf9u+5BCn4BVCj3ms81/i2mOHW3NJduuwQounGaCDt770RpRPcxw17reN LDHK6az0/KG7RrEt1AzIZgfK98szgUeAemBqwWELG6EFbkbpao8o3s1IPHTZOzr3Ps1N +X8pqCE2IoZ8Znt9f+ygmh7BSvupl59YHt05nTmhEEOoyGi4DIJXspd/MBGki041Q0yb 5CGdHxJ69H5FcVClmJDGpDQUoitwiM3R5YsrhcTYr+HH9cjvsGyDs5gAc+CiBja80Ugi pfHg== MIME-Version: 1.0 X-Received: by 10.180.9.115 with SMTP id y19mr17981421wia.32.1421749468351; Tue, 20 Jan 2015 02:24:28 -0800 (PST) Received: by 10.180.88.33 with HTTP; Tue, 20 Jan 2015 02:24:28 -0800 (PST) In-Reply-To: References: Date: Tue, 20 Jan 2015 11:24:28 +0100 Message-ID: To: Andrea Faulds Cc: Dmitry Stogov , Nikita Popov , PHP Internals , "php-cvs@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c24ae0055413050d12d8e0 Subject: Re: [PHP-CVS] Re: [PHP-DEV] Re: Broken apps From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c24ae0055413050d12d8e0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Jan 20, 2015 at 6:55 AM, Andrea Faulds wrote: > Hi again, > > > On 19 Jan 2015, at 10:28, Andrea Faulds wrote: > > > >> On 19 Jan 2015, at 10:24, Dmitry Stogov wrote: > >> > >> There are also a number of tests started to fail since last Friday > >> > >>> testing integer overflow (32bit) [Zend/tests/oct_overflow_32bit.phpt] > >>> Test fscanf() function: usage variations - hexa formats with integer > >> values [ext/standard/tests/file/fscanf_variation33.phpt] > >>> Test fscanf() function: usage variations - unsigned int formats with > >> integer values [ext/standard/tests/file/fscanf_variation39.phpt] > >>> Test fscanf() function: usage variations - float formats with integer > >> values [ext/standard/tests/file/fscanf_variation9.phpt] > >>> Test intval() function > [ext/standard/tests/general_functions/intval.phpt] > >>> Test is_int() & it's FALIASes: is_long() & is_integer() functions > >> [ext/standard/tests/general_functions/is_int.phpt] > >>> Test printf() function : basic functionality - octal format > >> [ext/standard/tests/strings/printf_basic8.phpt] > > > > That=E2=80=99ll be my fault, I must have missed them when I committed t= he octal > fix. I=E2=80=99ll fix them later today. > > I=E2=80=99ve fixed these, sorry about that. > > We really should set up a 32-bit build on Travis to catch these sorts of > issues=E2=80=A6 it=E2=80=99s my fault this slipped through, but it would = be easier to catch > if Travis did 32-bit builds. > > unfortunatelly travis doesn't provide 32bit worker(otherwise we would be using them already), my attempt to set up multiarch compilation failed (because hitting into a number of packages not having proper multiarch support): https://github.com/Tyrael/php-src/commits/travis_ia32_2nd_attempt I guess it would be better to have a working 32bit build without the extensions with the problematic dependencies, I will create a PR with that soon. ps: btw. similar status with the osx builds, the build on those workers are noticeably slower and doing a build with the same number of exts makes it go over the 50 minutes hard limit set by travis, which fails the build, I will shave off some exts from the osx build so it can finish in time. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c24ae0055413050d12d8e0--