Initial results on 25308 blead on OpenVMS/Alpha.
EAGLE> search blead.log failed
t/op/arith................................FAILED--expected 145 tests,
saw 144
t/op/goto.................................FAILED at test 53
t/op/gv...................................FAILED at test 67
t/op/magic................................FAILED at test 7
ext/Compress/Zlib/t/03examples............FAILED at test 10
ext/Compress/Zlib/t/06gzdopen.............FAILED--unexpected output at
test 0
ext/Devel/Peek/t/Peek.....................FAILED--unexpected output at
test 20
lib/Archive/Tar/t/02_methods..............FAILED--unexpected output at
test 68
lib/ExtUtils/ParseXS/t/basic..............FAILED--unexpected output at
test 3
lib/ExtUtils/t/basic......................FAILED at test 67
lib/ExtUtils/t/Constant...................FAILED at test 27
lib/ExtUtils/t/FIRST_MAKEFILE.............FAILED at test 4
lib/ExtUtils/t/PL_FILES...................FAILED at test 3
lib/File/Copy.............................FAILED at test 20
lib/Math/BigInt/t/mbi_rand................FAILED--unexpected output at
test 60
lib/Test/Simple/t/create..................FAILED at test 7
Failed 16 test scripts out of 921
t/op/arith appears to be a new failure I will have to look at.
The last test is not running.
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'
On other tests, this behavior is marked #TODO for VMS.
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.
In the short term this test might be supposed to fail on VMS.
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.
ext/Compress/Zlib/t/03examples............FAILED at test 10
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, I still have to decode the output.
lib/Archive/Tar/t/02_methods..............FAILED--unexpected output at
test 68
Looks like it is attempting to use a longer filename length than VMS on
ALPHA/I64 can currently handle.
lib/ExtUtils/ParseXS/t/basic..............FAILED--unexpected output at
test 3
Base.pm needs to be fixed to build a VMS shared image.
lib/ExtUtils/t/basic......................FAILED at test 67
not ok 67 - disttest
LIB/EXTUTILS/T/BASIC....FAILED at test 67
lib/ExtUtils/t/Constant...................FAILED at test 27
Fix known and is in progresss.
lib/ExtUtils/t/FIRST_MAKEFILE.............FAILED at test 4
not ok 4 - FIRST_MAKEFILE honored
LIB/EXTUTILS/T/FIRST_MAKEFILE....FAILED at test 4
Unknown failure.
lib/ExtUtils/t/PL_FILES...................FAILED at test 3
Unknown failure.
lib/File/Copy.............................FAILED at test 20
An access date is not preserved on copy.
lib/Math/BigInt/t/mbi_rand................FAILED--unexpected output at
test 60
Still not sure on this one, sometimes it looks like one of the output
lines is being treated as two lines in the test harness.
lib/Test/Simple/t/create..................FAILED at test 7
Fix known, but not in blead yet.
-John
[EMAIL PROTECTED]
Personal Opinion Only