For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > June 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-06-01, 8:57 am


========================================
=============================
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 : 78
Exts tested : 9
---------------------------------------------------------------------
Number of tests : 611
Tests skipped : 276 (45.2%)
Tests warned : 0 (0.0%)
Tests failed : 2 (0.3%)
Tests passed : 333 (54.5%)
---------------------------------------------------------------------
Time taken : 13 seconds
========================================
=============================


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

/home/delphin/cacti/php-4.3.10/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
========================================
========================================




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

/home/delphin/cacti/php-4.3.10/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 centrlinux.chita.ru 2.6.8.1-12mdk #1 Fri Oct 1 12:53:41 CEST 2004 i686

Automake:
automake (GNU automake) 1.4-p6

Copyright (C) 1999, 2001 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.

Written by Tom Tromey <tromey@redhat.com>

Autoconf:
Autoconf version 2.13

Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)

Compiler:
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --d
isable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)

Bison:
bison (GNU Bison) 1.875d
Авторы: Роберт Корбет и Ричард Столмен.

Copyright (C) 2004 Free Software Foundation, Inc.
Это свободная программа; условия распространения смотрите в исходных текстах.
НИКАКИХ гарантий не предоставляется, даже гарантии ПОЛЕЗНОСТИ или ПРИГОДНОСТИ
ДЛЯ ОПРЕДЕЛЕННОЙ ЦЕЛИ.

Libraries:
linux-gate.so.1 => (0xffffe000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40026000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40053000)
libm.so.6 => /lib/tls/libm.so.6 (0x40064000)
libdl.so.2 => /lib/libdl.so.2 (0x40088000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4008b000)
libc.so.6 => /lib/tls/libc.so.6 (0x4009e000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


User's E-mail:


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

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

phpinfo()
PHP Version => 4.3.10

System => Linux centrlinux.chita.ru 2.6.8.1-12mdk #1 Fri Oct 1 12:53:41 CEST 2004 i686
Build Date => Jun 1 2005 19:40:01
Configure Command => 'configure'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp


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 => /usr/local/lib/php/extensions/no-debug-non-zts-20020429 => /usr/local/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 => .:/usr/local/lib/php => .:/usr/local/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
s
Sponsored Links







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

Copyright 2008 codecomments.com