Closed avullo closed 5 years ago
From CPAN testers report, the latest changes on the VCF interface have trouble with some freebsd systems. Compilation works, but the test suite fails on system 10 and 11:
.. t/05vcf.t ........ Failed 130/177 subtests .. t/10leak.t ....... Failed 1/6 subtests
t/05vcf.t (Wstat: 10 Tests: 47 Failed: 0) Non-zero wait status: 10 Parse errors: Bad plan. You planned 177 tests but ran 47. t/10leak.t (Wstat: 10 Tests: 5 Failed: 0) Non-zero wait status: 10 Parse errors: Bad plan. You planned 6 tests but ran 5. ..
Status 10 means bus error. Depending on the system it could also be a segmentation fault here.
From CPAN testers report, the latest changes on the VCF interface have trouble with some freebsd systems. Compilation works, but the test suite fails on system 10 and 11:
.. t/05vcf.t ........ Failed 130/177 subtests .. t/10leak.t ....... Failed 1/6 subtests
Test Summary Report
t/05vcf.t (Wstat: 10 Tests: 47 Failed: 0) Non-zero wait status: 10 Parse errors: Bad plan. You planned 177 tests but ran 47. t/10leak.t (Wstat: 10 Tests: 5 Failed: 0) Non-zero wait status: 10 Parse errors: Bad plan. You planned 6 tests but ran 5. ..
Status 10 means bus error. Depending on the system it could also be a segmentation fault here.