Test report:
Failed 6 tests out of 1103, 99.46% okay. ../lib/CGI/t/upload.t ../lib/ExtUtils/t/Constant.t ../lib/ExtUtils/t/FIRST_MAKEFILE.t ../lib/ExtUtils/t/INSTALL_BASE.t ../lib/ExtUtils/t/basic.t ../lib/ExtUtils/t/min_perl_version.t
System is an Intel Xeon. CentOS 4.0 (Rocks 4.0) gcc (GCC) 3.4.6
Interesting enough, here is 'prove -v' from the root dir:
[[email protected: a...@search1] perl-5.8.9-RC1]$ [[email protected: a...@search1] perl-5.8.9-RC1]$ prove -v lib/CGI/t/upload.t lib/ExtUtils/t/Constant.t lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/basic.t lib/ExtUtils/t/min_perl_version.t lib/CGI/t/upload...................missing test file t/upload_post_text.txt at lib/CGI/t/upload.t line 80. # Looks like your test exited with 2 before it could output anything. Dubious, test returned 2 (wstat 512, 0x200) No subtests run lib/ExtUtils/t/Constant............ # perl=/usr/bin/perl # ext-2431 being created... 1..272 # Simple tests # ext-2431/0 being created... ok 1 ok 2 # Makefile.PL is 0 second(s) older than Makefile # make = 'make' Error: Function definition too short ';' in ExtTest.xs, line 10 make: *** [ExtTest.c] Error 1 not ok 3 # make failed: 512 # cp ExtTest.pm blib/lib/ExtTest.pm # /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap ExtTest.xs > ExtTest.xsc && mv ExtTest.xsc ExtTest.c # ext-2431 being removed... Failed 270/272 subtests lib/ExtUtils/t/FIRST_MAKEFILE...... 1..7 ok 1 - setup ok 2 - chdir'd to Big-Dummy ok 3 - Makefile.PL exited with zero ok 4 - FIRST_MAKEFILE honored ok 5 - Makefile.PL output looks right ok 6 ok 7 - teardown ok lib/ExtUtils/t/INSTALL_BASE........ 1..21 ok 1 - setup ok 2 - chdir'd to Big-Dummy ok 3 - Makefile.PL exited with zero ok 4 - Makefile.PL output looks right ok 5 - make install exited normally ok 6 ok 7 ok 8 - install dir created ok 9 - ../dummy-install/lib/perl5/Big/Dummy.pm installed ok 10 - ../dummy-install/lib/perl5/Big/Dummy.pm readable ok 11 - ../dummy-install/lib/perl5/Big/Liar.pm installed ok 12 - ../dummy-install/lib/perl5/Big/Liar.pm readable ok 13 - ../dummy-install/bin/program installed ok 14 - ../dummy-install/bin/program readable ok 15 - ../dummy-install/lib/perl5/x86_64-linux-thread-multi/perllocal.pod installed ok 16 - ../dummy-install/lib/perl5/x86_64-linux-thread-multi/perllocal.pod readable ok 17 - ../dummy-install/lib/perl5/x86_64-linux-thread-multi/auto/Big/Dummy/.packlist installed ok 18 - ../dummy-install/lib/perl5/x86_64-linux-thread-multi/auto/Big/Dummy/.packlist readable ok 19 - realclean ok 20 ok 21 - teardown ok lib/ExtUtils/t/basic............... 1..85 ok 1 - setup ok 2 - chdir'd to Big-Dummy ok 3 - Makefile.PL exited with zero ok 4 - Makefile.PL output looks right ok 5 - Makefile.PL run in package main ok 6 - Makefile exists ok 7 - its been touched ok 8 - make manifest created a MANIFEST ok 9 - its not empty ok 10 - exited normally ok 11 - .ppd file generated ok 12 - <SOFTPKG> ok 13 - <TITLE> ok 14 - <ABSTRACT> ok 15 - <AUTHOR> ok 16 - <IMPLEMENTATION> ok 17 - <DEPENDENCY> ok 18 - <OS> ok 19 - <ARCHITECTURE> ok 20 - <CODEBASE> ok 21 - </IMPLEMENTATION> ok 22 - </SOFTPKG> ok 23 - make test ok 24 - exited normally ok 25 - TEST_VERBOSE ok 26 - successful ok 27 - exited normally ok 28 - install ok 29 ok 30 ok 31 - install dir created ok 32 - Dummy.pm installed ok 33 - Liar.pm installed ok 34 - program installed ok 35 - packlist created ok 36 - perllocal.pod created ok 37 - install with PREFIX override ok 38 ok 39 ok 40 - install dir created ok 41 - Dummy.pm installed ok 42 - Liar.pm installed ok 43 - program installed ok 44 - packlist created ok 45 - perllocal.pod created ok 46 - install with DESTDIR ok 47 ok 48 ok 49 - destdir created ok 50 - Dummy.pm installed ok 51 - Liar.pm installed ok 52 - program installed ok 53 - packlist created ok 54 - perllocal.pod created ok 55 ok 56 - DESTDIR should not appear in perllocal ok 57 - install with PREFIX override and DESTDIR ok 58 ok 59 ok 60 - install dir not created ok 61 - destdir created ok 62 - Dummy.pm installed ok 63 - Liar.pm installed ok 64 - program installed ok 65 - packlist created ok 66 - perllocal.pod created ok 67 - disttest ok 68 - META.yml not written to source dir ok 69 - META.yml written to dist dir ok 70 - temp META.yml file not left around ok 71 # SKIP Test::YAML::Meta >= 0.11 required ok 72 # SKIP Test::YAML::Meta >= 0.11 required ok 73 ok 74 ok 75 ok 76 ok 77 - META.yml deleted ok 78 - Makefile.PL exited with zero ok 79 - distdir ok 80 - META.yml generation suppressed by NO_META ok 81 - Makefile.PL exited with zero ok 82 - init_dirscan skipped distdir ok 83 - realclean ok 84 ok 85 - teardown ok lib/ExtUtils/t/min_perl_version.... 1..33 ok 1 - setup ok 2 - entering dir Min-PerlVers ok 3 - capturing stdout ok 4 - MIN_PERL_VERSION=5 does not trigger a warning ok 5 - nor a hard failure ok 6 - MIN_PERL_VERSION=X.Y.Z does not trigger a warning ok 7 - nor a hard failure ok 8 - MIN_PERL_VERSION=999999 triggers a warning ok 9 - with expected message text ok 10 - and without a hard failure ok 11 - MIN_PERL_VERSION=999999 and PREREQ_FATAL: no warning ok 12 - correct exception ok 13 - MIN_PERL_VERSION=foobar triggers a warning ok 14 - with expected message text ok 15 - and without a hard failure ok 16 - PREREQ_PRINT exiting normally ok 17 - and talking like we expect ok 18 - prereqs evaluable ok 19 - and looking correct ok 20 - min version also correct ok 21 - PRINT_PREREQ exiting normally ok 22 - and not complaining loudly ok 23 - dump has prereqs and perl version ok 24 - Makefile.PL exiting normally ok 25 - Makefile present ok 26 - Make ppd exiting normally ok 27 - .ppd file present ok 28 - .ppd file content good ok 29 - Make metafile exiting normally ok 30 - META.yml present ok 31 - META.yml content good ok 32 - leaving dir ok 33 - teardown ok
Test Summary Report ------------------- lib/CGI/t/upload (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output lib/ExtUtils/t/Constant (Wstat: 0 Tests: 3 Failed: 1) Failed test: 3 Parse errors: Bad plan. You planned 272 tests but ran 3. Files=6, Tests=149, 9 wallclock secs ( 0.06 usr 0.05 sys + 4.83 cusr 3.18 csys = 8.12 CPU) Result: FAIL [[email protected: a...@search1] perl-5.8.9-RC1]$
|