Subject: | Test failure under OSX Server (darwin 6.8) |
cpan> install Tree::Simple::Visitor::FindByPath
Running install for module Tree::Simple::Visitor::FindByPath
Running make for S/ST/STEVAN/Tree-Simple-VisitorFactory-0.08.tar.gz
Is already unwrapped into directory /ServerInterno/Sviluppo/root/var/.cpan/build/Tree-Simple-VisitorFactory-0.08
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /ServerInterno/Sviluppo/root/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/10_Tree_Simple_VisitorFactory_test...................ok
t/20_Tree_Simple_Visitor_PathToRoot_test...............ok
t/30_Tree_Simple_Visitor_FindByPath_test...............ok
t/32_Tree_Simple_Visitor_FindByNodeValue_test..........ok
t/35_Tree_Simple_Visitor_FindByUID_test................ok
t/40_Tree_Simple_Visitor_GetAllDescendents_test........ok
t/50_Tree_Simple_Visitor_BreadthFirstTraversal_test....ok
t/60_Tree_Simple_Visitor_PostOrderTraversal_test.......ok
t/65_Tree_Simple_Visitor_PreOrederTraversal_test.......ok
t/70_Tree_Simple_Visitor_LoadDirectoryTree_test........NOK 8
# Failed test '... our tree is in the proper order'
# in t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t at line 97.
# Structures begin differing at:
# $got->[0] = '._30_Tree_Simple_Visitor_FindByPath_test.t'
# $expected->[0] = '10_Tree_Simple_VisitorFactory_test.t'
t/70_Tree_Simple_Visitor_LoadDirectoryTree_test........NOK 14
# Failed test '... our tree is in the file first order'
# in t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t at line 182.
# Structures begin differing at:
# $got->[0] = '._Changes'
# $expected->[0] = 'Changes'
t/70_Tree_Simple_Visitor_LoadDirectoryTree_test........NOK 20
# Failed test '... our tree is in the dir first order'
# in t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t at line 268.
# Structures begin differing at:
# $got->[4] = '._FindByPath.pm'
# $expected->[4] = 'BreadthFirstTraversal.pm'
# Looks like you failed 3 tests of 32.
t/70_Tree_Simple_Visitor_LoadDirectoryTree_test........dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 8, 14, 20
Failed 3/32 tests, 90.62% okay
t/75_Tree_Simple_Visitor_CreateDirectoryTree_test......ok
t/80_Tree_Simple_Visitor_Sort_test.....................ok
t/90_Tree_Simple_Visitor_FromNestedHash_test...........ok
t/91_Tree_Simple_Visitor_FromNestedArray_test..........ok
t/92_Tree_Simple_Visitor_ToNestedHash_test.............ok
t/93_Tree_Simple_Visitor_ToNestedArray_test............ok
t/95_Tree_Simple_Visitor_LoadClassHierarchy_test.......ok
t/96_Tree_Simple_Visitor_VariableDepthClone_test.......ok
t/pod..................................................ok
t/pod_coverage.........................................Use of uninitialized value in string eq at /ServerInterno/Sviluppo/root/lib/perl5/site_perl/5.8.7/Test/Pod/Coverage.pm line 208.
Invalid and untaintable filename "blib/lib/Tree/Simple/Visitor/._FindByPath.pm"! at /ServerInterno/Sviluppo/root/lib/perl5/site_perl/5.8.7/Test/Pod/Coverage.pm line 208.
# Looks like your test died before it could output anything.
t/pod_coverage.........................................dubious
Test returned status 255 (wstat 65280, 0xff00)
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/70_Tree_Simple_Visitor_LoadDire 3 768 32 3 9.38% 8 14 20
t/pod_coverage.t 255 65280 ?? ?? % ??
Failed 2/20 test scripts, 90.00% okay. 3/648 subtests failed, 99.54% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force