Subject: | t/run make test failure in 0.79 |
Hello,
Thanks for fixing all these bugs in IPC::Run.
I'm seeing a test failure in t/run with the new version that didn't fail
in 0.78, although the same error message appears.
In 0.78:
t/pty..............ok
t/pump.............ok
t/run..............ok 69/266# Test 69 got: "Resource temporarily unavailable: write( 6, '...15904 \"x\" chars...DOC2\n' ) at /export/home1/blair/.cpan/IPC-Run-0.78/blib/lib/IPC/Run/IO.pm line 547\n" (t/run.t at line 347 *TODO*)
# Expected: ""
# t/run.t line 347 is: ok $x, "";
t/run..............ok
t/signal...........ok
In 0.79:
t/pty..............ok
t/pump.............ok
t/run..............NOK 70# Test 70 got: "Resource temporarily unavailable: write( 6, '...15904 \"x\" chars...DOC2\n' ) at /export/home1/blair/.cpan/build/IPC-Run-0.79/blib/lib/IPC/Run/IO.pm line 547\n" (t/run.t at line 350)
# Expected: ""
# t/run.t line 350 is: ok $x, "";
t/run..............FAILED test 70
Failed 1/267 tests, 99.63% okay
t/signal...........ok
This is on RedHat 9 with our own compiled Perl 5.8.5:
$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
Platform:
osname=linux, osvers=2.4.20-31.9, archname=i686-linux-thread-multi
uname='linux gw.orcaware.com 2.4.20-31.9 #1 tue apr 13 18:04:23 edt 2004 i686 i686 i386 gnulinux '
config_args='-Dprefix=/opt/i386-linux/installed/perl-5.8.5 -Dcc=/opt/i386-linux/gcc/bin/gcc -Doptimize=-Os -march=i386 -mtune=i686 -Duseshrplib -Uinstallusrbinperl -Ulocincpth -Dcf_email=blair@orcaware.com -Ui_db -Uversiononly -Ubincompat5005 -Dusethreads -Duseithreads -Dlibpth=/lib /usr/lib -Dlibspath=/lib /usr/lib -Dd_dosuid'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='/opt/i386-linux/gcc/bin/gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-Os -march=i386 -mtune=i686',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/include/gdbm'
ccversion='', gccversion='3.4.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='/opt/i386-linux/gcc/bin/gcc', ldflags =''
libpth=/lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/opt/i386-linux/installed/perl-5.8.5/lib/5.8.5/i686-linux-thread-multi/CORE'
cccdlflags='-fpic', lddlflags='-shared'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Built under linux
Compiled at Oct 27 2004 15:07:18
@INC:
/opt/i386-linux/installed/perl-5.8.5/lib/5.8.5/i686-linux-thread-multi
/opt/i386-linux/installed/perl-5.8.5/lib/5.8.5
/opt/i386-linux/installed/perl-5.8.5/lib/site_perl/5.8.5/i686-linux-thread-multi
/opt/i386-linux/installed/perl-5.8.5/lib/site_perl/5.8.5
/opt/i386-linux/installed/perl-5.8.5/lib/site_perl
.
Regards,
Blair