[PHP-CVS] com php-src: Fixed bug61115-1.phpt for debug build version.: ext/standard/tests/streams/bug61115-1.phpt

2012-03-29 Thread Shein Alexey
Commit:e1352b04165142c945d1fc98c0bcd0b85c3f659d Author:Shein Alexey con...@gmail.com Thu, 29 Mar 2012 16:51:45 +0500 Parents: 55b1e612421c52ea0bb8a3772095c5bbd62045db Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ 019.phpt

2012-01-02 Thread Shein Alexey
sheinMon, 02 Jan 2012 20:02:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321694 Log: Fixed broken test (different error message wording in 5.3 branch) Changed paths: U php/php-src/branches/PHP_5_3/tests/lang/019.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/tests/php_cli_server.inc branches/PHP_5_4/sapi/cli/tests/php_cli_server_001.phpt branches/PHP_5_4/sapi/cli/tests/php_cli_server_002.phpt branches

2011-09-20 Thread Shein Alexey
sheinTue, 20 Sep 2011 14:53:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317059 Log: Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu: 1) Prepended starting the server with exec so proc_terminate can

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/strings/htmlentities_html4.phpt branches/PHP_5_4/ext/standard/tests/strings/htmlentities_html4.phpt trunk/ext/standard/tests/strings/ht

2011-09-05 Thread Shein Alexey
sheinMon, 05 Sep 2011 11:00:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316153 Log: Make the test faster, what was done: 1) replaced multiple htmlentities calls with one call to get_html_translation table since they share the same code

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/fread_socket_variation1.phpt branches/PHP_5_4/ext/standard/tests/file/fread_socket_variation1.phpt trunk/ext/standard/tests/file/f

2011-09-05 Thread Shein Alexey
sheinMon, 05 Sep 2011 14:43:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316183 Log: Reduced timeout in this test to 1ms, no need to wait further. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/tests/bug38943.inc branches/PHP_5_3/ext/zip/tests/bug38943.phpt branches/PHP_5_3/ext/zip/tests/bug38943_2.phpt branches/PHP_5_4/ext/zip/tests/bug3

2011-09-02 Thread Shein Alexey
sheinFri, 02 Sep 2011 17:41:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316041 Log: Removed old ( 5.3) version of test and cleaned up the actual version. Changed paths: D php/php-src/branches/PHP_5_3/ext/zip/tests/bug38943.inc

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt trunk/

2011-09-02 Thread Shein Alexey
sheinFri, 02 Sep 2011 18:01:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316043 Log: Synchronized fixed tests from 5.3 branch. Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/dom/tests/ DOMDocument_relaxNGValidate_error2.phpt

2011-08-24 Thread Shein Alexey
sheinWed, 24 Aug 2011 12:25:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315418 Log: Fixed failed test to take into account printed warnings like in 5.4 and trunk branches. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt branches/PHP_5_3/ext/dom/tests/dom004.phpt branches/PHP_5_3/ext/dom/tests/dom_xinclude.phpt bra

2011-06-22 Thread Shein Alexey
sheinWed, 22 Jun 2011 09:28:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312375 Log: Fixed dom tests. Changed paths: U php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/curl/tests/ curl_basic_011.phpt curl_basic_012.phpt curl_basic_013.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 06:49:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311958 Log: Removed 'b' string prefix as unneeded from some tests. Changed paths: U php/php-src/trunk/ext/curl/tests/curl_basic_011.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/curl/tests/ bug48203.phpt bug48203_multi.phpt curl_file_deleted_before_curl_close.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 07:16:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311959 Log: Updated (currently failing) test for bug48203 with curl_stderr and added also curl_multi_exec variant of this test. Bug: http://bugs.php.net/48203

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/session_encode_basic.phpt branches/PHP_5_4/ext/session/tests/session_encode_basic.phpt trunk/ext/session/tests/session_encode_basic.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 07:44:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311961 Log: Fixed session test breakage due to serialize precision issue. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/skipif.inc branches/PHP_5_4/ext/session/tests/skipif.inc trunk/ext/session/tests/skipif.inc

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 08:18:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311962 Log: Skip reason is now printed if session.save_path is not writable. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/skipif.inc U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/bug32330.phpt branches/PHP_5_4/ext/session/tests/bug32330.phpt trunk/ext/session/tests/bug32330.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 08:24:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311965 Log: Changed session.save_path to /tmp to make test run. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/bug32330.phpt U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/session/tests/ 008-php4.2.3.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 13:09:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311975 Log: Fixed test. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/008-php4.2.3.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/curl/tests/curl_setopt_basic001.phpt trunk/ext/curl/tests/curl_setopt_basic001.phpt

2011-05-31 Thread Shein Alexey
sheinTue, 31 May 2011 12:45:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311663 Log: Removed test since there's no more safe_mode in PHP = 5.4. Changed paths: D php/php-src/branches/PHP_5_4/ext/curl/tests/curl_setopt_basic001.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/curl/tests/bug48207.phpt branches/PHP_5_4/ext/curl/tests/bug48207.phpt trunk/ext/curl/tests/bug48207.phpt

2011-05-31 Thread Shein Alexey
sheinTue, 31 May 2011 12:57:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311664 Log: Fixed notice breaking the test. Changed paths: U php/php-src/branches/PHP_5_3/ext/curl/tests/bug48207.phpt U