tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bug in lang/perl5 5.18.0?



On Mon, Jun 10, 2013 at 8:24 AM, Martin Husemann <martin%duskware.de@localhost> 
wrote:

> Can you look at t/io/fs.t line 278 please?
> For me it reads:
>
>             elsif ($^O eq 'haiku' || $^O eq 'netbsd')) {
>             SKIP: {
>                     skip "atime not updated", 1;
>                 }
>                 is($mtime, 500000001, 'mtime');
>             }

With 5.16.3 that had a total of one failing test, after "make patch",
line 278 says:

    elsif ($^O eq 'beos' || $^O eq 'haiku' || $^O eq 'netbsd') {

With 5.18.0 and all its failing tests, I saw what you see, and in
patch-ta 1.6 I fixed that script (which is why t/io/fs says "ok" for
me). If you cvs update, maybe you'll get the same failures I'm getting
now. Or maybe not!


Home | Main Index | Thread Index | Old Index