Front page | perl.perl5.porters |
Postings from June 2008
Re: Smoke [5.11.0] 34074 FAIL(F) HP-UX B.11.23/64 (ia64/2 cpu)
From:
H.Merijn Brand
Date:
June 20, 2008 09:01
Subject:
Re: Smoke [5.11.0] 34074 FAIL(F) HP-UX B.11.23/64 (ia64/2 cpu)
Message ID:
20080620180125.3134e79f@pc09.procura.nl
On Fri, 20 Jun 2008 17:23:57 +0200, "H.Merijn Brand"
<h.m.brand@xs4all.nl> wrote:
> On Fri, 20 Jun 2008 08:21:33 -0700, Rich Rauenzahn <rrauenza@hp.com> wrote:
> > H.Merijn Brand wrote:
> > > On Fri, 20 Jun 2008 07:08 -0700, smoketest_removethispart@hairball.cup.hp.com wrote:
> > >
> > >> Automated smoke report for 5.11.0 patch 34074
> > >> hairball: Intel(R) Itanium 2 processor/1400 MHz (ia64/2 cpu)
> > >> on HP-UX - B.11.23/64
> > >> using cc version B3910B
> > >> smoketime 12 hours 7 minutes (average 45 minutes 29 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
> > >>
> > >> 34074 Configuration (common) none
> > >> ----------- ---------------------------------------------------------
> > >> O O O O
> > >> O O O O -Duse64bitint
> > >> F F F F -Duselongdouble
> > >
> > > I don't think HP-UX supports longdoubles, so it's ok to remove these
> > > two configurations from the smoke
> >
> > Sure it does!
>
> Wow. Learned something again.
>
> > rrauenza@hairball.cup.hp.com $ cat foo2.c
> > int main () {
> > printf ("double %d\n", sizeof (double));
> > printf ("long double %d\n", sizeof (long double));
> > }
> > rrauenza@hairball.cup.hp.com $ cc foo2.c
> > rrauenza@hairball.cup.hp.com $ ./a.out
> > double 8
> > long double 16
> > rrauenza@hairball.cup.hp.com $
>
> I'll see if I can reproduce, and generate a more verbose output for Tels
CPAN/perl-current/t 105 > perl harness ../ext/Math/BigInt/FastCalc/t/bigintfc.t
../ext/Math/BigInt/FastCalc/t/bigintfc......1/359 # Test 308 got: "10000000000000000" (../ext/Math/BigInt/FastCalc/t/bigintfc.t at line 356)
# Expected: "9999999999999999"
# ../ext/Math/BigInt/FastCalc/t/bigintfc.t line 356 is: $x = $C->_new($x); $C->_dec($x); ok ($C->_str($x),$z);
# Test 325 got: "4294967295" (../ext/Math/BigInt/FastCalc/t/bigintfc.t at line 391)
# Expected: "1234567890123"
# ../ext/Math/BigInt/FastCalc/t/bigintfc.t line 391 is: ok ($C->_str( $C->_from_oct( $C->_as_oct( $C->_new("1234567890123")))), "1234567890123");
../ext/Math/BigInt/FastCalc/t/bigintfc...... Failed 2/359 subtests
Test Summary Report
-------------------
../ext/Math/BigInt/FastCalc/t/bigintfc.t (Wstat: 0 Tests: 359 Failed: 2)
Failed tests: 308, 325
Files=1, Tests=359, 0 wallclock secs ( 0.06 usr 0.01 sys + 0.09 cusr 0.01 csys = 0.17 CPU)
Result: FAIL
Failed 1/1 test programs. 2/359 subtests failed.
CPAN/perl-current/t 106 > perl harness ../lib/Math/BigInt/t/bare_mbi.t
../lib/Math/BigInt/t/bare_mbi......1/? # Test 1976 got: "4294967295" (../lib/Math/BigInt/t//bigintpm.inc at line 206 fail #1080)
# Expected: "281474976710656"
# Test 2958 got: "0b11111111111111111111111111111111" (../lib/Math/BigInt/t//bigintpm.inc at line 206 fail #1613)
# Expected: "0b1010111101010101010110110110110110101"
../lib/Math/BigInt/t/bare_mbi......3173/? # Test 3240 got: "12345679012345677777777777777777777777777777777777777777777777776543209876543210000000000000000" (../lib/Math/BigInt/t//bigintpm.inc at line 598)
# Expected: "123456789101112131415161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161514131211109876543210000000000000000"
../lib/Math/BigInt/t/bare_mbi...... Failed 3/3273 subtests
Test Summary Report
-------------------
../lib/Math/BigInt/t/bare_mbi.t (Wstat: 0 Tests: 3273 Failed: 3)
Failed tests: 1976, 2958, 3240
Files=1, Tests=3273, 1 wallclock secs ( 0.47 usr 0.02 sys + 0.81 cusr 0.02 csys = 1.32 CPU)
Result: FAIL
Failed 1/1 test programs. 3/3273 subtests failed.
CPAN/perl-current/t 107 > perl harness ../lib/Math/BigInt/t/bigintc.t
../lib/Math/BigInt/t/bigintc......1/375 # Test 329 got: "4294967295" (../lib/Math/BigInt/t/bigintc.t at line 402)
# Expected: "1234567890123"
# ../lib/Math/BigInt/t/bigintc.t line 402 is: ok ($C->_str( $C->_from_oct( $C->_as_oct( $C->_new("1234567890123")))), "1234567890123");
../lib/Math/BigInt/t/bigintc...... Failed 1/375 subtests
Test Summary Report
-------------------
../lib/Math/BigInt/t/bigintc.t (Wstat: 0 Tests: 375 Failed: 1)
Failed test: 329
Files=1, Tests=375, 0 wallclock secs ( 0.06 usr 0.01 sys + 0.08 cusr 0.00 csys = 0.15 CPU)
Result: FAIL
Failed 1/1 test programs. 1/375 subtests failed.
CPAN/perl-current/t 108 > perl harness ../lib/Math/BigInt/t/bigintpm.t
../lib/Math/BigInt/t/bigintpm......1009/3279 # Test 1982 got: "4294967295" (../lib/Math/BigInt/t//bigintpm.inc at line 206 fail #1080)
# Expected: "281474976710656"
# Test 2964 got: "0b11111111111111111111111111111111" (../lib/Math/BigInt/t//bigintpm.inc at line 206 fail #1613)
# Expected: "0b1010111101010101010110110110110110101"
# Test 3246 got: "12345679012345677777777777777777777777777777777777777777777777776543209876543210000000000000000" (../lib/Math/BigInt/t//bigintpm.inc at line 598)
# Expected: "123456789101112131415161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161514131211109876543210000000000000000"
../lib/Math/BigInt/t/bigintpm...... Failed 3/3279 subtests
Test Summary Report
-------------------
../lib/Math/BigInt/t/bigintpm.t (Wstat: 0 Tests: 3279 Failed: 3)
Failed tests: 1982, 2964, 3246
Files=1, Tests=3279, 1 wallclock secs ( 0.47 usr 0.02 sys + 0.79 cusr 0.02 csys = 1.30 CPU)
Result: FAIL
Failed 1/1 test programs. 3/3279 subtests failed.
CPAN/perl-current/t 109 > perl harness ../lib/Math/BigInt/t/sub_mbi.t
../lib/Math/BigInt/t/sub_mbi......1496/? # Test 1976 got: "4294967295" (../lib/Math/BigInt/t//bigintpm.inc at line 206 fail #1080)
# Expected: "281474976710656"
# Test 2958 got: "0b11111111111111111111111111111111" (../lib/Math/BigInt/t//bigintpm.inc at line 206 fail #1613)
# Expected: "0b1010111101010101010110110110110110101"
# Test 3240 got: "12345679012345677777777777777777777777777777777777777777777777776543209876543210000000000000000" (../lib/Math/BigInt/t//bigintpm.inc at line 598)
# Expected: "123456789101112131415161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161514131211109876543210000000000000000"
../lib/Math/BigInt/t/sub_mbi...... Failed 3/3278 subtests
Test Summary Report
-------------------
../lib/Math/BigInt/t/sub_mbi.t (Wstat: 0 Tests: 3278 Failed: 3)
Failed tests: 1976, 2958, 3240
Files=1, Tests=3278, 1 wallclock secs ( 0.48 usr 0.02 sys + 0.83 cusr 0.02 csys = 1.35 CPU)
Result: FAIL
Failed 1/1 test programs. 3/3278 subtests failed.
CPAN/perl-current/t 110 > perl harness ../lib/Math/BigInt/t/upgrade.t
../lib/Math/BigInt/t/upgrade......1/? # Test 2107 got: "0b11111111111111111111111111111111" (../lib/Math/BigInt/t//upgrade.inc at line 205 fail #1102)
# Expected: "0b1010111101010101010110110110110110101"
../lib/Math/BigInt/t/upgrade...... Failed 1/2114 subtests
Test Summary Report
-------------------
../lib/Math/BigInt/t/upgrade.t (Wstat: 0 Tests: 2114 Failed: 1)
Failed test: 2107
Files=1, Tests=2114, 0 wallclock secs ( 0.31 usr 0.01 sys + 0.49 cusr 0.01 csys = 0.82 CPU)
Result: FAIL
Failed 1/1 test programs. 1/2114 subtests failed.
--
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/
-
Re: Smoke [5.11.0] 34074 FAIL(F) HP-UX B.11.23/64 (ia64/2 cpu)
by H.Merijn Brand