Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69376 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14746 invoked from network); 27 Sep 2013 07:27:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2013 07:27:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:56623] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/43-28456-67335425 for ; Fri, 27 Sep 2013 03:27:50 -0400 Received: by mail-la0-f46.google.com with SMTP id eh20so1828230lab.19 for ; Fri, 27 Sep 2013 00:27:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Twd2R9B12hVDPxxeiH8aJ+eshS7nlEswh9CKiuQ/itw=; b=JAQvzSV0bhO/Fm8eYhw5nAb0kv/kAtPI1T1S1W/JPvZvd9TJQ6zVIRl5MdFsvib31d 0V4egiveWf5T3sA2FS25/ZkjyEUNSQ1ooLOnTc+JOArZG+BarOqaCUxSjmwtrkDbQkSW /NuWn7Nrr4A2NlqtNhSdLbmJWorqsfMhgEXN3Lon9C4JR3Qps7mAszc4Nd9lVj17n4U8 GL8/s8vYFWZDAm1LWLE/D865Np1eKPnG7+1DmVbUauzOSqtnsPdoBX0lFu74vbiL1gfr jjeAxQB+stiufrywTgS0FStOOVGrlmPTb6RCJpj0E1eTgIYFP92kjoQFje2dVGMq9buG pW7Q== MIME-Version: 1.0 X-Received: by 10.152.2.4 with SMTP id 4mr4452897laq.0.1380266866816; Fri, 27 Sep 2013 00:27:46 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Fri, 27 Sep 2013 00:27:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Sep 2013 09:27:46 +0200 X-Google-Sender-Auth: 4KI7M3SxHbjWkhkSHSoA1ff7720 Message-ID: To: Tjerk Meesters Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Failing builds on Travis From: mike@php.net (Michael Wallner) On 27 September 2013 04:37, Tjerk Meesters wrote: > Hi, > > The success of builds on Travis seems to hinge on a particular test case: > > ext/standard/tests/file/disk_free_space_basic.phpt > > It asserts that if a file is written to, the free space after the write > must always be lower than the previously recorded value. > > On a busy system the free space is affected by many factors that can cause > this assertion to fail and thus developers get a nasty looking (X) on their > pull requests. > I actually committed a fix some time ago and didn't see a build of PHP-5.5+ failing for that reason? Regards, Mike