On Wed, May 08, 2002 at 04:30:16PM -0500, Craig A. Berry wrote: > This tests out fine against bleadperl on OpenVMS Alpha 7.1 and 7.2-1. There > were a few test failures when built with Perl 5.6.1 on VMS 7.1 but I don't > know if this was expected to work. I wouldn't make backporting that high a > priority, but if anyone is interested the full test output is below:
<snip> > t/command........... > glob failed (can't start child: invalid argument) at >/DISK8/BERRYC/EXTUTILS-MAKEMAKER-5_93_01/blib/lib/ExtUtils/Command.pm line 53. > # Failed test (t/command.t at line 48) > # got: '0' > # expected: '1' > # Failed test (t/command.t at line 49) > # undef > # doesn't match '(?-xism:00setup_dummy.t)' > # Looks like you failed 2 tests of 24. Could you find out what $file and @ARGV are at line 45? > t/installed......... > Can't cd to (/perl_root/lib/site_perl/VMS_AXP/auto/dbd/sybase/diag/) sybase : no >such file or directory > Can't cd to /perl_root/lib/site_perl/VMS_AXP/auto/dbd/sybase/bin../../.. at >/perl_root/lib/File/Find.pm line 535. > # Looks like you planned 42 tests but only ran 15. > # Looks like your test died just after 15. This is just never going to work. Too deep. > t/mkbootstrap....... > # Failed test (t/mkbootstrap.t at line 87) > # '' > # doesn't match '(?-xism:Unable to open dasboot\.bs)' > # Looks like you failed 1 tests of 18. Possibly tripping up on the different meaning of -w on VMS. It's expecting to be able to write read-only files and uses -w to confirm this. > t/packlist.......... > # Failed test (t/packlist.t at line 98) > # '' > # doesn't match '(?-xism:Can't open file)' > # Looks like you failed 1 tests of 34. Same as above.
