On Thu, Nov 10, 2011 at 2:44 PM, H.Merijn Brand <h.m.br...@xs4all.nl> wrote:
> Test Summary Report
> -------------------
> t/20-uni-basic.t   (Wstat: 139 Tests: 366 Failed: 0)
>  Non-zero wait status: 139
> t/21-uni-regex.t   (Wstat: 139 Tests: 18 Failed: 0)
>  Non-zero wait status: 139
> Files=19, Tests=3658, 35 wallclock secs ( 1.04 usr  0.15 sys + 19.64 cusr  
> 4.01 csys = 24.84 CPU)
> Result: FAIL
> Failed 2/19 test programs. 0/3658 subtests failed.
>
> Everything passes and still the final result is FAIL

«Non-zero wait status: 139» is the important bit here. 139 = 11 + 128
= Segfault + coredump. Unlikely to be a Test::More issue (though
Test::Harness could be clearer on what's going on).

Leon

Reply via email to