Subject: | DBD::Mock test failures, building on Solaris |
Show quoted text
cpan> install DBD::Mock
Running install for module DBD::Mock
Running make for S/ST/STEVAN/DBD-Mock-0.24.tar.gz
Is already unwrapped into directory /home/williami/.cpan/build/DBD-Mock-0.24
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_basic.................................ok
t/10_db_handle.............................ok
t/11_dr_handle.............................ok
t/12_db_can_connect........................dubious
Test returned status 0 (wstat 138, 0x8a)
after all the subtests completed successfully
t/13_misc_mock_attr........................ok
t/14_db_parser.............................dubious
Test returned status 0 (wstat 139, 0x8b)
after all the subtests completed successfully
t/15_prepare_cached........................ok
t/16_mock_attribute_aliases................ok
t/20_st_execute_empty......................ok
t/25_st_execute_bound_params...............ok
t/30_st_execute_pass_params................ok
t/35_st_fetch_records......................ok
t/36_mock_add_resultset_test...............ok
t/37_st_can_connect........................ok
t/40_mock_statement_track..................ok
t/45_mock_statement_track_iterator.........ok
t/50_db_pool...............................ok
t/60_DBD_Mock_Session_test.................dubious
Test returned status 0 (wstat 138, 0x8a)
after all the subtests completed successfully
t/61_DBD_Mock_Session_bound_params_test....dubious
Test returned status 0 (wstat 138, 0x8a)
after all the subtests completed successfully
t/pod......................................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/12_db_can_connect.t 0 138 23 0 0.00% ??
t/14_db_parser.t 0 139 29 0 0.00% ??
t/60_DBD_Mock_Session_test.t 0 138 56 0 0.00% ??
t/61_DBD_Mock_Session_bound_param 0 138 24 0 0.00% ??
Failed 4/20 test scripts, 80.00% okay. 0/448 subtests failed, 100.00% okay.
*** Error code 11
make: Fatal error: Command failed for target `test_dynamic'
Show quoted text>> perl -v
This is perl, v5.6.1 built for sun4-solaris
Copyright 1987-2001, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.