On Tue, Sep 28, 2004 at 12:24:12AM -0400, Stas Bekman wrote:
> I've gleaned out almost all the issues with mp2 and 5.6, all were just
> test tweaks. The only remaining issue is failing: t/perl/api.t, but it
> doesn't fail on its own, so I'm running the SMOKE for it now. Hopefully
> will know the answer by tomorrow.
>
> Please let me know if you see any other problems besides this test when
> running under perl 5.6. Thanks.
Since you were asking, I see these failures using the OS perl-5.6.1 on a
RHEL2.1 box, using tip-of-2.0-branch with prefork:
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/apr/flatten.t 26 2 7.69% 10, 26
t/modperl/setupenv.t 63 69 109.52% 1-63
23 tests skipped.
attached perl -V output and -verbose -run-tests for those.
joe
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=linux, osvers=2.4.21-2.elsmp, archname=i386-linux
uname='linux porky.devel.redhat.com 2.4.21-2.elsmp #1 smp wed sep 17 15:00:55 edt
2003 i686 unknown '
config_args='-des -Doptimize=-O2 -march=i386 -mcpu=i686 -Dcc=gcc -Dcf_by=Red Hat,
Inc. -Dcccdlflags=-fPIC -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux
-Dvendorprefix=/usr -Dsiteprefix=/usr -Uusethreads -Uuseithreads -Uuselargefiles
-Dd_dosuid -Dd_semctl_semun -Di_db -Di_ndbm -Di_gdbm -Di_shadow -Di_syslog
-Dman3ext=3pm -Dinc_version_list=5.6.0/i386-linux 5.6.0'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include',
optimize='-O2 -march=i386 -mcpu=i686',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.2 2.96-124.7.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=4
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options:
Built under linux
Compiled at Feb 26 2004 11:04:14
@INC:
/usr/lib/perl5/5.6.1/i386-linux
/usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.6.1/i386-linux
/usr/lib/perl5/vendor_perl/5.6.1
/usr/lib/perl5/vendor_perl
.
t/apr/flatten.......1..26
# Using Apache/Test.pm version 1.14
# testing : APR::Brigade::length()
# expected: 200000
# received: 200000
ok 1
# testing : APR::Brigade::flatten() requires a brigade
# expected: (?-xism:usage: \$bb->flatten\(\$buf, \[\$wanted\]\))
# received: usage: $bb->flatten($buf, [$wanted]) at
/tmp/regress8P62Ql/mp-2.0/t/response/TestAPR/flatten.pm line 41.
ok 2
# testing : $bb->flatten($data, 200000) returned 200000 bytes
# expected: 200000
# received: 200000
ok 3
# testing : $bb->flatten($data, 200000) returned all expected data
# expected: 200000
# received: 200000
ok 4
ok 5
# data all 'x' characters
ok 6
# $bb->flatten(0) returns a defined value
ok 7
# testing : $bb->flatten($data, 0) returned 0 bytes
# expected: 0
# received: 0
ok 8
# testing : $bb->flatten($data, 0) returned all expected data
# expected: 0
# received: 0
ok 9
not ok 10
# Failed test 10 in /tmp/regress8P62Ql/mp-2.0/t/response/TestAPR/flatten.pm at line
111 fail #2
# testing : $bb->flatten($data, 30) returned 30 bytes
# expected: 30
# received: 30
ok 11
# testing : $bb->flatten($data, 30) returned all expected data
# expected: 30
# received: 30
ok 12
ok 13
# data all 'x' characters
ok 14
# testing : $bb->flatten($data, 190000) returned 190000 bytes
# expected: 190000
# received: 190000
ok 15
# testing : $bb->flatten($data, 190000) returned all expected data
# expected: 190000
# received: 190000
ok 16
ok 17
# data all 'x' characters
ok 18
# testing : $bb->flatten($data, 200000) returned 200000 bytes
# expected: 200000
# received: 200000
ok 19
# testing : $bb->flatten($data, 200000) returned all expected data
# expected: 200000
# received: 200000
ok 20
ok 21
# data all 'x' characters
ok 22
# empty brigade returns a defined value
ok 23
# testing : $bb->flatten($data, 0) returned 0 bytes
# expected: 0
# received: 0
ok 24
# testing : $bb->flatten($data, 0) returned all expected data
# expected: 0
# received: 0
ok 25
not ok 26
# Failed test 26 in /tmp/regress8P62Ql/mp-2.0/t/response/TestAPR/flatten.pm at line
111 fail #6
FAILED tests 10, 26
Failed 2/26 tests, 92.31% okay
t/modperl/setupenv..# connecting to
http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv
1..63
# Using Apache/Test.pm version 1.14
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_mpdefault
# testing : REMOTE_ADDR not found in %ENV
# expected: undef
# received: undef
ok 27
# testing : subprocess_env table entry SRV_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 28
# testing : subprocess_env table entry DIR_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 29
# testing : per-directory SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 30
# testing : per-server SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 31
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: mpdefault
# received: mpdefault
ok 32
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 33
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_mpsetup
# testing : found REMOTE_ADDR in %ENV
# expected: 127.0.0.1
# received: 127.0.0.1
ok 1
Confused test output: test 1 answered after test 33
# testing : found subprocess_env table entry SRV_SUBPROCESS in %ENV
# expected: server
# received: server
ok 2
# testing : found subprocess_env table entry DIR_SUBPROCESS in %ENV
# expected: mpsetup
# received: mpsetup
ok 3
# testing : found per-directory SetEnv entry in %ENV
# expected: mpsetup
# received: mpsetup
ok 4
# testing : found per-server SetEnv entry in %ENV
# expected: server
# received: server
ok 5
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: mpsetup
# received: mpsetup
ok 6
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 7
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_mpdefault
# testing : REMOTE_ADDR not found in %ENV
# expected: undef
# received: undef
ok 34
# testing : subprocess_env table entry SRV_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 35
# testing : subprocess_env table entry DIR_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 36
# testing : per-directory SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 37
# testing : per-server SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 38
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: mpdefault
# received: mpdefault
ok 39
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 40
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_mpvoid
# testing : found REMOTE_ADDR in %ENV
# expected: 127.0.0.1
# received: 127.0.0.1
ok 8
Confused test output: test 8 answered after test 40
# testing : found subprocess_env table entry one in %ENV
# expected: server
# received: server
ok 9
# testing : subprocess_env table entry DIR_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 10
# testing : per-directory SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 11
# testing : per-server SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 12
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: mpvoid
# received: mpvoid
ok 13
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 14
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_mpsetupvoid
# testing : found REMOTE_ADDR in %ENV
# expected: 127.0.0.1
# received: 127.0.0.1
ok 41
# testing : found subprocess_env table entry SRV_SUBPROCESS in %ENV
# expected: server
# received: server
ok 42
# testing : found subprocess_env table entry DIR_SUBPROCESS in %ENV
# expected: mpsetupvoid
# received: mpsetupvoid
ok 43
# testing : found per-directory SetEnv entry in %ENV
# expected: mpsetupvoid
# received: mpsetupvoid
ok 44
# testing : found per-server SetEnv entry in %ENV
# expected: server
# received: server
ok 45
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: mpsetupvoid
# received: mpsetupvoid
ok 46
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 47
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_psdefault
# testing : found REMOTE_ADDR in %ENV
# expected: 127.0.0.1
# received: 127.0.0.1
ok 15
Confused test output: test 15 answered after test 47
# testing : found subprocess_env table entry SRV_SUBPROCESS in %ENV
# expected: server
# received: server
ok 16
# testing : found subprocess_env table entry DIR_SUBPROCESS in %ENV
# expected: psdefault
# received: psdefault
ok 17
# testing : found per-directory SetEnv entry in %ENV
# expected: psdefault
# received: psdefault
ok 18
# testing : found per-server SetEnv entry in %ENV
# expected: server
# received: server
ok 19
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: psdefault
# received: psdefault
ok 20
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 21
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_psnosetup
# testing : REMOTE_ADDR not found in %ENV
# expected: undef
# received: undef
ok 48
# testing : subprocess_env table entry SRV_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 49
# testing : subprocess_env table entry DIR_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 50
# testing : per-directory SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 51
# testing : per-server SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 52
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: psnosetup
# received: psnosetup
ok 53
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 54
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_psvoid
# testing : found REMOTE_ADDR in %ENV
# expected: 127.0.0.1
# received: 127.0.0.1
ok 22
Confused test output: test 22 answered after test 54
# testing : found subprocess_env table entry SRV_SUBPROCESS in %ENV
# expected: server
# received: server
ok 23
# testing : found subprocess_env table entry DIR_SUBPROCESS in %ENV
# expected: psvoid
# received: psvoid
ok 24
# testing : found per-directory SetEnv entry in %ENV
# expected: psvoid
# received: psvoid
ok 25
# testing : found per-server SetEnv entry in %ENV
# expected: server
# received: server
ok 26
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: psvoid
# received: psvoid
ok 27
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 28
# trying http://cocoa.cambridge.redhat.com:8536/TestModperl__setupenv_psnosetupvoid
# testing : found REMOTE_ADDR in %ENV
# expected: 127.0.0.1
# received: 127.0.0.1
ok 55
# testing : found subprocess_env table entry one in %ENV
# expected: server
# received: server
ok 56
# testing : subprocess_env table entry DIR_SUBPROCESS not found in %ENV
# expected: undef
# received: undef
ok 57
# testing : per-directory SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 58
# testing : per-server SetEnv entry not found in %ENV
# expected: undef
# received: undef
ok 59
# testing : found per-directory PerlSetEnv entry in %ENV
# expected: psnosetupvoid
# received: psnosetupvoid
ok 60
# testing : found per-server PerlSetEnv entry in %ENV
# expected: server
# received: server
ok 61
FAILED tests 1-54, 62-63
Failed 56/63 tests, 11.11% okay
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/apr/flatten.t 26 2 7.69% 10, 26
t/modperl/setupenv.t 63 132 209.52% 1-54, 62-63
Failed 2/2 test scripts, 0.00% okay. 2/89 subtests failed, 97.75% okay.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]