Subject: | Test 'image appears correct length' randomly fails |
On linux systems the t/test.t test most of the times passes, but sometimes fails:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.20.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'image appears correct length'
# at t/test.t line 14.
# Looks like you failed 1 test of 6.
t/test.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
The same test always fails on freebsd systems.