develooper Front page | perl.perl5.porters | Postings from September 2003

Re: perl-5.8.1 64bit big module test

Thread Previous | Thread Next
From:
H.Merijn Brand
Date:
September 8, 2003 07:27
Subject:
Re: perl-5.8.1 64bit big module test
Message ID:
20030908161921.AD6E.H.M.BRAND@hccnet.nl
On Fri 29 Aug 2003 16:25, Nick Ing-Simmons <nick.ing-simmons@elixent.com> wrote:
> H M Brand <h.m.brand@hccnet.nl> writes:
> >> >And do you care for HP-UX 11.00/32 HP C-ANSI-C results?
> >> 
> >> Yes - as I said before HP-UX has always been troublesome, the 
> >> the more tesing the better. But you can wait till the next 
> >> candidate if you like...
> >
> >I couldn't :)
> >
> >I got a small problem with libjpeg which was expecting +Z objects, and it did
> >not have them (+Z = -fPIC), so maybe they're not correctly forwarded
> 
> Ah. The fake Makefile.PL that really calls ./configure may need to be 
> smarter. (Linux - like Solaris - will load non PIC .so without even warning...)
> 
> >
> >I changed the makefile to use my own libjpeg-6b.sl and thing went on
> 
> The "try_compile" stuff in Makefile.PL is very simple minded.
> It is supposed to find you -ljpeg if you have one any chance of 
> you looking at Tk804.025/Tk/MMtry.pm and Tk804.025/JPEG/Makefile.PL
> and see if you can make it work to find your .sl ?
> 
> 
> >
> >Results are the same as with 11i (only about 20x faster)
> 
> And that is with a machine that is supposed to do 64-bit - now 
> you see why I haven't tested 64-bit on my Athlon ..

OK, *I* am a bit late, but do you still want me to look at it?

FWIW 800.025 on HP-UX 11.00  with perl-5.8.0/defined-or/32:

t/cursor.....................# Failed test 1 in t/cursor.t at line 28 *TODO*
t/cursor.....................ok 1/2#  t/cursor.t line 28 is:     ok(ref $mw->cget(-cursor) eq 'ARRAY');
t/cursor.....................ok
t/dash.......................ok
t/entry......................ok 180/336# Test 181 got: '62x37+0+0' (t/entry.t at line 623)
t/entry......................NOK 181#     Expected: '62x31+0+0'
#  t/entry.t line 623 is:   ok($e->geometry, "62x31+0+0");
t/entry......................FAILED test 181
        Failed 1/336 tests, 99.70% okay (less 9 skipped tests: 326 okay, 97.02%)
t/listbox....................ok 261/425# Test 262 got: '115x328' (t/listbox.t at line 910)
t/listbox....................NOK 262#     Expected: '118x328'
#  t/listbox.t line 910 is: ok(getsize($mw), "118x328");
t/listbox....................ok 284/425# Failed test 288 in t/listbox.t at line 1133
t/listbox....................NOK 288#  t/listbox.t line 1133 is: ok("@log" =~ /^y 0 0\.083333/);
# Failed test 289 in t/listbox.t at line 1142
t/listbox....................NOK 289#  t/listbox.t line 1142 is: ok("$log[0]" =~ /^y 0 0\.083333/);
t/listbox....................ok 313/425# Test 317 got: '1' (t/listbox.t at line 1264)
#     Expected: '2'
#  t/listbox.t line 1264 is: ok($lb->index(q/@0,0/), 2);
t/listbox....................ok 319/425# Test 323 got: 'y 0 0.25' (t/listbox.t at line 1302)
t/listbox....................NOK 323#     Expected: 'y 0 0.125'
#  t/listbox.t line 1302 is: ok($log[0], "y 0 0.125");
# Test 324 got: 'y 0 0.2' (t/listbox.t at line 1310)
t/listbox....................NOK 324#     Expected: 'y 0 0.1'
#  t/listbox.t line 1310 is: ok($log[0], "y 0 0.1");
t/listbox....................FAILED tests 262, 288-289, 317, 323-324
        Failed 6/425 tests, 98.59% okay


Failed Test Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
t/entry.t                336    1   0.30%  181
t/listbox.t              425    6   1.41%  262 288-289 317 323-324
1 test and 9 subtests skipped.
Failed 2/34 test scripts, 94.12% okay. 7/1694 subtests failed, 99.59% okay.



Compile time warnings (visual grep) for this plain 32bit build
--------------------------------------------------------------
cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    imgBMP.c
cc: "imgBMP.c", line 243: warning 604: Pointers are not assignment-compatible.
cc: "imgBMP.c", line 243: warning 563: Argument #2 is not the correct type.
cc: "imgBMP.c", line 257: warning 604: Pointers are not assignment-compatible.
cc: "imgBMP.c", line 257: warning 563: Argument #2 is not the correct type.
cc: "imgBMP.c", line 265: warning 604: Pointers are not assignment-compatible.
cc: "imgBMP.c", line 265: warning 563: Argument #2 is not the correct type.
cc: "imgBMP.c", line 279: warning 604: Pointers are not assignment-compatible.
cc: "imgBMP.c", line 279: warning 563: Argument #2 is not the correct type.
cc: "imgBMP.c", line 298: warning 604: Pointers are not assignment-compatible.
cc: "imgBMP.c", line 298: warning 563: Argument #2 is not the correct type.

cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    imgGIF.c
cc: "imgGIF.c", line 298: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 298: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 336: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 336: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 360: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 360: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 381: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 381: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 425: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 425: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 609: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 609: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 615: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 615: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 641: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 641: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 709: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 709: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 715: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 715: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 780: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 780: warning 563: Argument #2 is not the correct type.
cc: "imgGIF.c", line 1538: warning 604: Pointers are not assignment-compatible.
cc: "imgGIF.c", line 1538: warning 563: Argument #2 is not the correct type.

cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    tixDiStyle.c
cc: "tixDiStyle.c", line 112: warning 562: Redeclaration of "GetDefaultTable" wi
th a different storage class specifier: "GetDefaultTable" will have internal lin
kage.
cc: "tixDiStyle.c", line 126: warning 562: Redeclaration of "GetStyleTable" with
 a different storage class specifier: "GetStyleTable" will have internal linkage
.

cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    tkEvent.c
cc: "tkEvent.c", line 915: warning 604: Pointers are not assignment-compatible.
cc: "tkEvent.c", line 915: warning 563: Argument #9 is not the correct type.

cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    tkPointer.c
cc: "tkPointer.c", line 1: warning 501: Empty source file.
cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    tkProperty.c
cc: "tkProperty.c", line 188: warning 604: Pointers are not assignment-compatibl
e.
cc: "tkProperty.c", line 188: warning 563: Argument #1 is not the correct type.
cc: "tkProperty.c", line 407: warning 604: Pointers are not assignment-compatibl
e.
cc: "tkProperty.c", line 407: warning 563: Argument #1 is not the correct type.

cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    tkTextImage.c
cc: "tkTextImage.c", line 472: warning 562: Redeclaration of "AlignPrintProc" wi
th a different storage class specifier: "AlignPrintProc" will have internal link
age.

cc -c  -I..  -I. -Ibitmaps  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarning
s -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit
  -DVERSION=\"800.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-R
ISC2.0/CORE"    tkUnixWm.c
cc: "tkUnixWm.c", line 5178: warning 562: Redeclaration of "ImageChangedProc" wi
th a different storage class specifier: "ImageChangedProc" will have internal li
nkage.

cc -c  -I..  -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/
include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit   -DVERSION=\"8
00.025\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-RISC2.0/CORE"
 Event.c
cc: "Event.xs", line 368: warning 562: Redeclaration of "PerlIO_watch" with a di
fferent storage class specifier: "PerlIO_watch" will have internal linkage.

cc -c   -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/inclu
de -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit   -DVERSION=\"800.02
5\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-RISC2.0/CORE"    Tk.c
cc: "Tk.xs", line 98: warning 604: Pointers are not assignment-compatible.
cc: "Tk.xs", line 98: warning 563: Argument #3 is not the correct type.

cc -c   -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/inclu
de -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit   -DVERSION=\"800.02
5\" -DXS_VERSION=\"800.025\" +Z "-I/pro/lib/perl5/5.8.0/PA-RISC2.0/CORE"    objG
lue.c
cc: "objGlue.c", line 446: warning 604: Pointers are not assignment-compatible.
cc: "objGlue.c", line 446: warning 563: Argument #1 is not the correct type.





-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/daily-build@perl.org/   perl-qa@perl.org
send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.org



Thread Previous | Thread Next


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