noreply | 1 Mar 2005 03:02
Picon

Test results for 4.3.10 [failed]


=====================================================================
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   :  271 (44.4%)
Tests warned    :    0 (0.0%)
Tests failed    :    2 (0.3%)
Tests passed    :  338 (55.3%)
---------------------------------------------------------------------
Time taken      :   11 seconds
=====================================================================

================================================================================
/home/stiltner/downloads/php-4.3.10/ext/standard/tests/math/bug24142.phpt
================================================================================

---- EXPECTED OUTPUT
round(0.005, 2) -> 0.01
round(0.015, 2) -> 0.02
(Continue reading)

noreply | 1 Mar 2005 03:23
Picon

Test results for 4.3.10 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt]
Check for mktime with out-of-range parameters [ext/standard/tests/time/003.phpt]
Bug #21966 (date() or mktime() returning bad value for mktime month param of '2') [ext/standard/tests/time/bug21966.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   78
Exts tested     :    9
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  216 (35.4%)
Tests warned    :    0 (0.0%)
Tests failed    :    5 (0.8%)
Tests passed    :  390 (63.8%)
---------------------------------------------------------------------
Time taken      :  115 seconds
=====================================================================

================================================================================
/export/home/kiyoharu/work/php-4.3.10/ext/standard/tests/math/bug25665.phpt
================================================================================

(Continue reading)

noreply | 1 Mar 2005 04:17
Picon

Test results for 5.0.3 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Convert warnings to exceptions [tests/lang/038.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #28444 (Cannot access undefined property for object with overloaded property access) [Zend/tests/bug28444.phpt]
Test 3: Exception Test [ext/dom/tests/dom003.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #29992 (foreach by reference corrupts the array) [ext/standard/tests/array/bug29992.phpt]
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   69
Exts tested     :   14
---------------------------------------------------------------------

Number of tests : 1291               604
Tests skipped   :  687 (53.2%) --------
Tests warned    :    0 (0.0%) (0.0%)
Tests failed    :   12 (0.9%) (2.0%)
Tests passed    :  592 (45.9%) (98.0%)
(Continue reading)

noreply | 1 Mar 2005 08:49
Picon

Test results for 4.3.10 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   78
Exts tested     :    9
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  273 (44.7%)
Tests warned    :    0 (0.0%)
Tests failed    :    1 (0.2%)
Tests passed    :  337 (55.2%)
---------------------------------------------------------------------
Time taken      :   31 seconds
=====================================================================

================================================================================
/home/misaki/src/php-4.3.10/ext/standard/tests/time/bug27780.phpt
================================================================================

---- EXPECTED OUTPUT
America/Chicago
1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
(Continue reading)

noreply | 1 Mar 2005 09:08
Picon

Test results for 4.3.10 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   77
Exts tested     :   10
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  277 (45.3%)
Tests warned    :    0 (0.0%)
Tests failed    :    1 (0.2%)
Tests passed    :  333 (54.5%)
---------------------------------------------------------------------
Time taken      :   56 seconds
=====================================================================

================================================================================
/home/misaki/src/php-4.3.10/ext/standard/tests/time/bug27780.phpt
================================================================================

---- EXPECTED OUTPUT
America/Chicago
1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
(Continue reading)

noreply | 1 Mar 2005 09:33
Picon

Test results for 4.3.11-dev [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
EUC-JP to SJIS [ext/iconv/tests/eucjp2sjis.phpt]
EUC-JP to UTF8 [ext/iconv/tests/eucjp2utf8.phpt]
iconv() test 1 [ext/iconv/tests/iconv001.phpt]
ob_iconv_handler() [ext/iconv/tests/ob_iconv_handler.phpt]
Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug31213.phpt]
Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt]
Check for mktime with out-of-range parameters [ext/standard/tests/time/003.phpt]
Bug #21966 (date() or mktime() returning bad value for mktime month param of '2') [ext/standard/tests/time/bug21966.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   73
Exts tested     :   14
---------------------------------------------------------------------
Number of tests :  623
Tests skipped   :  203 (32.6%)
Tests warned    :    0 (0.0%)
Tests failed    :   11 (1.8%)
Tests passed    :  409 (65.7%)
---------------------------------------------------------------------
(Continue reading)

noreply | 1 Mar 2005 12:13
Picon

Test results for 4.3.10 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #24155 (gdImageRotate270 rotation problem). [ext/gd/tests/bug24155.phpt]
gdimagefill() function (Bug #19366 (fixed in bundled libgd)) [ext/gd/tests/bug27582_1.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt]
xslt_set_object function [ext/xslt/tests/xslt_set_object.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   45
Exts tested     :   42
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  112 (18.3%)
Tests warned    :    0 (0.0%)
Tests failed    :    6 (1.0%)
Tests passed    :  493 (80.7%)
---------------------------------------------------------------------
Time taken      :  318 seconds
=====================================================================

================================================================================
/var/tmp/portage/mod_php-4.3.10/work/php-4.3.10/ext/gd/tests/bug24155.phpt
================================================================================
(Continue reading)

noreply | 1 Mar 2005 13:51
Picon

Test results for 4.3.10 [success]


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   74
Exts tested     :   13
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  209 (34.2%)
Tests warned    :    0 (0.0%)
Tests failed    :    0 (0.0%)
Tests passed    :  402 (65.8%)
---------------------------------------------------------------------
Time taken      :   38 seconds
=====================================================================

================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux iez-srv 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686

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

Copyright 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.

(Continue reading)

noreply | 1 Mar 2005 14:01
Picon

Test results for 4.3.10 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #27819 (problems returning reference to a reference parameter) [tests/lang/bug27819.phpt]
Bug #28325 (Problem in serialisation of circular references) [ext/standard/tests/serialize/bug28325.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   77
Exts tested     :   11
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  273 (44.7%)
Tests warned    :    0 (0.0%)
Tests failed    :    3 (0.5%)
Tests passed    :  335 (54.8%)
---------------------------------------------------------------------
Time taken      :   51 seconds
=====================================================================

================================================================================
/home/sysop/src/php-4.3.10/tests/lang/bug27819.phpt
================================================================================

---- EXPECTED OUTPUT
6
(Continue reading)

noreply | 1 Mar 2005 14:14
Picon

Test results for 4.3.10 [failed]


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Memory leaks occur within an overloaded method that returns a reference [tests/lang/overload_leak.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
=====================================================================

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   56
Exts tested     :   31
---------------------------------------------------------------------
Number of tests :  611
Tests skipped   :  137 (22.4%)
Tests warned    :    0 (0.0%)
Tests failed    :    2 (0.3%)
Tests passed    :  472 (77.3%)
---------------------------------------------------------------------
Time taken      :  119 seconds
=====================================================================

================================================================================
/home/hattori/src/php/php-4.3.10/tests/lang/overload_leak.phpt
================================================================================

---- EXPECTED OUTPUT
int(456)
int(456)
(Continue reading)


Gmane