On 7/7/07, demerphq <[EMAIL PROTECTED]> wrote:
On 7/7/07, Craig Berry <[EMAIL PROTECTED]> wrote:
> On 7/7/07, demerphq <[EMAIL PROTECTED]> wrote:
> > Id really appreciate it if people could test it out and get back to me
> > with issues if they have any.
>
> Looks good with blead on VMS:
>
> All tests successful, 2 tests and 11 subtests skipped.
> Files=5, Tests=130, 36 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
>
Thanks, much obliged.
If you don't mind, could you try it a bit more than just its own
tests? Maybe install it and then install something else using it?
OK, I installed it. I wasn't sure what would exercise the changes,
but I built and installed DBI and that appeared to go ok (aside from
several DBI test failures, but that's a separate issue).
Then I reran all the ExtUtils tests in the core and came up with a few
new failures. I guess installing it does not install its tests, which
may be some (all?) of the problem here, but I haven't had a chance to
dig into it.
$ perl harness -v [-.lib.extutils.t]basic.t
[-.lib.extutils.t]install_base.t [-.lib.extutils.t]installed.t
[-.lib.extutils.t]basic...........1..83
ok 1 - setup
<snip>
ok 29
not ok 30
# Failed test at [-.lib.extutils.t]basic.t line 135.
# 'Set Default [.liar]
# MMK /Descrip= Descrip.MMS all
# Set Default 'startdir'
# Installing [-.dummy-install.lib.site_perl.big]dummy.pm
# Installing [-.dummy-install.lib.site_perl.big]liar.pm
# Installing [-.dummy-install.utils]program.
# Appending installation info to
[-.dummy-install.lib.VMS_AXP.5_9_5]perllocal.pod
# '
# doesn't match '(?m-xis:^Writing )'
ok 31 - install dir created
<snip>
[-.lib.extutils.t]install_base....1..21
ok 1 - setup
<snip>
ok 6
not ok 7
# Failed test at [-.lib.extutils.t]install_base.t line 54.
# 'Set Default [.liar]
# MMK /Descrip= Descrip.MMS all
# Set Default 'startdir'
# Installing [-.dummy-install.lib.perl5.big]dummy.pm
# Installing [-.dummy-install.lib.perl5.big]liar.pm
# Installing [-.dummy-install.bin]program.
# Appending installation info to
[-.dummy-install.lib.perl5.VMS_AXP-ithread]perllocal.pod
# '
# doesn't match '(?m-xis:^Writing )'
ok 8 - install dir created
<snip>
# Looks like you failed 1 test of 21.
[-.lib.extutils.t]installed.......1..46
<snip>
ok 8 # skip no man directory man3dir on this system
not ok 9 - ... should find prog file under perl_root
# Failed test '... should find prog file under perl_root'
# at [-.lib.extutils.t]installed.t line 63.
ok 10 # skip no man directories on this system
<snip>
not ok 33 - ... should find doc file in correct dir
# Failed test '... should find doc file in correct dir'
# at [-.lib.extutils.t]installed.t line 172.
# got: '0'
# expected: '1'
Use of uninitialized value $this in pattern match (m//) at
[-.lib.extutils.t]installed.t line 173.
not ok 34 - ... checking file name
# Failed test '... checking file name'
# at [-.lib.extutils.t]installed.t line 173.
# undef
# doesn't match '(?-xism:foobar[>\]]?$)'
ok 35 - ... should find all files with no type specified
<snip>
# Looks like you failed 3 tests of 46.
%SYSTEM-F-ABORT, abort
%SYSTEM-F-ABORT, abort
dubious
Test returned status 44 (wstat 1024, 0x400)
(VMS status is 44)
DIED. FAILED tests 9, 33-34
Failed 3/46 tests, 93.48% okay (less 10 skipped tests: 33 okay, 71.74%)
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
[-.lib.extutils.t]basic.t 44 1024 83 1 30
[-.lib.extutils.t]install_base.t 44 1024 21 1 7
[-.lib.extutils.t]installed.t 44 1024 46 3 9 33-34
40 subtests skipped.
Failed 3/3 test scripts. 5/150 subtests failed.
Files=3, Tests=150, 341 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Failed 3/3 test programs. 5/150 subtests failed.
%SYSTEM-F-ABORT, abort
$