T::H 2.38

2003-12-01 Thread H.Merijn Brand
Test::Harness-1.38 on HP-UX 11.00 with perl-5.6.1

PERL_DL_NONLAZY=1 /pro/bin/perl5.6.1 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.ok
t/assertok
t/base..ok
t/callback..ok
t/inc_taint.ok
t/nonumbers.ok
t/okok
t/pod...skipped
all skipped: Test::Pod 1.00 required for testing POD
t/prove-switchesPerl lib version (v5.6.1) doesn't match executable version 
(v5.8.0) at /pro/lib/perl5/5.6.1/PA-RISC2.0/Config.pm line 21.
Compilation failed in require at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness/Straps.pm line 8.
BEGIN failed--compilation aborted at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness/Straps.pm line 8.
Compilation failed in require at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness.pm line 7.
BEGIN failed--compilation aborted at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness.pm line 7.
Compilation failed in require at blib/script/prove line 8.
BEGIN failed--compilation aborted at blib/script/prove line 8.
# Failed test (t/prove-switches.t at line 59)
Perl lib version (v5.6.1) doesn't match executable version (v5.8.0) at 
/pro/lib/perl5/5.6.1/PA-RISC2.0/Config.pm line 21.
Compilation failed in require at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness/Straps.pm line 8.
BEGIN failed--compilation aborted at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness/Straps.pm line 8.
Compilation failed in require at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness.pm line 7.
BEGIN failed--compilation aborted at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness.pm line 7.
Compilation failed in require at blib/script/prove line 8.
BEGIN failed--compilation aborted at blib/script/prove line 8.
# Failed test (t/prove-switches.t at line 59)
t/prove-switchesNOK 2Perl lib version (v5.6.1) doesn't match executable version 
(v5.8.0) at /pro/lib/perl5/5.6.1/PA-RISC2.0/Config.pm line 21.
Compilation failed in require at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness/Straps.pm line 8.
BEGIN failed--compilation aborted at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness/Straps.pm line 8.
Compilation failed in require at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness.pm line 7.
BEGIN failed--compilation aborted at 
/pro/3gl/CPAN/Test-Harness-2.38/blib/lib/Test/Harness.pm line 7.
Compilation failed in require at blib/script/prove line 8.
BEGIN failed--compilation aborted at blib/script/prove line 8.
# Failed test (t/prove-switches.t at line 59)
# Looks like you failed 3 tests of 3.
t/prove-switchesdubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/strap-analyze.ok
t/strap.ok
t/test-harness..ok
62/209 skipped: various reasons
Failed TestStat Wstat Total Fail  Failed  List of Failed
---
t/prove-switches.t3   768 33 100.00%  1-3
1 test and 62 subtests skipped.
Failed 1/12 test scripts, 91.67% okay. 3/536 subtests failed, 99.44% okay.

-- 
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.   http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org




Re: T::H 2.38

2003-12-01 Thread Rafael Garcia-Suarez
H.Merijn Brand wrote:
> t/prove-switchesPerl lib version (v5.6.1) doesn't match executable version 
> (v5.8.0) at /pro/lib/perl5/5.6.1/PA-RISC2.0/Config.pm line 21.

prove begins with #!/usr/bin/perl and prove-switches.t
runs it with
my @actual = qx/$prove -Ifirst -D -I second -Ithird -Tvdb/;
A $^X should be inserted here.
(in bleadperl, the shebang line of prove is fixed when installed.)