CC: | WolfSage [...] gmail.com |
Subject: | Test-Class-0.40: multiple failures during 'make test' |
cpan[2]> test Test::Class
Running test for module 'Test::Class'
Running make for R/RJ/RJBS/Test-Class-0.40.tar.gz
Has already been unwrapped into directory /home/jimk/.cpan/build/Test-Class-0.40-XjQTXs
Has already been made
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-load.t .................... 1/1 # Testing Test::Class::Load 0.40, Perl 5.018001, /usr/local/bin/perl
t/00-load.t .................... ok
t/20-load-classes.t ............ ok
t/21-load-subclassed.t ......... ok
t/_new.t ....................... ok
t/bad-autoloads.t .............. skipped: need Contextual::Return
t/bailout.t .................... ok
t/builder.t .................... ok
t/compile.t .................... ok
t/current_method.t ............. ok
t/diag_on_failure.t ............ ok
t/die-in-setup.t ............... ok
t/die_before_plan.t ............ ok
t/expected_tests.t ............. ok
t/fail1.t ...................... ok
t/fail2.t ...................... 1/2
# Failed test 'fail2'
# at t/fail2.t line 38.
# STDOUT is:
# not ok 1 - undef isa 'Object'
# not ok 2 - cannot create Objects
#
# not:
# (?^:not ok 1 - (?:The thing|undef) isa '?Object'?\n)
# not ok 2 - cannot create Objects
#
# as expected
# STDERR is:
# # Failed test 'undef isa 'Object''
# # at t/fail2.t line 18.
# # (in Object::Test->_test_new)
# # undef isn't defined
# # Failed test 'cannot create Objects'
# # at t/fail2.t line 18.
# # (in Object::Test->_test_new)
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/fail2\.t line 18.*\n?/
# # (in Object::Test->_test_new)
# (?^:#\s+(?:The thing|undef) isn't defined\n)
# /#\s+Failed\ test.*?\n?.*?at\ t\/fail2\.t line 18.*\n?/
# # (in Object::Test->_test_new)
#
# as expected
t/fail2.t ...................... Failed 1/2 subtests
t/fail3.t ...................... ok
t/filter.t ..................... ok
t/filter_bad_filter.t .......... ok
t/filter_fixtures.t ............ ok
t/filter_fixtures_only.t ....... ok
t/filter_multiple.t ............ ok
t/header.t ..................... ok
t/late_header.t ................ ok
t/methodinfo.t ................. ok
t/named_test.t ................. ok
t/num_method_tests.t ........... ok
t/num_tests.t .................. ok
t/override.t ................... ok
t/rt15870.t .................... ok
t/rt17264.t .................... ok
t/run_all_tests.t .............. ok
t/runtests.t ................... ok
t/runtests_die.t ............... 1/1
# Failed test 'early die handled'
# at t/runtests_die.t line 34.
# STDOUT is:
# not ok 1 - undef isa 'Object'
# not ok 2 - test_object died (could not create object)
#
# not:
# (?^:not ok 1 - (?:The thing|undef) isa '?Object'?\n)
# not ok 2 - test_object died (could not create object)
#
# as expected
# STDERR is:
# # Failed test 'undef isa 'Object''
# # at t/runtests_die.t line 15.
# # (in Foo->test_object)
# # undef isn't defined
# # Failed test 'test_object died (could not create object)'
# # at t/runtests_die.t line 33.
# # (in Foo->test_object)
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_die\.t line 15.*\n?/
# # (in Foo->test_object)
# (?^:# (?:The thing|undef) isn't defined\n)
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_die\.t line 33.*\n?/
# # (in Foo->test_object)
#
# as expected
t/runtests_die.t ............... Failed 1/1 subtests
t/runtests_extra.t ............. ok
t/runtests_noplan.t ............ ok
t/runtests_of.t ................ ok
t/runtests_result.t ............ ok
t/runtests_return.t ............ 1/2
# Failed test 'early return handled (fail)'
# at t/runtests_return.t line 42.
# STDERR is:
# # Failed test '(Bar::darwin_only returned before plan complete)'
# # at /home/jimk/.cpan/build/Test-Class-0.40-XjQTXs/blib/lib/Test/Class.pm line 392.
# # (in Bar->darwin_only)
# # Failed test '(Bar::darwin_only returned before plan complete)'
# # at /home/jimk/.cpan/build/Test-Class-0.40-XjQTXs/blib/lib/Test/Class.pm line 392.
# # (in Bar->darwin_only)
#
# not:
# (?^s:.*in Bar->darwin_only.*)
#
# as expected
t/runtests_return.t ............ Failed 1/2 subtests
t/runtests_trailing.t .......... ok
t/runtests_with_wrong_class.t .. ok
t/show_plan_in_shutdown.t ...... ok
t/skip1.t ...................... ok
t/skip2.t ...................... ok
t/skip_class_reason.t .......... ok
t/skip_empty_classes.t ......... 1/5 #
# Bar::Test->the_test
t/skip_empty_classes.t ......... ok
t/spaces.t ..................... ok
t/startup.t .................... ok
t/startup_that_dies.t .......... ok
t/test_classes.t ............... ok
t/test_deep.t .................. ok
t/test_method.t ................ ok
t/test_verbose.t ............... ok
t/Tests.t ...................... ok
t/todo.t ....................... # Test::More: 0.99
t/todo.t ....................... ok
Test Summary Report
-------------------
t/fail2.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 1
t/runtests_die.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/runtests_return.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=54, Tests=184, 3 wallclock secs ( 0.10 usr 0.07 sys + 2.26 cusr 0.29 csys = 2.72 CPU)
Result: FAIL
Failed 3/54 test programs. 3/184 subtests failed.
make: *** [test_dynamic] Error 255
RJBS/Test-Class-0.40.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports RJBS/Test-Class-0.40.tar.gz
Failed during this command:
RJBS/Test-Class-0.40.tar.gz : make_test NO
#########
$ perl -V
Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.18.8-linode22, archname=i686-linux
uname='linux li11-226 2.6.18.8-linode22 #1 smp tue nov 10 16:12:12 utc 2009 i686 gnulinux '
config_args='-des'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.3.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib64
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Aug 17 2013 19:40:43
@INC:
/usr/local/lib/perl5/site_perl/5.18.1/i686-linux
/usr/local/lib/perl5/site_perl/5.18.1
/usr/local/lib/perl5/5.18.1/i686-linux
/usr/local/lib/perl5/5.18.1
.