develooper Front page | perl.perl5.porters | Postings from June 2001

Re: manual tests

Thread Previous | Thread Next
From:
H . Merijn Brand
Date:
June 26, 2001 10:46
Subject:
Re: manual tests
Message ID:
20010626191722.7237.H.M.BRAND@hccnet.nl
Cc'd to p5p for maybe someone want's to pick on the warnings.

On Tue 26 Jun 2001 18:34, Jarkko Hietaniemi <jhi@iki.fi> wrote:
> Could you run the failing tests manually and show the results?
> The hostent failure is especially annoying...

One of the least interesting for me, since it's a gcc issue. I'm always
thriving to get the native compilers do the right stuff, and if time permits
and enough 'O's are produced, only then gcc problems are addressed.

But heh, I'm not as bad as I look. I'll give it a shot.
rsyncing now to get the latest situation.

# Configure -Dusedevel -Duse64bitint -des (I trust gcc-hppa over 2.95.3)
# make test-prep
:
:
gcc -c  -DDEBUGGING -D_HPUX_SOURCE -Wall -DDEBUGGING -fno-strict-aliasing -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\"  -I../.. -DPERL_CORE -DLIBC="/lib/pa20_64/libc.sl" DynaLoader.c
DynaLoader.xs: In function `XS_DynaLoader_dl_load_file':
DynaLoader.xs:89: warning: unsigned int format, shl_t arg (arg 3)
DynaLoader.c:66: warning: unused variable `targ'
DynaLoader.c:65: warning: unused variable `RETVAL'
DynaLoader.xs: In function `XS_DynaLoader_dl_find_symbol':
DynaLoader.xs:117: warning: unsigned int format, pointer arg (arg 3)
DynaLoader.xs:121: warning: unsigned int format, pointer arg (arg 3)
DynaLoader.c:129: warning: unused variable `targ'
DynaLoader.c:128: warning: unused variable `RETVAL'
DynaLoader.xs: In function `XS_DynaLoader_dl_install_xsub':
DynaLoader.xs:146: warning: unsigned int format, pointer arg (arg 4)
:
:
gcc -c  -DDEBUGGING -D_HPUX_SOURCE -Wall -DDEBUGGING -fno-strict-aliasing -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC -I../..  POSIX.c
POSIX.xs:350: warning: `not_here' defined but not used
Running Mkbootstrap for POSIX ()
:
:
gcc -c  -DDEBUGGING -D_HPUX_SOURCE -Wall -DDEBUGGING -fno-strict-aliasing -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC -I../..  Storable.c
Storable.xs: In function `mstore':
Storable.xs:3004: warning: unused variable `cxt'
Storable.xs: In function `net_mstore':
Storable.xs:3023: warning: unused variable `cxt'
Storable.xs: In function `retrieve':
Storable.xs:4571: warning: label `again' defined but not used
Running Mkbootstrap for Storable ()
:
:
gcc -c  -DDEBUGGING -D_HPUX_SOURCE -Wall -DDEBUGGING -fno-strict-aliasing -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC -I../../..  Syslog.c
Syslog.c: In function `XS_Sys__Syslog_LOG_FAC':
Syslog.c:133: warning: unused variable `p'
Syslog.c: In function `XS_Sys__Syslog_LOG_PRI':
Syslog.c:156: warning: unused variable `p'
Syslog.c: In function `XS_Sys__Syslog_LOG_MAKEPRI':
Syslog.c:180: warning: unused variable `pri'
Syslog.c:179: warning: unused variable `fac'
Running Mkbootstrap for Sys::Syslog ()
:
:
# ./perl t/harness
:
:
Failed Test                       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
../ext/IO/lib/IO/t/io_multihomed.                8    2  25.00%  3-4
../lib/Memoize/t/errors.t                       11    3  27.27%  5 7-8
../lib/Net/hostent.t                             7    2  28.57%  4-5
 (3 subtests UNEXPECTEDLY SUCCEEDED), 10 tests and 92 subtests skipped.
Failed 3/422 test scripts, 99.29% okay. 7/23712 subtests failed, 99.97% okay.

# ./perl -Ilib -Iarch ext/IO/lib/IO/t/io_multihomed.t
1..8
ok 1
ok 2
ok 5
ok 6
ok 7
ok 8
# ./perl -Ilib -Iarch lib/Memoize/t/errors.t
1..11
ok 1
ok 2
ok 3
ok 4
not ok 5 # Can't load '/pro/lib/perl5/5.7.1/PA-RISC2.0/auto/GDBM_File/GDBM_File.sl' for module GDBM_File: Invalid argument at lib/XSLoader.pm line 75.
 at /pro/lib/perl5/5.7.1/PA-RISC2.0/GDBM_File.pm line 74
Compilation failed in require at lib/Memoize/t/errors.t line 30.

ok 6
not ok 7 # Can't load '/pro/lib/perl5/5.7.1/PA-RISC2.0/auto/ODBM_File/ODBM_File.sl' for module ODBM_File: Invalid argument at lib/XSLoader.pm line 75.
 at /pro/lib/perl5/5.7.1/PA-RISC2.0/ODBM_File.pm line 12
Compilation failed in require at lib/Memoize/t/errors.t line 30.

not ok 8 # Can't load '/pro/lib/perl5/5.7.1/PA-RISC2.0/auto/NDBM_File/NDBM_File.sl' for module NDBM_File: Invalid argument at lib/XSLoader.pm line 75.
 at /pro/lib/perl5/5.7.1/PA-RISC2.0/NDBM_File.pm line 12
Compilation failed in require at lib/Memoize/t/errors.t line 30.

ok 9
ok 10
ok 11
# ./perl -Ilib -Iarch lib/Net/hostent.t
1..7
ok 1
ok 2
ok 3
not ok 4
not ok 5
ok 6 # localhost loopback
ok 7 # localhost loopback
#

-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 626 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/


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