php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39964 Output from "make test"
Submitted: 2006-12-27 18:24 UTC Modified: 2006-12-27 18:31 UTC
From: Terry dot Hampton at tos dot ohio dot gov Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.2.0 OS: SunOS 5.8 (Solaris 8)
Private report: No CVE-ID: None
 [2006-12-27 18:24 UTC] Terry dot Hampton at tos dot ohio dot gov
Description:
------------
From "make test":

TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   52
Exts tested     :   28
---------------------------------------------------------------------

Number of tests : 2776              1632
Tests skipped   : 1144 ( 41.2%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :   16 (  0.6%) (  1.0%)
Tests passed    : 1616 ( 58.2%) ( 99.0%)
---------------------------------------------------------------------
Time taken      :  832 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #24640 (var_export and var_dump can't output large float) [tests/lang/bug24640.phpt]
idate() and invalid params [ext/date/tests/005.phpt]
localtime() tests [ext/date/tests/007.phpt]
getdate() tests [ext/date/tests/008.phpt]
strftime() and gmstrftime() tests [ext/date/tests/009.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/date/tests/bug27780.phpt]
Bug #32555 (strtotime("tomorrow") can return false) [ext/date/tests/bug32555.phpt]
Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt]
Bug #37368 (Incorrect timestamp returned for strtotime()). [ext/date/tests/bug37368.phpt]
Bug #37514 (strtotime doesn't assume year correctly). [ext/date/tests/bug37514.phpt]
date_default_timezone_get() function [1] [ext/date/tests/date_default_timezone_get-1.phpt]
date_default_timezone_get() function [2] [ext/date/tests/date_default_timezone_get-2.phpt]
date_default_timezone_set() function [1] [ext/date/tests/date_default_timezone_set-1.phpt]
Bug #38474 (getAttribute select attribute by order, even when prefixed) [ext/dom/tests/bug38474.phpt]
Translit failure [ext/iconv/tests/translit-failure.phpt]
++++++++++++++++++++++++++++++++++++++++++++++

 ./configure  --with-mysql=/opt/sfw/mysql --with-apxs=/opt/IBMHttpServer/bin/apxs --with-zlib=/usr --with-zlib-dir=/usr/local --enable-dbase --with-db3=/opt/sfw --with-libxml-dir=/usr/local/include/libxml2 --with-openssl=/usr/local/ssl --with-gd --with-jpeg-dir=/usr/local --enable-gd-native-ttf --with-png-dir=/usr/local/png --with-EXTENSION=shared --enable-so --enable-shared --with-jpeg-dir=/usr/local/lib

++++++++++++++++++++++++++++++++++++

I don't have a lot of PHP experience.  Are there enough test failures attached above, to make in unwise that I NOT use this compile?

Thanks!,
Terry H.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-27 18:31 UTC] tony2001@php.net
This is expected at the moment, thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 17:01:32 2024 UTC