On Sun Dec 02 08:10:17 2012, ANDK wrote:
Show quoted text
Today I attempted to install this distribution on FreeBSD-11.1 against perl-5.29.2 using 'cpanm' as the installer. I got test failures in the same test file as reported by Andreas Koenig in 2012. Since, as Andreas noted, these failures are due to hash randomization, it is sometimes possible to run the test and get a PASS. Please see attachment. Please consider patch already proposed.
Thank you very much.
Jim Keenan
{
author => "MONS",
dist => "XML-Hash-LX",
distname => "XML-Hash-LX-0.0603",
distversion => 0.0603,
grade => "FAIL",
prereqs => undef,
test_output => [
"Building and testing XML-Hash-LX-0.0603",
"cp lib/XML/Hash/LX.pm blib/lib/XML/Hash/LX.pm",
"PERL_DL_NONLAZY=1 \"/usr/home/jkeenan/var/tad/testing/perl-5.29.2/bin/perl\" \"-MExtUtils::Command::MM\" \"-MTest::Harness\" \"-e\" \"undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')\" t/00-load.t t/01-conv.t t/02-inject.t t/03-no-inject.t t/pod-coverage.t t/pod.t",
"# Testing XML::Hash::LX 0.0603, Perl 5.029002, /usr/home/jkeenan/var/tad/testing/perl-5.29.2/bin/perl",
"t/00-load.t ....... ok",
"",
"# Failed test 'empty attr'",
"# at t/01-conv.t line 299.",
"# got: '<?xml version=\"1.0\" encoding=\"utf-8\"?>",
"# <node attr=\"\"><x/><!----></node>",
"# '",
"# expected: '<?xml version=\"1.0\" encoding=\"utf-8\"?>",
"# <node attr=\"\"><!----><x/></node>",
"# '",
"# Looks like you failed 1 test of 32.",
"t/01-conv.t ....... ",
"Dubious, test returned 1 (wstat 256, 0x100)",
"Failed 1/32 subtests ",
"t/02-inject.t ..... ok",
"t/03-no-inject.t .. ok",
"t/pod-coverage.t .. ok",
"t/pod.t ........... ok",
"",
"Test Summary Report",
"-------------------",
"t/01-conv.t (Wstat: 256 Tests: 32 Failed: 1)",
" Failed test: 30",
" Non-zero exit status: 1",
"Files=6, Tests=44, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.52 cusr 0.29 csys = 0.84 CPU)",
"Result: FAIL",
],
via => "App::cpanminus::reporter 0.17 (1.7044)",
}