Here is a list of failures in the test suite (MMS test).  I'm not sure if any are "dangerous", hopefully someone will know.  The one departure my build has from a regular build is that I've built using /float=dfloat.  miniperl information is at the end.
 
        t/op/pack.................................FAILED at test 0
        t/uni/class...............................FAILED at test 2959
        t/lib/vms_stdio...........................FAILED at test 19
        ext/Encode/t/enc_module...................FAILED at test 1
        lib/Math/BigInt/t/bare_mbi................FAILED at test 2666
        lib/Math/BigInt/t/bigintpm................FAILED at test 2666
        lib/Math/BigInt/t/bigroot.................FAILED at test 1
        lib/Math/BigInt/t/sub_mbi.................FAILED at test 2666
        lib/Math/BigRat/t/bigrat..................FAILED at test 131
        lib/Math/BigRat/t/bigratup................FAILED at test 5
        lib/Pod/t/basic...........................FAILED at test 7
        lib/Unicode/UCD...........................FAILED at test 180
 
running @[.vms]test.com .exe "" "-v" didn't seem to produce any useful (new) information for these.  Since the test case files tend to be compact (rather than a list of numbered test cases) its hard to establish what test was actually being performed (at least, on a cursory examination) so I didn't take it any further than that.
 
-Tracy
 
MCR []MINIPERL "-V"
(I noticed I had to redefine perl_root so it didn't bitch like this:
   Perl lib version (5.00462) doesn't match executable version (5.008005) at...)
 
A:PERL-5_8_5> define/nolog perl_root dym$disk:[dymax.perl-5_8_5.]
A:PERL-5_8_5> mcr []miniperl "-V"
Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
  Platform:
    osname=VMS, osvers=V7.3-2, archname=VMS_AXP
    uname='VMS dyma V7.3-2 AlphaServer DS10 617 MHz'
    config_args=''
    hint=none, useposix=false, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=unde
f
    useperlio=define d_sfio=undef uselargefiles=undef usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=undef, bincompat5005=undef
  Compiler:
    cc='CC/DECC', ccflags ='/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.ob
j /NOANSI_ALIAS/FLOAT=D_FLOAT',
    optimize='/NoList',
    cppflags='undef'
    ccversion='60590001', 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='int', lseeksize=4
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='Link', ldflags ='/NoTrace/NoMap'
    libpth=/sys$share /sys$library
    libs=
    perllibs=
    libc=(DECCRTL), so=exe, useshrplib=undef, 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
  Built under VMS
  Compiled at Nov  8 2004 12:01:23
  %ENV:
    PERL5LIB="PERL_DYLIB"
    PERLSHR="DSA0:[DYMAX.PERL-5_8_5]PERLSHR.EXE"
    PERL_AXP="PERL_ROOT:[AXP]"
    PERL_CORE="1"
    PERL_DESTRUCT_LEVEL="2"
    PERL_DIR="PERL_ROOT:[000000]"
    PERL_DYLIB="DYM$PERLDYLIB"
    PERL_LIB="PERL_ROOT:[LIB]"
    PERL_ROOT="DYM$DISK:[DYMAX.PERL-5_8_5.]"
    PERL_TEST="PERL_ROOT:[DYLIB.HARNESS]"
    PERL_VAX="PERL_ROOT:[VAX]"
  @INC:
    PERL_DYLIB
    perl_root:[lib.VMS_AXP.5_8_5]
    perl_root:[lib]
    perl_root:[lib.site_perl.VMS_AXP]
    perl_root:[lib.site_perl]
    /perl_root/lib/site_perl
    .

Reply via email to