For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > February 2005 > Test results for 4.3.10 [failed]









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Test results for 4.3.10 [failed]
noreply@php.net

2005-02-28, 3:55 pm


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt]
========================================
=============================


========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 75
Exts tested : 12
---------------------------------------------------------------------
Number of tests : 611
Tests skipped : 280 (45.8%)
Tests warned : 0 (0.0%)
Tests failed : 2 (0.3%)
Tests passed : 329 (53.8%)
---------------------------------------------------------------------
Time taken : 53 seconds
========================================
=============================


========================================
========================================

/afs/spawar.navy.mil/s/php-4.3/src/php-4.3/ext/standard/tests/math/bug24142.phpt
========================================
========================================


---- EXPECTED OUTPUT
round(0.005, 2) -> 0.01
round(0.015, 2) -> 0.02
round(0.025, 2) -> 0.03
round(0.035, 2) -> 0.04
round(0.045, 2) -> 0.05
round(0.055, 2) -> 0.06
round(0.065, 2) -> 0.07
round(0.075, 2) -> 0.08
round(0.085, 2) -> 0.09
---- ACTUAL OUTPUT
round(0.005, 2) -> 0.01
round(0.015, 2) -> 0.01
round(0.025, 2) -> 0.03
round(0.035, 2) -> 0.04
round(0.045, 2) -> 0.05
round(0.055, 2) -> 0.06
round(0.065, 2) -> 0.07
round(0.075, 2) -> 0.07
round(0.085, 2) -> 0.08
---- FAILED

========================================
========================================

002- round(0.015, 2) -> 0.02
002+ round(0.015, 2) -> 0.01
008- round(0.075, 2) -> 0.08
008+ round(0.075, 2) -> 0.07
009- round(0.085, 2) -> 0.09
009+ round(0.085, 2) -> 0.08
========================================
========================================




========================================
========================================

/afs/spawar.navy.mil/s/php-4.3/src/php-4.3/ext/standard/tests/math/bug25694.phpt
========================================
========================================


---- EXPECTED OUTPUT
round 0.045 = 0.05
number format 0.045 = 0.05

round 0.055 = 0.06
number format 0.055 = 0.06

round 5.045 = 5.05
number format 5.045 = 5.05

round 5.055 = 5.06
number format 5.055 = 5.06

round 3.025 = 3.03
number format 3.025 = 3.03

round 4.025 = 4.03
number format 4.025 = 4.03
---- ACTUAL OUTPUT
round 0.045 = 0.04
number format 0.045 = 0.04

round 0.055 = 0.06
number format 0.055 = 0.06

round 5.045 = 5.04
number format 5.045 = 5.04

round 5.055 = 5.05
number format 5.055 = 5.05

round 3.025 = 3.02
number format 3.025 = 3.02

round 4.025 = 4.03
number format 4.025 = 4.03
---- FAILED

========================================
========================================

001- round 0.045 = 0.05
001+ round 0.045 = 0.04
002- number format 0.045 = 0.05
002+ number format 0.045 = 0.04
007- round 5.045 = 5.05
007+ round 5.045 = 5.04
008- number format 5.045 = 5.05
008+ number format 5.045 = 5.04
010- round 5.055 = 5.06
010+ round 5.055 = 5.05
011- number format 5.055 = 5.06
011+ number format 5.055 = 5.05
013- round 3.025 = 3.03
013+ round 3.025 = 3.02
014- number format 3.025 = 3.03
014+ number format 3.025 = 3.02
========================================
========================================





========================================
========================================

BUILD ENVIRONMENT
========================================
========================================

OS:
Linux - Linux zorilla.spawar.navy.mil 2.4.28-sitc.1 #1 SMP Wed Jan 12 11:38:41 EST 2005 i686

Automake:
automake (GNU automake) 1.8.5
Written by Tom Tromey <tromey@redhat.com>.

Copyright 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Autoconf:
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libtool:

Compiler:
Reading specs from /afs/spawar.navy.mil/s/gcc-3.4.3/@sys/bin/../lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --prefix=/s/gcc-3.4.3 --enable-shared --enable-threads=posix
Thread model: posix
gcc version 3.4.3

Bison:
bison (GNU Bison) 1.35

Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001c000)
libldap.so.2 => /usr/lib/libldap.so.2 (0x40049000)
liblber.so.2 => /usr/lib/liblber.so.2 (0x40076000)
libpam.so.0 => /lib/libpam.so.0 (0x40082000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4008a000)
libm.so.6 => /lib/libm.so.6 (0x4009c000)
libdl.so.2 => /lib/libdl.so.2 (0x400be000)
libnsl.so.1 => /lib/libnsl.so.1 (0x400c1000)
libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2 (0x400d7000)
libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x400ec000)
libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40159000)
libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x4017b000)
libc.so.6 => /lib/libc.so.6 (0x4017e000)
libssl.so.0.9.7 => /s/openssl-0.9.7e/lib/libssl.so.0.9.7 (0x402b1000)
libcrypto.so.0.9.7 => /s/openssl-0.9.7e/lib/libcrypto.so.0.9.7 (0x402e0000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


User's E-mail: huck at spawar dot navy dot mil


========================================
========================================

PHPINFO
========================================
========================================

phpinfo()
PHP Version => 4.3.10

System => Linux zorilla.spawar.navy.mil 2.4.28-sitc.1 #1 SMP Wed Jan 12 11:38:41 EST 2005 i686
Build Date => Feb 28 2005 13:48:16
Configure Command => '../php-4.3/configure' '--prefix=/s/php-4.3.10' '--with-apxs=/s/apache-1.3.33/bin/apxs' '--with-mysql' '--with-openssl=/s/openssl-0.9.7e' '--with-kerberos=/usr/kerberos' '--with-imap=/s/imapd/common' '--with-imap-ssl=/s/openssl-0.9.7
e' '--with-ldap'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /s/php-4.3.10/lib
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, https, ftps


This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies


________________________________________
_______________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /s/php-4.3.10/lib/php/extensions/no-debug-non-zts-20020429 => /s/php-4.3.10/lib/php/extensions/no-debug-non-zts-20020429
file_uploads => On => On
gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/s/php-4.3.10/lib/php => .:/s/php-4.3.10/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 30
max_input_time => -1 => -1
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => no value => no value
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On

ctype

ctype functions => enabled

imap

IMAP c-Client Version => 2000
SSL Support => enabled
Kerberos Support => enabled

ldap

LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.130.2.10 2004/06/01 21:05:33 iliaa Exp $
Total Links => 0/unlimited
API Version => 2004
Vendor Name => OpenLDAP
Vendor Version => 20130

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.49
MYSQL_MODULE_TYPE => builtin
MYSQL_SOCKET => /tmp/mysql.sock
MYSQL_INCLUDE =>
MYSQL_LIBS =>

Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

openssl

OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7e 25 Oct 2004

overload

User-Space Object Overloading Support => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003

posix

Revision => $Revision: 1.51.2.2 $

session

Session Support => enabled
Registered save handlers => files user

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off

standard

Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldse
t= => a=href,area=href,frame=src,form=,fieldse
t=
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6

Additional Modules

Module Name

Environment

Variable => Value
PWD => /afs/spawar.navy.mil/s/php-4.3/src/php-4.3
MAKEFLAGS =>
VENDOR => intel
PAGER => less
REMOTEHOST => mispwoso.chs.spawar.navy.mil
MFLAGS =>
REDIRECT_STATUS =>
TEST_PHP_EXECUTABLE => /s/php-4.3/src/i386_deb30/sapi/cli/php
CC => gcc
USER => huck
MACHTYPE => i386
SCRIPT_FILENAME =>
MAIL => /var/mail/huck
KRB5CCNAME => FILE:/tmp/krb5cc_9209_JDv467
PATH_TRANSLATED =>
EDITOR => vi
LANG => en_US
QUERY_STRING =>
CONTENT_LENGTH =>
HOST => zorilla.spawar.navy.mil
MAKELEVEL => 1
SSH_CLIENT => ::ffff:150.125.214.67 1399 22
SHLVL => 3
LOGNAME => huck
GROUP => huck
SSH_CONNECTION => ::ffff:150.125.214.67 1399 ::ffff:150.125.214.66 22
_ => /s/php-4.3/src/i386_deb30/sapi/cli/php
REQUEST_METHOD =>
SHELL => /bin/sh
CVSROOT => /afs/spawar.navy.mil/s/php-4.3.9/src/CVSROOT
HOSTTYPE => i386-linux
TEST_PHP_SRCDIR => /s/php-4.3/src/php-4.3
OSTYPE => linux
TERM => xterm
HOME => /u/h/u/huck
PATH => /usr/kerberos/bin:/usr/kerberos/sbin:/s/gcc/bin:/s/automake/bin:/s/autoconf/bin:/s/coreutils/bin:/s/openssh/bin:/s/openssl/bin:/s/cvs/bin:/s/perl/bin:/s/wget/bin:/s/vim/bin:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
SSH_TTY => /dev/ttyp0
CONTENT_TYPE =>

PHP Variables

Variable => Value
_SERVER["PWD"] => /afs/spawar.navy.mil/s/php-4.3/src/php-4.3
_SERVER["MAKEFLAGS"] =>
_SERVER["VENDOR"] => intel
_SERVER["PAGER"] => less
_SERVER["REMOTEHOST"] => mispwoso.chs.spawar.navy.mil
_SERVER["MFLAGS"] =>
_SERVER["REDIRECT_STATUS"] =>
_SERVER["TEST_PHP_EXECUTABLE"] => /s/php-4.3/src/i386_deb30/sapi/cli/php
_SERVER["CC"] => gcc
_SERVER["USER"] => huck
_SERVER["MACHTYPE"] => i386
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["MAIL"] => /var/mail/huck
_SERVER["KRB5CCNAME"] => FILE:/tmp/krb5cc_9209_JDv467
_SERVER["PATH_TRANSLATED"] =>
_SERVER["EDITOR"] => vi
_SERVER["LANG"] => en_US
_SERVER["QUERY_STRING"] =>
_SERVER["CONTENT_LENGTH"] =>
_SERVER["HOST"] => zorilla.spawar.navy.mil
_SERVER["MAKELEVEL"] => 1
_SERVER["SSH_CLIENT"] => ::ffff:150.125.214.67 1399 22
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => huck
_SERVER["GROUP"] => huck
_SERVER["SSH_CONNECTION"] => ::ffff:150.125.214.67 1399 ::ffff:150.125.214.66 22
_SERVER["_"] => /s/php-4.3/src/i386_deb30/sapi/cli/php
_SERVER["REQUEST_METHOD"] =>
_SERVER["SHELL"] => /bin/sh
_SERVER["CVSROOT"] => /afs/spawar.navy.mil/s/php-4.3.9/src/CVSROOT
_SERVER["HOSTTYPE"] => i386-linux
_SERVER["TEST_PHP_SRCDIR"] => /s/php-4.3/src/php-4.3
_SERVER["OSTYPE"] => linux
_SERVER["TERM"] => xterm
_SERVER["HOME"] => /u/h/u/huck
_SERVER["PATH"] => /usr/kerberos/bin:/usr/kerberos/sbin:/s/gcc/bin:/s/automake/bin:/s/autoconf/bin:/s/coreutils/bin:/s/openssh/bin:/s/openssl/bin:/s/cvs/bin:/s/perl/bin:/s/wget/bin:/s/vim/bin:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
_SERVER["SSH_TTY"] => /dev/ttyp0
_SERVER["CONTENT_TYPE"] =>
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["PWD"] => /afs/spawar.navy.mil/s/php-4.3/src/php-4.3
_ENV["MAKEFLAGS"] =>
_ENV["VENDOR"] => intel
_ENV["PAGER"] => less
_ENV["REMOTEHOST"] => mispwoso.chs.spawar.navy.mil
_ENV["MFLAGS"] =>
_ENV["REDIRECT_STATUS"] =>
_ENV["TEST_PHP_EXECUTABLE"] => /s/php-4.3/src/i386_deb30/sapi/cli/php
_ENV["CC"] => gcc
_ENV["USER"] => huck
_ENV["MACHTYPE"] => i386
_ENV["SCRIPT_FILENAME"] =>
_ENV["MAIL"] => /var/mail/huck
_ENV["KRB5CCNAME"] => FILE:/tmp/krb5cc_9209_JDv467
_ENV["PATH_TRANSLATED"] =>
_ENV["EDITOR"] => vi
_ENV["LANG"] => en_US
_ENV["QUERY_STRING"] =>
_ENV["CONTENT_LENGTH"] =>
_ENV["HOST"] => zorilla.spawar.navy.mil
_ENV["MAKELEVEL"] => 1
_ENV["SSH_CLIENT"] => ::ffff:150.125.214.67 1399 22
_ENV["SHLVL"] => 3
_ENV["LOGNAME"] => huck
_ENV["GROUP"] => huck
_ENV["SSH_CONNECTION"] => ::ffff:150.125.214.67 1399 ::ffff:150.125.214.66 22
_ENV["_"] => /s/php-4.3/src/i386_deb30/sapi/cli/php
_ENV["REQUEST_METHOD"] =>
_ENV["SHELL"] => /bin/sh
_ENV["CVSROOT"] => /afs/spawar.navy.mil/s/php-4.3.9/src/CVSROOT
_ENV["HOSTTYPE"] => i386-linux
_ENV["TEST_PHP_SRCDIR"] => /s/php-4.3/src/php-4.3
_ENV["OSTYPE"] => linux
_ENV["TERM"] => xterm
_ENV["HOME"] => /u/h/u/huck
_ENV["PATH"] => /usr/kerberos/bin:/usr/kerberos/sbin:/s/gcc/bin:/s/automake/bin:/s/autoconf/bin:/s/coreutils/bin:/s/openssh/bin:/s/openssl/bin:/s/cvs/bin:/s/perl/bin:/s/wget/bin:/s/vim/bin:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
_ENV["SSH_TTY"] => /dev/ttyp0
_ENV["CONTENT_TYPE"] =>

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com