(resending this message as got return errors)

Thanks Nuno for this proposition

for sure Sun is very interested in publishing/sharing the test results
of integrating PHP 5.2.4 in its OpenSolaris version (Solaris Express
Developer Edition, SXDE)

fyi, the PHP 5.2.4 test suite has already been executed on a platform
with SXDE build : plan is to include other OSS components like Apache,
MySQL, Squid, etc,...to complete the web-base stack called Sun WebStack

same php test suite has been executed on Red Hat 4 to establish a
comparison of tests results (building PHP with the same way of course on
these 2 OS)

as test results have not been yet reported to PHP QA, can we share with
you the results obtained ?

we would like to know whether possible to get your help to analyze the
reasons of the test failures (tests results of PHP 5.2.4 for SXDE OS are
inclosed)

we have been said all tests should pass

before filing any php bug we would like to know if failures are due to
tests issues requesting test updates/patches, integration issues from
us, Solaris specificities, real php bugs for 5.2.4 release etc,...


thanks in advance for your support
Jean



Nuno Lopes wrote On 10/18/07 11:24 PM,:
> I know, I know.. It is on my TODO list for a loong time. I have the program 
> on my head, I just need to get some time to sit and code it..
> 
> BTW: Jean, would Sun be interested in setting up a build machine to run the 
> PHP test suite and post the results to a central build DB?
> 
> Nuno
> 
> 
> ----- Original Message ----- 
> 
>>Hello Nuno,
>>
>> we should work on that database thing that collects information from
>>trusted gcov machines.....
>>
>>marcus
>>
>>Wednesday, October 17, 2007, 11:03:47 PM, you wrote:
>>
>>
>>>>>we would like to know whether at php org level there are any test
>>>>>results available / published / shared per OS (like Solaris, RH in
>>>>>particular)
>>>>
>>>>Not grouped, but we do have all the test results here:
>>>>http://news.php.net/php.qa
>>
>>>In addition to what Derick said, there is a "reference" build and test
>>>failure at http://gcov.php.net
>>
>>>Nuno
>>
>>
>>Best regards,
>>Marcus 
> 
> 

=====================================================================
CWD         : /space/php-5.2.4
PHP         : /usr/php5/5.2.4/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 5.2.4
ZEND_VERSION: 2.2.0
PHP_OS      : SunOS - SunOS jesma107 5.11 snv_73 sun4u
INI actual  : /etc/php5/5.2.4/php.ini
More .INIs  : 
Extra dirs  : 
=====================================================================
TIME START 2007-10-18 13:52:49
=====================================================================
...
=====================================================================
TIME END 2007-10-18 14:14:45


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   32
Exts tested     :   52
---------------------------------------------------------------------

Number of tests : 4020              3258
Tests skipped   :  762 ( 19.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :   46 (  1.1%) (  1.4%)
Tests passed    : 3212 ( 79.9%) ( 98.6%)
---------------------------------------------------------------------
Time taken      : 1316 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #36568 (memory_limit has no effect) [Zend/tests/bug36568.phpt]
Bug #38779 (engine crashes when require()'ing file with syntax error through 
userspace stream wrapper) [Zend/tests/bug38779.phpt]
Bug #40236 (php -a function allocation eats memory) [Zend/tests/bug40236.phpt]
easter_date() [ext/calendar/tests/easter_date.phpt]
unixtojd() [ext/calendar/tests/unixtojd.phpt]
Bug #33532 (Different output for strftime() and date()) 
[ext/date/tests/bug33532.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]
libgd #106 (imagerectangle 1x1 draws 1x3) [ext/gd/tests/libgd00106.phpt]
dcngettext() tests [ext/gettext/tests/dcngettext.phpt]
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
EUC-JP to SJIS [ext/iconv/tests/eucjp2sjis.phpt]
iconv_mime_encode() sanity cheeck. [ext/iconv/tests/iconv004.phpt]
iconv_mime_decode_headers() [ext/iconv/tests/iconv_mime_decode_headers.phpt]
iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt]
iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt]
iconv_substr() [ext/iconv/tests/iconv_substr.phpt]
ob_iconv_handler() [ext/iconv/tests/ob_iconv_handler.phpt]
Test array_keys() function (variation - 2) 
[ext/standard/tests/array/array_keys_variation_002.phpt]
Bug #30074 (EG(uninitialized_zval_ptr) gets set to reference using EXTR_REFS, 
affecting later values) [ext/standard/tests/array/bug30074.phpt]
Bug #42233 (extract(): scandic characters not allowed as variable name) 
[ext/standard/tests/array/bug42233.phpt]
Test fileperms() & chmod() functions: usage variation - misc. perms 
[ext/standard/tests/file/006_variation2.phpt]
Bug #22414 (passthru() does not read data correctly) 
[ext/standard/tests/file/bug22414.phpt]
flock() tests [ext/standard/tests/file/flock.phpt]
Test flock() function: Basic functionality 
[ext/standard/tests/file/flock_basic.phpt]
Test flock() function: Variations [ext/standard/tests/file/flock_variation.phpt]
fopencookie detected and working (or cast mechanism works) 
[ext/standard/tests/file/fopencookie.phpt]
Test glob() function: basic functions [ext/standard/tests/file/glob_basic.phpt]
Test glob() function: usage variations 
[ext/standard/tests/file/glob_variation.phpt]
User streams and include() [ext/standard/tests/file/include_userstream_001.phpt]
local user streams must not be able to open() url's 
[ext/standard/tests/file/include_userstream_002.phpt]
Test is_dir() function: usage variations - links 
[ext/standard/tests/file/is_dir_variation2.phpt]
Test popen() and pclose function: error conditions 
[ext/standard/tests/file/popen_pclose_error-sunos.phpt]
Bug #39322 (proc_terminate() loosing process resource) 
[ext/standard/tests/general_functions/bug39322.phpt]
Test gettype() & settype() functions : usage variations 
[ext/standard/tests/general_functions/gettype_settype_variation2.phpt]
phpinfo() [ext/standard/tests/general_functions/phpinfo.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
Generic pack()/unpack() tests [ext/standard/tests/strings/pack.phpt]
shm_attach() tests [ext/sysvshm/tests/002.phpt]
shm_remove() tests [ext/sysvshm/tests/007.phpt]
Bug #26614 (CDATA sections skipped on line count) 
[ext/xml/tests/bug26614_libxml.phpt]
xmlrpc_encode_request() with wrong arguments [ext/xmlrpc/tests/001.phpt]
xmlrpc_encode_request() and various arguments [ext/xmlrpc/tests/002.phpt]
=====================================================================

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to