On Sun, Jul 03, 2005 at 01:57:00PM +0200, [EMAIL PROTECTED] wrote:
> Automated smoke report for 5.9.3 patch 25055
> fixit.xs4all.nl: Pentium II (i386/1 cpu)
>     on        bsd/os - 4.1
>     using     cc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
>     smoketime 3 hours 56 minutes (average 1 hour 58 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
> 
>    25055     Configuration (common) none
> ----------- ---------------------------------------------------------
> F F - -     -Duse64bitint
> O O - -     
> | | | +----- PERLIO = perlio -DDEBUGGING
> | | +------- PERLIO = stdio  -DDEBUGGING
> | +--------- PERLIO = perlio
> +----------- PERLIO = stdio
> 
> 
> Failures: (common-args) none
> [stdio/perlio] -Duse64bitint
>     ../t/op/int.t...........................FAILED 11
> 

Has anyone looked into this at all?

It's this test:

    $x = 4294967295.7;
    $y = int ($x);

    if ($y eq "4294967295") {
      print "ok 11\n"
    } else {
      print "not ok 11 # int($x) is $y, not 4294967295\n"
    }

would be interesting to see what value $y actually has.

Dave.

-- 
"You're so sadly neglected, and often ignored.
A poor second to Belgium, When going abroad."
    -- Monty Python - "Finland"

Reply via email to