Re: [PHP-CVS] cvs: php-src / run-tests.php /ext/pdo/tests pdo_001.phpt pdo_002.phpt pdo_003.phpt pdo_004.phpt pdo_005.phpt pdo_006.phpt pdo_007.phpt pdo_008.phpt pdo_009.phpt pdo_010.phpt pdo_011.phpt pdo_012.phpt pdo_013.phpt pdo_014.phpt pdo_015.phpt pdo_016.phpt pdo_016a.phpt pdo_018.phpt pdo_019.phpt pdo_023.phpt pdo_025.phpt pdo_026.phpt /ext/simplexml/tests 005.phpt 006.phpt 007.phpt 009.phpt 014.phpt 014a.phpt 014b.phpt 016.phpt 016a.phpt 019.phpt /ext/spl/tests array_001.phpt array_002.phpt array_010.phpt array_011.phpt array_017.phpt bug31926.phpt bug32134.phpt bug33136.phpt /ext/standard/tests/array 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt array_change_key_case.phpt array_chunk.phpt array_count_values.phpt array_intersect_1.phpt bug20381.phpt bug21182.phpt bug21918.phpt bug21998.phpt bug22088.phpt bug24198.phpt bug24220.phpt bug24980.phpt bug25359.phpt bug25708.phpt bug28739.phpt bug29253.phpt bug29493.phpt bug30833.phpt bug3! 1213.phpt /ext/standard/tests/general_functions getopt.phpt /ext/standard/tests/strings bug24208.phpt bug27278.phpt /tests/classes __call_001.phpt __set__get_001.phpt __set__get_004.phpt __set__get_005.phpt array_access_001.phpt array_access_002.phpt array_access_003.phpt array_access_004.phpt array_access_005.phpt array_access_008.phpt array_access_009.phpt array_access_010.phpt array_access_011.phpt autoload_002.phpt clone_001.phpt clone_002.phpt clone_004.phpt inheritance_002.phpt /tests/lang 038.phpt bug19943.phpt bug21600.phpt bug21961.phpt bug22231.phpt bug22592.phpt bug23624.phpt /tests/reflection 001.phpt 002.phpt 006.phpt bug30209.phpt /tests/strings bug22592.phpt ZendEngine2/tests bug22836.phpt bug23104.phpt bug26010.phpt bug26695.phpt bug27798.phpt bug28442.phpt bug28444.phpt bug29505.phpt bug29674.phpt bug30140.phpt bug30162.phpt bug30407.phpt bug30702.phpt bug30856.phpt bug31683.phpt bug32799.phpt bug32981.phpt bug33243.phpt bug33999.phpt bug34064.phpt u! nset_cv11.phpt

Mon, 15 Aug 2005 13:50:30 -0700

Hello Derick,

Monday, August 15, 2005, 9:12:01 PM, you wrote:

> On Mon, 15 Aug 2005, Dmitry Stogov wrote:

>>     /php-src/ext/standard/tests/general_functions     getopt.phpt 
>>     /php-src/ext/standard/tests/strings       bug24208.phpt bug27278.phpt
>>   Log:
>>   Test engine is improved to support unicode mode

> I would hardly call this an improvement - now we have to ahve two 
> "EXPECT" blocks. I think you should have discussed this change before - 
> now it's a mess IMO. Please revert the changes to the run-tests.php 
> script, and let;s discuss what we should do here.

Just to second that before this patch i had one additional failure from the
mhash which uses binary strings in an incompatible way. And the var_dump()
print_r() issues you changed already even though there was some discussion
going on - which made me wait for the tests to adapt and commit. No all
tests are failing:
[EMAIL PROTECTED] /usr/src/php-cvs $ php run-tests.php
make: `sapi/cli/php' is up to date.

=====================================================================
CWD         : /usr/src/php-cvs
PHP         : /usr/src/php-cvs/sapi/cli/php < ? p h p   e c h o   "
 P H P _ S A P I         :   "   .   P H P _ S A P I   .   "
 P H P _ V E R S I O N   :   "   .   p h p v e r s i o n ( )   .   "
 Z E N D _ V E R S I O N :   "   .   z e n d _ v e r s i o n ( )   .   "
 P H P _ O S             :   "   .   P H P _ O S   .   "   -   "   .   p h p _ 
u n a m e ( )   .   "
 I N I   a c t u a l     :   "   .   r e a l p a t h ( g e t _ c f g _ v a r ( 
" c f g _ f i l e _ p a t h " ) )   .   "
 M o r e   . I N I s     :   "   .   ( f u n c t i o n _ e x i s t s ( ' p h p 
_ i n i _ s c a n n e d _ f i l e s ' )   ?   s t r _ r e p l a c e ( " \ n " , 
" "
Extra dirs  :
=====================================================================
TIME START 2005-08-15 21:58:48
=====================================================================
FAIL EXPECT [tests/run-test/test001.phpt]
FAIL EXPECTF [tests/run-test/test002.phpt]
FAIL EXPECTREGEX [tests/run-test/test003.phpt]
FAIL INI section allows '=' [tests/run-test/test004.phpt]
FAIL Error message handling (without ZendOptimizer) 
[tests/run-test/test005.phpt]
FAIL Error messages are shown [tests/run-test/test006.phpt]
FAIL dirname test [tests/run-test/test007.phpt]
FAIL Error message handling (with ZendOptimizer) [tests/run-test/test008.phpt]
FAIL Error message handling (without ZendOptimizer) 
[tests/run-test/test008a.phpt]
FAIL.....

the header shows that actually the functions weren't even executed.

Best regards,
 Marcus

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to