Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90293 invoked from network); 22 Aug 2013 12:48:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2013 12:48:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:38773] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/ED-11927-8A806125 for ; Thu, 22 Aug 2013 08:48:40 -0400 Received: by mail-oa0-f42.google.com with SMTP id i18so3375187oag.29 for ; Thu, 22 Aug 2013 05:48:37 -0700 (PDT) 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=/s/sHCOrk9bZFoYCpQAGcIbYhrRDfI0eMmFvSEMwWoQ=; b=ezCbNlaqJAvSF6zfFS2Fz4EdEaZkJzHIbAIBSQS+N6poGh5AzAS+F0dlof+112M2ip rgPnWGHIhCA2NJt7GNXCjC1gh6jUJflF7rCt3noQaHPAP5jRWp38STt8bMCroXa9cX5h BIeTGgfy5AAiYT/iKS1xFb/CHFmYZDxe+DiDtsPZwT0OvnPck3+vJh+btms+BmQFoCCg AxWf8/OzSdFEBwgT2HlPD/kTi9y/ezUA1BH2UP7eXXTBC2iJeCS+NW8B7Uz9/LuVn1i6 mQzgkhZa1KF8C4GiOnhfPPlnlaoEfDNqV4e8f/4MpnOLLCoaLZ9gPFTnVVSlTkiW4Za+ MqZw== MIME-Version: 1.0 X-Received: by 10.182.87.170 with SMTP id az10mr14066759obb.10.1377175717630; Thu, 22 Aug 2013 05:48:37 -0700 (PDT) Received: by 10.182.87.167 with HTTP; Thu, 22 Aug 2013 05:48:37 -0700 (PDT) In-Reply-To: <520709C9.9070105@sugarcrm.com> References: <520709C9.9070105@sugarcrm.com> Date: Thu, 22 Aug 2013 14:48:37 +0200 Message-ID: To: Stas Malyshev Cc: PHP Internals , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Ulf Wendel , mysql@php.net, Ilia Alshanetsky Content-Type: multipart/alternative; boundary=089e0111bcfa715c3c04e488b57b Subject: Re: [PHP-DEV] travis-CI failures From: nikita.ppv@gmail.com (Nikita Popov) --089e0111bcfa715c3c04e488b57b Content-Type: text/plain; charset=ISO-8859-1 On Sun, Aug 11, 2013 at 5:49 AM, Stas Malyshev wrote: > Hi! > > I've looked at travis-CI results for PHP (e.g. > https://travis-ci.org/php/php-src/) and I am seeing that there are two > extensions that produce fails that break the build: > I just fixed the last pgsql failure and Travis now has a clean build on master. On PHP-5.5 there is only one remaining failure, but it only occurs sometimes, not always: TEST 9299/12089 [ext/standard/tests/file/disk_free_space_basic.phpt] ========DIFF======== 012+ Free Space Value Is Incorrect 012- Free Space Value Is Correct ========DONE======== Nikita --089e0111bcfa715c3c04e488b57b--