lib/autodie/t/hints...........................................FAILED at test 10 lib/ExtUtils/t/basic..........................................FAILED at test 28
Failed 2 tests out of 1585, 99.87% okay.

Details:

$ perl [-.lib.autodie.t]hints.t
ok 1 - Id: copy
ok 2 - Id: cp
ok 3 - Id: move
ok 4 - Id: mv
ok 5 - copy() hints should fail on 0 for scalars.
ok 6 - copy() hints should fail on 0 for lists.
ok 7 - Copying in scalar context should throw an error.
ok 8 - The object isa autodie::exception
ok 9 - Function should be original name
not ok 10 - File::Copy returns zero on failure
#   Failed test 'File::Copy returns zero on failure'
#   at [-.lib.autodie.t]hints.t line 69.
#          got: ''
#     expected: '0'
ok 11 - File::Copy called in scalar context
ok 12 - Copying in list context should throw an error.
ok 13 - The object isa autodie::exception
ok 14 - Function should be original name
not ok 15 - File::Copy returns zero on failure
#   Failed test 'File::Copy returns zero on failure'
#   at [-.lib.autodie.t]hints.t line 91.
#     Structures begin differing at:
#          $got->[0] = ''
#     $expected->[0] = '0'
ok 16 - File::Copy called in list context
ok 17 - fail_on_undef(1)
ok 18 - fail_on_empty(undef)
ok 19 - fail_on_empty()
ok 20 - fail_on_false(1)
ok 21 - fail_on_false(0)
ok 22 - fail_on_empty(0)
ok 23 - fail_on_undef(undef)
ok 24 - fail_on_undef(0)
ok 25 - fail_on_undef()
ok 26 - fail_on_empty(1)
ok 27 - fail_on_false(undef)
ok 28 - fail_on_false()
1..28
# Looks like you failed 2 tests of 28.
%SYSTEM-F-ABORT, abort

So likely we have an incompatible exit value on File::Copy, but I don't know offhand why autodie cares about that. Needs looking into.

lib/ExtUtils/basic.t fails with:

ok 84 - teardown
# Looks like you planned 81 tests but ran 84.

but we're still at MakeMaker 6.50 in maint so I'll see if this is repeatable with the 6.50_03 now in blead.

Configuration follows:

$ perl -"V"
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Snapshot of: a5f97a6fb2c6c5d04afcf3f9eaa92776ee947e44
  Platform:
    osname=VMS, osvers=V8.3-1H1, archname=VMS_IA64-ithread
    uname='VMS alma V8.3-1H1 HP rx2600  (1.50GHz/6.0MB)'
config_args='-"Dusevmsdebug" -"Duseithreads" -"Dcf_email=system" -"des"'
    hint=none, useposix=false, d_sigaction=define
    useithreads=define, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=undef, bincompat5005=undef
  Compiler:
cc='CC/DECC', ccflags ='/Include=[]/Standard=Relaxed_ANSI/ Prefix=All/Obj=.obj /NOANSI_ALIAS/float=ieee/ieee=denorm/Define=_USE_S
TD_STAT=1',
    optimize='/List/Debug/NoOpt',
    cppflags='undef'
    ccversion='70390018', gccversion='', gccosandvers='undef'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='Link/nodebug', ldflags ='/Debug/Trace/Map'
    libpth=/sys$share /sys$library
    libs=
    perllibs=
    libc=(DECCRTL), so=exe, useshrplib=true, libperl=undef
    gnulibc_version='undef'
  Dynamic Linking:
    dlsrc=dl_vms.c, dlext=exe, d_dlsymun=undef, ccdlflags=''
    cccdlflags='', lddlflags='/Share'


Characteristics of this PERLSHR image:
  Compile-time options: DEBUGGING DECCRTL_SOCKETS MULTIPLICITY
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_TRACK_MEMPOOL USE_IEEE
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO
                        USE_REENTRANT_API VMS_DO_SOCKETS
  Built under VMS
  Compiled at Jul  6 2009 19:32:22
  %ENV:
    PERL_CORE="1"
    PERL_DESTRUCT_LEVEL="2"
    PERL_ROOT="D0:[CRAIG.MAINT-5_10.]"
  @INC:
    perl_root:[lib.VMS_IA64.5_10_0]
    perl_root:[lib]
    perl_root:[lib.site_perl.VMS_IA64]
    perl_root:[lib.site_perl]
    .
$


________________________________________
Craig A. Berry
mailto:craigbe...@mac.com

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to