Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17940 invoked from network); 27 Sep 2013 07:39:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2013 07:39:00 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.169 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.216.169 mail-qc0-f169.google.com Received: from [209.85.216.169] ([209.85.216.169:42835] helo=mail-qc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/F3-28456-31635425 for ; Fri, 27 Sep 2013 03:38:59 -0400 Received: by mail-qc0-f169.google.com with SMTP id c9so1516791qcz.28 for ; Fri, 27 Sep 2013 00:38:57 -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=fovQn5r/qr2c808cehHyp5sBPeEN1UHs5j1BjeZyeBc=; b=RrFMqePJTBhGb3cTsV/d04uU7qn4I3W9c7GRpdhYCOqafcSUGqZOE1vw5dpFHRVT9L 5R7VAsMbwVjM1v+manii+iijyoV2PfJu4AQJKekRag1gFx/23fy9wWWsn0k2WcFHMFtN 6wgvyqsOIjQ3PwEH5RtLNBHLUHRw6gXVNQ1A4SNjFpNMzPJ7hkM8//20cm7vRJpQ7NQE ssBH/95I9WwQ5nOpP9WSVPyVCO/aY8it2hSM8LVFObraOZnyn11y6HOQgpzRPoa4zb5v B0EYBFGDeae2iPATm6Oo7luN+QZytjkBxN5x4V8ipyoxQaZaMdoeqBWqraVI9gpKzQu2 btYg== MIME-Version: 1.0 X-Received: by 10.49.47.84 with SMTP id b20mr6838688qen.83.1380267537021; Fri, 27 Sep 2013 00:38:57 -0700 (PDT) Received: by 10.49.61.227 with HTTP; Fri, 27 Sep 2013 00:38:56 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Sep 2013 15:38:56 +0800 Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b33d3743d5cb104e75894ea Subject: Re: [PHP-DEV] Failing builds on Travis From: tjerk.meesters@gmail.com (Tjerk Meesters) --047d7b33d3743d5cb104e75894ea Content-Type: text/plain; charset=ISO-8859-1 Hi Mike, On Fri, Sep 27, 2013 at 3:27 PM, Michael Wallner wrote: > 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? > Ah, I just saw that you've changed the file size to 0xFFFF bytes now. The fact that my topic branch is 2806 commits behind master probably has something to do with that then ;-) Rebasing my branch should fix it. Sorry for the noise! > > Regards, > Mike > -- -- Tjerk --047d7b33d3743d5cb104e75894ea--