This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Adrian Howard, This is a computer-generated report for Test-Class-0.25 on perl-5.10.0, created automatically by CPAN-Reporter-1.06 and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems with your distribution. If these results are not what you expect or if you would like to learn how to avoid FAIL reports for missing dependencies, unsupported operating systems, etc., please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: http://cpantest.grango.org Sections of this report: * Tester comments * Program output * Prerequisites * Environment and other context ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PROGRAM OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pxpTiVu/[EMAIL PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load................# Testing Test::Class::Load 0.02, Perl 5.010000, /home/src/perl/repoperls/installed-perls/perl/pxpTiVu/[EMAIL PROTECTED]/bin/perl ok t/20-load-classes........ok t/_new...................ok t/bad-autoloads..........Prototype mismatch: sub CORE::GLOBAL::caller (;$) vs none at /home/src/perl/repoperls/installed-perls/perl/pxpTiVu/[EMAIL PROTECTED]/lib/site_perl/5.10.0/Contextual/Return.pm line 12. ok t/bailout................ok t/builder................ok t/compile................ # Failed test 'bad number detected' # at t/compile.t line 27. # got: undef # expected: 'bad test definition 'foo' in main->foo # ' # Looks like you failed 1 test of 2. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/current_method......... # Failed test 'current_method in setup' # at t/current_method.t line 17. # (in Local::Test->setup) # got: 'setup' # expected: 'test' # Failed test 'current_method in teardown' # at t/current_method.t line 22. # (in Local::Test->teardown) # got: 'teardown' # expected: 'test' # Looks like you failed 2 tests of 4. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests t/diag_on_failure........ok t/die_before_plan........ # Failed test 'die before plan' # at t/die_before_plan.t line 30. # STDOUT is: # not ok 1 - setup died (died before plan set) # ok 2 - test just here to get setup method run # # not: # not ok 1 - setup (for test method 'test') died (died before plan set) # # ok 2 - test just here to get setup method run # # as expected Failed 1/1 subtests t/expected_tests......... # Failed test 'no_plan setup' # at t/expected_tests.t line 47. # got: '3' # expected: 'no_plan' # Failed test 'no_plan test' # at t/expected_tests.t line 48. # got: '3' # expected: 'no_plan' # Failed test 'no_plan teardown' # at t/expected_tests.t line 49. # got: '3' # expected: 'no_plan' # Failed test 'no_plan startup' # at t/expected_tests.t line 50. # got: '3' # expected: 'no_plan' # Failed test 'no_plan shutdown' # at t/expected_tests.t line 51. # got: '3' # expected: 'no_plan' # Failed test 'no_plan expected_test_of' # at t/expected_tests.t line 56. # got: '6' # expected: 'no_plan' # Looks like you failed 6 tests of 10. Dubious, test returned 6 (wstat 1536, 0x600) Failed 6/10 subtests t/fail1..................ok t/fail2..................ok t/fail3..................ok t/header.................ok t/late_header............# Looks like you planned 2 tests but ran 1 extra. Dubious, test returned 255 (wstat 65280, 0xff00) All 2 subtests passed (less 1 skipped subtest: 1 okay) t/methodinfo.............ok t/named_test.............ok t/num_method_tests....... # Failed test 'fixed num tests' # at t/num_method_tests.t line 19. # got: '1' # expected: '2' # Failed test 'no_plan tests' # at t/num_method_tests.t line 20. # got: '1' # expected: 'no_plan' # Failed test 'extended method okay' # at t/num_method_tests.t line 42. # got: '1' # expected: '+1' # Failed test 'class expected_tests' # at t/num_method_tests.t line 52. # got: '3' # expected: 'no_plan' # Failed test 'object expected_tests' # at t/num_method_tests.t line 53. # got: '4' # expected: '7' # expected 1 test(s) in no_plan_test, 3 completed # expected 1 test(s) in two_tests, 2 completed # Looks like you failed 5 tests of 19. Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/19 subtests t/num_tests.............. # Failed test 'num_tests access okay' # at t/num_tests.t line 12. # (in Foo->test_num_tests) # got: '1' # expected: 'no_plan' # Failed test 'num_tests access okay' # at t/num_tests.t line 12. # (in Foo->test_num_tests) # got: '1' # expected: 'no_plan' # Looks like you failed 2 tests of 4. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests t/override...............ok t/rt15870................ok t/rt17264................ok t/run_all_tests..........ok t/runtests............... # Failed test 'teardown1: teardown run for every test' # at t/runtests.t line 61. # (in Bar->teardown1) # got: undef # expected: '1' # Failed test 'teardown1: setup run for every test' # at t/runtests.t line 40. # (in Bar->teardown1) # got: undef # expected: '1' # expected 1 test(s) in teardown1, 4 completed # Failed test 'test1: teardown not run' # at t/runtests.t line 28. # (in Bar->test1) # got: '1' # expected: undef # expected 1 test(s) in test1, 4 completed # Failed test 'test2: initialise1 ran twice' # at t/runtests.t line 51. # (in Bar->test2) # got: '1' # expected: '2' # Failed test 'test2: initialise2 ran twice' # at t/runtests.t line 52. # (in Bar->test2) # got: '1' # expected: '2' # expected 1 test(s) in test2, 4 completed # Looks like you planned 18 tests but only ran 14. # Looks like you failed 5 tests of 14 run. Dubious, test returned 5 (wstat 1280, 0x500) Failed 9/18 subtests (less 1 skipped subtest: 8 okay) t/runtests_die...........ok t/runtests_extra.........ok t/runtests_noplan........# expected 1 test(s) in undef_tests, 2 completed # Looks like you planned 2 tests but ran 2 extra. Dubious, test returned 255 (wstat 65280, 0xff00) All 2 subtests passed t/runtests_of............ # Failed test 'premature plan' # at t/runtests_of.t line 12. # (in Tests1->setup) # Failed test 'premature plan' # at t/runtests_of.t line 12. # (in Tests1->setup) # Failed test 'premature plan' # at t/runtests_of.t line 12. # (in Tests1->setup) # Failed test 'premature plan' # at t/runtests_of.t line 12. # (in Tests1->setup) # Looks like you failed 4 tests of 4. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/4 subtests t/runtests_result........ok t/runtests_return........ok t/runtests_trailing......ok t/skip1..................ok t/skip2..................# Test 1 got: "1..2" (t/skip2.t at line 37) # Expected: "1..4" # t/skip2.t line 37 is: ok($actual, $expected); # Test 2 got: "ok 1 - only" (t/skip2.t at line 37 fail #2) # Expected: "ok 1 - test" Failed 4/6 subtests t/skip_class_reason......ok t/spaces.................ok t/startup................ # Failed test 'called start1' # at t/startup.t line 32. # (in Foo::Test->end1) # got: 'end1' # expected: 'start1' # Failed test 'called start2' # at t/startup.t line 32. # (in Foo::Test->end2) # got: 'end2' # expected: 'start2' # Failed test 'called test1' # at t/startup.t line 32. # (in Foo::Test->start1) # got: 'start1' # expected: 'test1' # Failed test 'called tear1' # at t/startup.t line 32. # (in Foo::Test->start2) # got: 'start2' # expected: 'tear1' # Failed test 'called tear2' # at t/startup.t line 32. # (in Foo::Test->tear1) # got: 'tear1' # expected: 'tear2' # Failed test 'called setup1' # at t/startup.t line 32. # (in Foo::Test->tear2) # got: 'tear2' # expected: 'setup1' # Failed test 'called setup2' # at t/startup.t line 32. # (in Foo::Test->test1) # got: 'test1' # expected: 'setup2' # Failed test 'all expected methods ran' # at t/startup.t line 55. # Looks like you failed 8 tests of 11. Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/11 subtests t/startup_that_dies...... # Failed test 'exception in startup method causes all tests to be skipped' # at t/startup_that_dies.t line 24. # STDOUT is: # not ok 1 - should be skipped because of the startup exception # not ok 2 - startup_that_dies died (oops!) # # not: # not ok 1 - startup_that_dies died (oops!) # # as expected # STDERR is: # # Failed test 'should be skipped because of the startup exception' # # at t/startup_that_dies.t line 14. # # (in StartMethodThatDies->my_test_method) # # Failed test 'startup_that_dies died (oops!)' # # at t/startup_that_dies.t line 23. # # (in StartMethodThatDies->startup_that_dies) # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/startup_that_dies\.t line 23.*\n?/ # # # (in StartMethodThatDies->startup_that_dies) # # as expected Failed 1/1 subtests t/test_classes...........ok t/test_deep..............ok t/test_method............ # Failed test 'no TEST_METHOD runs all tests' # at t/test_method.t line 30. # STDOUT is: # ok 1 - setup # ok 2 - shutdown # ok 3 - startup # ok 4 - teardown # ok 5 - test1 # ok 6 - test2 # ok 7 - test3 # # not: # ok 1 - startup # # ok 2 - setup # # ok 3 - test1 # # ok 4 - teardown # # ok 5 - setup # # ok 6 - test2 # # ok 7 - teardown # # ok 8 - setup # # ok 9 - test3 # # ok 10 - teardown # # ok 11 - shutdown # # as expected # Failed test 'single match just runs one test' # at t/test_method.t line 34. # STDOUT is: # ok 1 - test1 # # not: # ok 1 - startup # # ok 2 - setup # # ok 3 - test1 # # ok 4 - teardown # # ok 5 - shutdown # # as expected # Failed test 'two matches run both tests' # at t/test_method.t line 38. # STDOUT is: # ok 1 - test1 # ok 2 - test3 # # not: # ok 1 - startup # # ok 2 - setup # # ok 3 - test1 # # ok 4 - teardown # # ok 5 - setup # # ok 6 - test3 # # ok 7 - teardown # # ok 8 - shutdown # # as expected Failed 3/4 subtests t/test_verbose...........ok t/Tests.................. # Failed test 'Tests attribute set number of tests' # at t/Tests.t line 19. # (in My::Test->Tests_attribute_set_number_of_tests) # got: 'no_plan' # expected: '1' # Looks like you failed 1 test of 2. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/todo...................ok Test Summary Report ------------------- t/compile.t (Wstat: 256 Tests: 2 Failed: 1) Failed test number(s): 2 Non-zero exit status: 1 t/current_method.t (Wstat: 512 Tests: 4 Failed: 2) Failed test number(s): 1-2 Non-zero exit status: 2 t/die_before_plan.t (Wstat: 0 Tests: 1 Failed: 1) Failed test number(s): 1 t/expected_tests.t (Wstat: 1536 Tests: 10 Failed: 6) Failed test number(s): 2-6, 8 Non-zero exit status: 6 t/late_header.t (Wstat: 65280 Tests: 3 Failed: 1) Failed test number(s): 3 Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 3. t/num_method_tests.t (Wstat: 1280 Tests: 19 Failed: 5) Failed test number(s): 1-2, 9-11 Non-zero exit status: 5 t/num_tests.t (Wstat: 512 Tests: 4 Failed: 2) Failed test number(s): 1, 3 Non-zero exit status: 2 t/runtests.t (Wstat: 1280 Tests: 14 Failed: 5) Failed test number(s): 3, 6, 10-12 Non-zero exit status: 5 Parse errors: Bad plan. You planned 18 tests but ran 14. t/runtests_noplan.t (Wstat: 65280 Tests: 4 Failed: 2) Failed test number(s): 3-4 Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 4. t/runtests_of.t (Wstat: 1024 Tests: 4 Failed: 4) Failed test number(s): 1-4 Non-zero exit status: 4 t/skip2.t (Wstat: 0 Tests: 4 Failed: 2) Failed test number(s): 1-2 Parse errors: Bad plan. You planned 6 tests but ran 4. t/startup.t (Wstat: 2048 Tests: 11 Failed: 8) Failed test number(s): 1-2, 5-9, 11 Non-zero exit status: 8 t/startup_that_dies.t (Wstat: 0 Tests: 1 Failed: 1) Failed test number(s): 1 t/test_method.t (Wstat: 0 Tests: 4 Failed: 3) Failed test number(s): 2-4 t/Tests.t (Wstat: 256 Tests: 2 Failed: 1) Failed test number(s): 2 Non-zero exit status: 1 Files=44, Tests=152, 7 wallclock secs ( 0.27 usr 0.05 sys + 6.12 cusr 0.71 csys = 7.15 CPU) Result: FAIL Failed 15/44 test programs. 44/152 subtests failed. make: *** [test_dynamic] Fehler 255 ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have --------------------- ---- ---- Attribute::Handlers 0.77 0.79 Class::ISA 0.32 0.33 Devel::Symdump 2.03 2.08 IO::File 1.14 1.14 Storable 2.04 2.18 Test::Builder 0.33 0.72 Test::Builder::Tester 1.04 1.09 Test::Exception 0.15 0.25 Test::More 0.44 0.72 Test::Simple 0.62 0.72 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: LANG = de_DE.UTF-8 PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 11647 PERL5_CPAN_IS_RUNNING = 11647 PERL_MM_USE_DEFAULT = 1 SHELL = /usr/bin/zsh TERM = screen Perl special variables (and OS-specific diagnostics, for MSWin32): $^X = /home/src/perl/repoperls/installed-perls/perl/pxpTiVu/[EMAIL PROTECTED]/bin/perl $UID/$EUID = 1005 / 1005 $GID = 1005 1005 $EGID = 1005 1005 Perl module toolchain versions installed: Module Have ------------------- --------- CPAN 1.9205 Cwd 3.25_01 ExtUtils::CBuilder 0.21 ExtUtils::Command 1.13 ExtUtils::Install 1.44 ExtUtils::MakeMaker 6.40 ExtUtils::Manifest 1.51_01 ExtUtils::ParseXS 2.18_02 File::Spec 3.25 Module::Build 0.2808_01 Module::Signature 0.55 Test::Harness 3.04 Test::More 0.72 YAML 0.66 YAML::Syck 0.99 version 0.74 -- Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=linux, osvers=2.6.22-1-k7, archname=i686-linux uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 gnulinux ' config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pxpTiVu/[EMAIL PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db' 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 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 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 =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /usr/lib64 libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.6.1' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
