Re: [PHP-DEV] Failing builds on Travis

2013-10-01 Thread Michael Wallner
On 27 September 2013 09:38, Tjerk Meesters wrote: > 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/stan

Re: [PHP-DEV] Failing builds on Travis

2013-09-27 Thread Tjerk Meesters
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

Re: [PHP-DEV] Failing builds on Travis

2013-09-27 Thread 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 p

[PHP-DEV] Failing builds on Travis

2013-09-26 Thread Tjerk Meesters
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 af