develooper Front page | perl.perl5.porters | Postings from May 2008

Fw: Smoke [5.11.0] 33789 FAIL(F) HP-UX B.11.11/64 (PA-RISC2.0/64/2cpu)

From:
H.Merijn Brand
Date:
May 15, 2008 02:05
Subject:
Fw: Smoke [5.11.0] 33789 FAIL(F) HP-UX B.11.11/64 (PA-RISC2.0/64/2cpu)
Message ID:
20080515110536.076806b4@pc09.procura.nl
Below report is still failing in current blead. My analysis was either
ignored or missed or not received.

Begin forwarded message:

Date: Thu, 8 May 2008 13:06:24 +0200
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
To: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Cc: smokers-reports@perl.org
Subject: Re: Smoke [5.11.0] 33789 FAIL(F) HP-UX B.11.11/64 (PA-RISC2.0/64/2 cpu)

On Thu, 8 May 2008 08:26 +0200, "H.Merijn Brand" <h.m.brand@xs4all.nl> wrote:

> Automated smoke report for 5.11.0 patch 33789
> r3: PA8800 (PA-RISC2.0/64/2 cpu)
>     on        HP-UX - B.11.11/64
>     using     cc version B.11.11.18
>     smoketime 9 hours 41 minutes (average 1 hour 12 minutes)
> 
> Summary: FAIL(F)
> 
> O = OK  F = Failure(s), extended report at the bottom
> X = Failure(s) under TEST but not under harness
> ? = still running or test results not (yet) available
> Build failures during:       - = unknown or N/A
> c = Configure, m = make, M = make (after miniperl), t = make test-prep
> 
>    33789     Configuration (common) none
> ----------- ---------------------------------------------------------
> F F F F F F 
> F F F F F F -Duse64bitall
> F F F F F F -Duseithreads
> F F F F F F -Duseithreads -Duse64bitall
> | | | | | +- LC_ALL = univ.utf8 -DDEBUGGING
> | | | | +--- PERLIO = perlio -DDEBUGGING
> | | | +----- PERLIO = stdio  -DDEBUGGING
> | | +------- LC_ALL = univ.utf8
> | +--------- PERLIO = perlio
> +----------- PERLIO = stdio 
> 
> Locally applied patches:
>     DEVEL
>     SMOKE33789
> 
> Tests skipped on user request:
>     lib/Test/Simple/t/utf8.t
> Failures: (common-args) none
> [stdio/perlio/univ.utf8] 
> [stdio/perlio/univ.utf8] -DDEBUGGING
> [stdio/perlio/univ.utf8] -Duse64bitall
> [stdio/perlio/univ.utf8] -DDEBUGGING -Duse64bitall
> [stdio/perlio/univ.utf8] -Duseithreads
> [stdio/perlio/univ.utf8] -DDEBUGGING -Duseithreads
> [stdio/perlio/univ.utf8] -Duseithreads -Duse64bitall
> [stdio/perlio/univ.utf8] -DDEBUGGING -Duseithreads -Duse64bitall
>     ../ext/Time/Piece/t/07arith.t...............................FAILED
>         Bad plan.  You planned 13 tests but ran 10.

/pro/3gl/CPAN/perl-current/t 113 > TEST -v ../ext/Time/Piece/t/07arith.t
t/../ext/Time/Piece/t/07arith....1..13
ok 1 - use Time::Piece;
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
Error parsing time at ../lib/Time/Piece.pm line 615.
# Looks like you planned 13 tests but only ran 10.
# Looks like your test died just after 10.
FAILED--expected 13 tests, saw 10
Failed 1 test out of 1, 0.00% okay.
        ../ext/Time/Piece/t/07arith.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.05  s=0.01  cu=0.14  cs=0.01  scripts=1  tests=13

just before

# this one wraps around to March because of the leap year
my $t4 = $t->add_years(1);

$t is

$VAR1 = bless( [
                 56,
                 34,
                 12,
                 29,
                 1,
                 100,
                 2,
                 59,
                 0,
                 951827696,
                 0
               ], 'Time::Piece' );

just before the _strptime in Time/Piece.pm (line 615), $string and
$format are

$VAR1 = '2001-2-29 12:34:56';
$VAR2 = '%Y-%m-%d %H:%M:%S';

-- 
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/



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About