Subject: | Broken on 5.6 |
Note the 1.e-02
$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.6.2d-nt "-Iblib/arch" "-Iblib/lib" "-
MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.t ............. ok
t/arch_check.t ............ ok
t/backwards.t ............. ok
t/basic.t ................. 1/171
# Failed test ' <SOFTPKG>'
# at t/basic.t line 83.
# '<SOFTPKG NAME="Big-Dummy" VERSION="1.e-02">
# <ABSTRACT>Try "our" hot dog's</ABSTRACT>
# <AUTHOR>Michael G Schwern <schwern@pobox.com></AUTHOR>
# <IMPLEMENTATION>
# <REQUIRE NAME="strict::" />
# <ARCHITECTURE NAME="darwin" />
# <CODEBASE HREF="" />
# </IMPLEMENTATION>
# </SOFTPKG>
# '
# doesn't match '(?m-xis:^<SOFTPKG NAME="Big-Dummy" VERSION="0.01">)'
t/basic.t ................. 62/171
# Failed test 'META.yml written to dist dir'
# at t/basic.t line 240.
# Failed test 'MYMETA.yml is written to dist dir on disttest'
# at t/basic.t line 244.
# Failed test 'META.json written to dist dir'
# at t/basic.t line 247.
# Failed test 'MYMETA.json is written to dist dir on disttest'
# at t/basic.t line 251.
# Failed test 'META.yml validates'
# at t/basic.t line 263.
Can't call method "name" on an undefined value at t/basic.t line 270.
# Looks like you planned 171 tests but ran 75.
# Looks like you failed 6 tests of 75 run.
# Looks like your test exited with 255 just after 75.
t/basic.t ................. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 102/171 subtests
t/build_man.t ............. ok
t/cd.t .................... ok
t/config.t ................ ok
t/dir_target.t ............ ok
t/FIRST_MAKEFILE.t ........ ok
t/fix_libs.t .............. ok
t/fixin.t ................. ok
t/hints.t ................. ok
t/INST.t .................. ok
t/INST_PREFIX.t ........... ok
t/INSTALL_BASE.t .......... ok
t/installed_file.t ........ ok
t/is_of_type.t ............ ok
t/Liblist.t ............... ok
t/Liblist_Kid.t ........... ok
t/make.t .................. ok
t/MakeMaker_Parameters.t .. ok
t/maketext_filter.t ....... ok
t/meta_convert.t .......... ok
t/metafile_data.t ......... ok
t/metafile_file.t ......... ok
t/min_perl_version.t ...... Name "_Prereq::Print::WithMPV::BUILD_REQUIRES" used only once:
possible typo at t/min_perl_version.t line 125.
t/min_perl_version.t ...... 27/32
# Failed test 'META.yml validates'
# at t/min_perl_version.t line 195.
Can't call method "prereqs" on an undefined value at t/min_perl_version.t line 200.
# Looks like you planned 32 tests but ran 29.
# Looks like you failed 1 test of 29 run.
# Looks like your test exited with 2 just after 29.
t/min_perl_version.t ...... Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/32 subtests
t/miniperl.t .............. skipped: miniperl test only necessary for the perl core
t/Mkbootstrap.t ........... ok
t/MM_Any.t ................ ok
t/MM_BeOS.t ............... skipped: This is not BeOS
t/MM_Cygwin.t ............. skipped: This is not cygwin
t/MM_NW5.t ................ skipped: This is not NW5
t/MM_OS2.t ................ skipped: This is not OS/2
t/MM_Unix.t ............... ok
t/MM_VMS.t ................ skipped: This is not VMS
t/MM_Win32.t .............. skipped: This is not Win32
t/oneliner.t .............. ok
t/parse_abstract.t ........ ok
t/parse_version.t ......... ok
t/PL_FILES.t .............. ok
t/pm.t .................... ok
t/pm_to_blib.t ............ ok
t/pod2man.t ............... ok
t/postamble.t ............. ok
t/prefixify.t ............. ok
t/prereq.t ................ ok
t/prereq_print.t .......... ok
t/problems.t .............. ok
t/prompt.t ................ ok
t/recurs.t ................ ok
t/revision.t .............. ok
t/several_authors.t ....... 4/20
# Failed test 'META.yml validates'
# at t/several_authors.t line 135.
Can't call method "authors" on an undefined value at t/several_authors.t line 140.
# Looks like you planned 20 tests but ran 17.
# Looks like you failed 1 test of 17 run.
# Looks like your test exited with 2 just after 17.
t/several_authors.t ....... Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/20 subtests
t/split_command.t ......... ok
t/test_boilerplate.t ...... ok
t/testlib.t ............... ok
t/VERSION_FROM.t .......... ok
t/WriteEmptyMakefile.t .... ok
t/writemakefile_args.t .... ok
t/xs.t .................... ok
Test Summary Report
-------------------
t/basic.t (Wstat: 65280 Tests: 75 Failed: 6)
Failed tests: 12, 64, 67, 69, 72-73
Non-zero exit status: 255
Parse errors: Bad plan. You planned 171 tests but ran 75.
t/min_perl_version.t (Wstat: 512 Tests: 29 Failed: 1)
Failed test: 27
Non-zero exit status: 2
Parse errors: Bad plan. You planned 32 tests but ran 29.
t/several_authors.t (Wstat: 512 Tests: 17 Failed: 1)
Failed test: 15
Non-zero exit status: 2
Parse errors: Bad plan. You planned 20 tests but ran 17.
Files=59, Tests=843, 50 wallclock secs ( 0.49 usr 0.23 sys + 30.24 cusr 5.11 csys = 36.07
CPU)
Result: FAIL
Failed 3/59 test programs. 8/843 subtests failed.
make: *** [test_dynamic] Error 35
--
Reini Urban