Subject: | Tests fail on Solaris 2.5.1, perl 5.6.0 |
On solaris 2.5.1 and perl5.6.0, I get the following failed tests:
not ok 9 - Tpad() should write to filehandle when passed
# Failed test (test.pl at line 79)
# got: ''
# expected: 'apcpc'
not ok 13 - Tputs() should write to filehandle when passed
# Failed test (test.pl at line 85)
# got: ''
# expected: 'pc'
not ok 33 - Tgoto() should print to filehandle if passed
# Failed test (test.pl at line 164)
# got: ''
# expected: 'a1'
My perl -V is as follows.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.5.1, archname=sun4-solaris-multi-64int
uname='sunos pueblo 5.5.1 generic_103640-31 sun4u sparc sunw,ultra-2 '
config_args=''
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-DPACK_MALLOC -DTWO_POT_OPTIMIZE -fno-strict-aliasing -I/opt/gnu/include -I/usr/l
ocal/include'
ccflags ='-DPACK_MALLOC -DTWO_POT_OPTIMIZE -fno-strict-aliasing -I/opt/gnu/include -I/usr/l
ocal/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags ='-L/opt/gnu/lib -R/opt/gnu/lib -L/usr/local/lib -R/usr/local/lib '
libpth=/lib /usr/lib /usr/ccs/lib /opt/gnu/lib /usr/local/lib
libs=-lsocket -lnsl -ldb -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/opt/gnu/lib -R/opt/gnu/lib -L/usr/local/lib -R/usr/loc
al/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Built under solaris
Compiled at Aug 2 2000 10:41:27
@INC:
/opt/perl5.6/lib/5.6.0/sun4-solaris-multi-64int
/opt/perl5.6/lib/5.6.0
/opt/perl5.6/lib/site_perl/5.6.0/sun4-solaris-multi-64int
/opt/perl5.6/lib/site_perl/5.6.0
/opt/perl5.6/lib/site_perl
.
Regards,
Gavin