Front page | perl.perl5.porters |
Postings from November 2008
Re: Smoke [5.11.0] 34896 FAIL(F) HP-UX B.11.31/64 (ia64/2 cpu)
From:
H.Merijn Brand
Date:
November 21, 2008 03:39
Subject:
Re: Smoke [5.11.0] 34896 FAIL(F) HP-UX B.11.31/64 (ia64/2 cpu)
Message ID:
20081121123908.54439796@pc09.procura.nl
On Fri, 21 Nov 2008 12:22 +0100, "H.Merijn Brand" <h.m.brand@xs4all.nl>
wrote:
> Automated smoke report for 5.11.0 patch 34896
> x2: Intel(R) Itanium 2 9100/1710 (ia64/2 cpu)
> on HP-UX - B.11.31/64
> using gcc version 4.2.4
> smoketime 7 hours 25 minutes (average 55 minutes 38 seconds)
>
> 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
>
> 34896 Configuration (common) -Dcc=gcc
> ----------- ---------------------------------------------------------
> 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
> SMOKE34896
>
> Tests skipped on user request:
> lib/Test/Simple/t/utf8.t
> Failures: (common-args) -Dcc=gcc
> [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/POSIX/t/time.t.......................................FAILED
> 9
I can make this pass with::
--8<---
--- ext/POSIX/t/time.t.org 2008-11-21 12:37:46 +0100
+++ ext/POSIX/t/time.t 2008-11-21 12:35:45 +0100
@@ -47,6 +47,8 @@ setlocale(LC_TIME, $orig_loc) || die "Ca
like(clock(), qr/\d*/, "clock() returns a numeric value");
ok(clock() >= 0, "...and it returns something >= 0");
+$ENV{TZ} = "GMT";
+
SKIP: {
skip "No difftime()", 1 if $Config{d_difftime} ne 'define';
is(difftime(2, 1), 1, "difftime()");
-->8---
Does that make any sense?
--
H.Merijn Brand Amsterdam Perl Mongers http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, SuSE 10.1, 10.2, and 10.3, AIX 5.2, and Cygwin.
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/