Sorry, my buggy rsync did not bring over the .patches file.

t/run/exit................................FAILED--unexpected output at test 3

Fixes to the mapping of VMS (NATIVE) status codes to PERL (UNIX) in progress. Changes needed to vms.c,perl.h,pp_sys.c and t/run/exit.t so far.

t/op/exec.................................FAILED at test 15
Investigating race condition where UNIX status code for child has been changed after Perl has recorded it, so $! reports a different status than the UNIX status code indicates. Putting in quick fix, which is building as I type this.

All this status handling will need to be changed again if support for the GNV BASH shell is ever done, but that is a whole other can of worms. It will need for Perl to know which VMS shell is in effect in many places where it runs child processes.

Most of the following have not yet been investigated, as I am trying to get the VMS to PERL status mapping fixed. A lot of them look to be the same symptoms, so fixing one case may fix them all.

Some vmsify() cases are broken, but I have quite a few fixes queued up for vmsify and related routines so I will investigate these last unless they are blocking verifying other problems.


t/op/goto.................................FAILED at test 53
not ok 53 - next and goto
# Failed at [-.t.op]goto.t line 421
#      got 'ok
# '
# expected 'ok'
not ok 54 - redo and goto
# Failed at [-.t.op]goto.t line 428
#      got 'ok
# '
# expected 'ok'


t/op/gv...................................FAILED at test 67
Attempting to pipe a multi-line program as an embedded perl command on VMS.
It does not seem to work.


t/op/magic................................FAILED at test 7
@ENV{keys(%ENV)} is duplicating the first hash member the first time it is called, and only the first time it is called.


t/op/recurse..............................FAILED at test 28
not ok 28 - 64K deep recursion - no coredump expected
# Failed at [-.t.op]recurse.t line 132
#      got '-1'
# expected '0'


t/op/ref..................................FAILED at test 58
not ok 58
# Failed at [-.t.op]ref.t line 331
#      got '-1'
# expected '0'

not ok 31
# Failed test at line 300
# Exited with status -1
t/op/taint................................FAILED at test 31


t/lib/vmsfspec............................FAILED--unexpected output at test 62
not ok 76 - pathify('__down_:[__the_.__garden_]__path_.dir;1'): ''
# Failed at [-.t.lib]vmsfspec.t line 24
#      got undef
# expected '__down_:[__the_.__garden_.__path_]'


ext/Compress/Zlib/t/03examples............FAILED at test 1
ext/Compress/Zlib/t/06gzdopen.............FAILED--unexpected output at test 0
Issue needs to be investigated on VMS.


ext/Devel/Peek/t/Peek.....................FAILED--unexpected output at test 20
Test 21 fails, reason still unknown.


ext/Filter/t/call.........................FAILED at test 5
Odd numbered test starting at 5 fail.


ext/POSIX/t/sigaction.....................FAILED--unexpected output at test 25
ok 25 - safe signal delivery must work
Use of uninitialized value in numeric gt (>) at [-.ext.posix.t]sigaction.t line
183.
ok 26 # skip no SIGRT signals


lib/Archive/Tar/t/02_methods..............FAILED--unexpected output at test 68 Needs further investigation, may have exceeded filename length for older VMS, and Perl does not know about the current VMS filename length.


lib/AutoSplit.............................FAILED--unexpected output at test 1 Looks like an extra diagnostic is printing that should not be, or is missing a "#" at first glance.


lib/bignum/t/bninfnan.....................FAILED--unexpected output at test 0
EAGLE> mcr []Perl. "-I[-.lib]" [-.lib.bignum.t]bninfnan.t
# INC = [-.lib.bignum.t]bninfnan.t ../lib ../lib/bignum/t
1..26
# Running under perl version 5.009003 for VMS
# Current time local: Sun Aug  7 00:53:49 2005
# Current time GMT:   Sun Aug  7 04:53:49 2005
# Using Test.pm version 1.25
Use of uninitialized value $_ in scalar chop at ../lib/DynaLoader.pm line 159.
Use of uninitialized value $_ in concatenation (.) or string at
../lib/DynaLoader.pm line 161.
Use of uninitialized value in require at ../lib/Config.pm line 66.
Use of uninitialized value in require at ../lib/bignum.pm line 155.
Use of uninitialized value in require at [-.lib.bignum.t]bninfnan.t line 38.
ok 1


lib/Config/Extensions.....................FAILED--unexpected output at test 0
EAGLE> mcr []Perl. "-I[-.lib]" [-.lib.config]extensions.t
Use of uninitialized value in split at ../lib/Config/Extensions.pm line 12.
ok 1 - use Config::Extensions;


lib/ExtUtils/ParseXS/t/basic..............FAILED--unexpected output at test 3
#include "EXTERN.h"
#include "EXTERN.h"
.^
.^
%CC-F-NOINCLFILEF, Cannot find file "EXTERN.h" specified in #include directive. %CC-F-NOINCLFILEF, Cannot find file "EXTERN.h" specified in #include directive.
at line number 1 in file
PROJECT_ROOT:[perl-blead.lib.ExtUtils.ParseXS.t]XSTest.xs;1
at line number 1 in file
PROJECT_ROOT:[perl-blead.lib.ExtUtils.ParseXS.t]XSTest.xs;1
error building XSTest.obj from 'XSTest.c' at ../../ExtUtils/CBuilder/Base.pm
line 101, <File0000> line 134.
%CC-F-ENDDIAGS, !AS completed with !UL diagnostic!%S


lib/ExtUtils/t/basic......................FAILED at test 3
not ok 3 - Makefile.PL exited with zero
#     Failed test ([-.lib.extutils.t]basic.t at line 53)
#          got: -1
#     expected: 0


lib/ExtUtils/t/Constant...................FAILED at test 1
not ok 1 # eagle$dqa0:[project_root.perl-blead.t]perl.;1 "-I../../../lib"
Makefile.PL failed: -1


lib/ExtUtils/t/Embed......................FAILED at test 1
# CC/DECC /Obj=embed_test.obj
/Include=([-],[],perl_root:[lib.VMS_AXP.5_9_3.CORE])
/Standard=Relaxed_ANSI/Prefi
x=All /NOANSI_ALIAS/float=ieee/ieee=denorm/Define=_LARGEFILE    embed_test.c
not ok 1


lib/ExtUtils/t/FIRST_MAKEFILE.............FAILED at test 3
not ok 3 - Makefile.PL exited with zero
#     Failed test ([-.lib.extutils.t]first_makefile.t at line 35)
#          got: -1
#     expected: 0


lib/ExtUtils/t/installbase................FAILED at test 3
not ok 3 - Makefile.PL exited with zero
#     Failed test ([-.lib.extutils.t]installbase.t at line 41)


lib/ExtUtils/t/PL_FILES...................FAILED at test 2
not ok 2
#     Failed test ([-.lib.extutils.t]pl_files.t at line 35)


lib/ExtUtils/t/PL_FILES...................FAILED at test 2
not ok 4 -   exited normally
#     Failed test ([-.lib.extutils.t]prereq_print.t at line 53)


lib/ExtUtils/t/recurs.....................FAILED at test 3
not ok 3 - Makefile.PL exited with zero
#     Failed test ([-.lib.extutils.t]recurs.t at line 50)


not ok 20 - mtime preserved by copy()
#     Failed test ([-.lib.file]copy.t at line 112)
#          got: '1123391517'
#     expected: '1000000000'


lib/File/Spec/t/Spec......................FAILED--unexpected output at test 210
Use of uninitialized value $dir in concatenation (.) or string at
../lib/File/Spec/VMS.pm line 413.
not ok 211


lib/h2xs..................................FAILED at test 3
not ok 3 - running eagle$dqa0:[project_root.][perl-blead.t]perl.;1 "-I../lib"
"-I../../lib" [-.utils]h2xs.com -f
 -n h2xst 2>&1
#     Failed test ([-.lib]h2xs.t at line 168)


lib/Math/BigInt/t/mbi_rand................FAILED--unexpected output at test 28
Looks like the output of one of the tests is being reported on two lines and
that is confusing the test harness.


lib/Test/Simple/t/create..................FAILED at test 7
not ok 7


lib/vmsish................................FAILED at test 2
not ok 2 - simple Perl invokation: POSIX success status
LIB/VMSISH....FAILED at test 2


MMS/MMK target CLEAN does not work, it is trying to run a DCL command named "false". Also the clean function for the encoded/* descrip.mms is failing.


Descrip.mms_template realclean does not delete extra.pods.


Perl debugger is not cleaning up perldb_pids logical always from the "q" command.


-John
[EMAIL PROTECTED]
Personal Opinion Only

Reply via email to