Front page | perl.perl5.porters |
Postings from May 2008
Re: Some smoke digging
Thread Previous
|
Thread Next
From:
H.Merijn Brand
Date:
May 24, 2008 12:27
Subject:
Re: Some smoke digging
Message ID:
20080524212714.3c6575b8@pc09.procura.nl
On Sat, 24 May 2008 20:48:03 +0200, Bram <p5p@perl.wizbit.be> wrote:
> Quoting "H.Merijn Brand" <h.m.brand@xs4all.nl>:
>
> > On Sat, 24 May 2008 10:05:56 -0500, "Craig A. Berry"
> > <craig.a.berry@gmail.com> wrote:
> >
> >> On Sat, May 24, 2008 at 2:43 AM, H.Merijn Brand <h.m.brand@xs4all.nl> wrote:
> >>
> >> > OK, if it is Matt's repo already, and we agree on the solution (thank
> >> > you for the explanation, I at least now also agree to Gisle's fix), I
> >> > would like to update blead.
> >>
> >> It's in:
> >>
> >> http://public.activestate.com/cgi-bin/perlbrowse/p/33918
> >>
> >> 07arith.t now passes on VMS.
> >
> > Passes on HP-UX too.
> > I've still got this one left, and I've got no idea why:
> >
> > Test Summary Report
> > -------------------
> > ../lib/blib.t
> > (Wstat: 768 Tests: 7 Failed: 3)
> > Failed tests: 1, 4-5
> > Non-zero exit status: 3
>
> Can you check what is in @INC?
CPAN/perl-current/t 140 > ./perl -I../lib -le'print for @INC'
../lib
/pro/lib/perl5/5.11.0/IA64.ARCHREV_0
/pro/lib/perl5/5.11.0
/pro/lib/perl5/site_perl/5.11.0/IA64.ARCHREV_0
/pro/lib/perl5/site_perl/5.11.0
.
CPAN/perl-current/t 141 > ./TEST -v ../lib/blib.t
t/../lib/blib....1..7
not ok 1 - Fails if blib directory not found
# Failed test 'Fails if blib directory not found'
# at ../lib/blib.t line 48.
FAILED at test 1
Failed 1 test out of 1, 0.00% okay.
../lib/blib.t
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=0.03 s=0.01 cu=0.06 cs=0.01 scripts=1 tests=7
CPAN/perl-current/t 142 > perl harness -v ../lib/blib.t
../lib/blib......
1..7
not ok 1 - Fails if blib directory not found
# Failed test 'Fails if blib directory not found'
# at ../lib/blib.t line 48.
ok 2 - use blib;
ok 3 - use blib is nice and quiet
not ok 4 - @INC now has 3 elements (/pro/3gl/CPAN/perl-current/t/blib/arch /pro/3gl/CPAN/perl-current/t/blib/lib /pro/3gl/CPAN/perl-current/t/../../blib/arch /pro/3gl/CPAN/perl-current/t/../../blib/lib ../lib)
# Failed test '@INC now has 3 elements (/pro/3gl/CPAN/perl-current/t/blib/arch /pro/3gl/CPAN/perl-current/t/blib/lib /pro/3gl/CPAN/perl-current/t/../../blib/arch /pro/3gl/CPAN/perl-current/t/../../blib/lib ../lib)'
# at ../lib/blib.t line 59.
# got: '5'
# expected: '3'
not ok 5 - blib added to the front of @INC
# Failed test 'blib added to the front of @INC'
# at ../lib/blib.t line 60.
# got: '/pro/3gl/CPAN/perl-current/t/../../blib/arch'
# expected: '../lib'
ok 6 - blib/lib in @INC
ok 7 - blib/arch in @INC
# Looks like you failed 3 tests of 7.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/7 subtests
Test Summary Report
-------------------
../lib/blib.t (Wstat: 768 Tests: 7 Failed: 3)
Failed tests: 1, 4-5
Non-zero exit status: 3
Files=1, Tests=7, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.08 CPU)
Result: FAIL
Failed 1/1 test programs. 3/7 subtests failed.
--
H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org
http://www.goldmark.org/jeff/stupid-disclaimers/
Thread Previous
|
Thread Next