With a -des configure on OpenVMS Alpha 7.3 I get:
ext/Encode/t/perlio.................FAILED at test 28
lib/Test/Harness/t/strap-analyze....FAILED at test 9
lib/Test/Harness/t/test-harness.....FAILED at test 17
Failed 3 test scripts out of 616, 99.51% okay.
The new Test::Harness looks like it has some problems related to exit
statuses. I don't know what perlio.t's problem is but it's been the
same through the last few Encode upgrades. I'm afraid I have no time
today to investigate further. Verbose output below with ok's snipped:
$ perl [-.ext.encode.t]perlio.t
1..28
not ok 28 - <:encoding(euc-kr) by lines
# Failed test ([-.ext.encode.t]perlio.t at line 123)
not ok 29 - <:encoding(euc-kr)
# Failed test ([-.ext.encode.t]perlio.t at line 109)
not ok 30 - <:encoding(euc-kr) by lines
# Failed test ([-.ext.encode.t]perlio.t at line 123)
panic: pp_iter at [-.ext.encode.t]perlio.t line 58.
# Looks like you planned 28 tests but ran 2 extra.
# Looks like your test died just after 30.
$ perl [-.lib.test.harness.t]strap-analyze.t
1..35
not ok 9 - the rest
# Failed test ([-.lib.test.harness.t]strap-analyze.t at line 394)
# Structures begin differing at:
# $got->{exit} = '4'
# $expected->{exit} = '1'
not ok 11 - the rest
# Failed test ([-.lib.test.harness.t]strap-analyze.t at line 394)
# Structures begin differing at:
# $got->{exit} = '4'
# $expected->{exit} = '1'
not ok 17 - the rest
# Failed test ([-.lib.test.harness.t]strap-analyze.t at line 394)
# Structures begin differing at:
# $got->{exit} = '4'
# $expected->{exit} = '1'
# Looks like you failed 3 tests of 35.
$ perl [-.lib.test.harness.t]test-harness.t
1..77
not ok 17 - die_head_end - failed
# Failed test ([-.lib.test.harness.t]test-harness.t at line 394)
# Structures begin differing at:
# $got->{wstat} = '1024'
# $expected->{wstat} = '256'
not ok 21 - die - failed
# Failed test ([-.lib.test.harness.t]test-harness.t at line 394)
# Structures begin differing at:
# $got->{wstat} = '1024'
# $expected->{wstat} = '256'
not ok 69 - die_last_minute - failed
# Failed test ([-.lib.test.harness.t]test-harness.t at line 394)
# Structures begin differing at:
# $got->{wstat} = '1024'
# $expected->{wstat} = '256'
# Looks like you failed 3 tests of 77.
--
____________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]
"Literary critics usually know what they're
talking about. Even if they're wrong."
-- Perl creator Larry Wall