summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #55080 (Deprecated call in run--test.php)Felipe Pena2011-07-011-1/+1
* Add http_proxy env var support to run-tests.php result submissionChristopher Jones2011-06-241-10/+25
* - Possible fix for Bug #54108 (valgrind can not be found if located outside o...Felipe Pena2011-02-271-1/+1
* Show XFAIL reasons (Daniel Convissor)Christopher Jones2011-02-111-0/+1
* rm trailing whitespaceChristopher Jones2011-02-111-11/+11
* - Don't lower case setting names; some of them actually have upper caseDerick Rethans2011-01-311-1/+1
* - Added the writing of .sh files so that we can run the tests (including allDerick Rethans2010-10-151-1/+13
* Loosen the valgrind version check slightly in run-tests.php so that it worksAdam Harvey2010-09-301-1/+1
* Fixed bug #50836 (run_tests.php alerts syntax errors while testing session)Kalle Sommer Nielsen2010-08-161-1/+11
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Sync (and KEEP it synced!)Jani Taskinen2009-12-211-13/+25
* Fixed test engine to support non utf-8 testsDmitry Stogov2009-12-161-8/+34
* - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings ...Jani Taskinen2009-12-111-2/+1
* restore removed line (thanks Jani)Greg Beaver2009-07-291-0/+1
* make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merg...Greg Beaver2009-07-291-1/+0
* fix EXPECTF tests that have binary in their output by always processing outpu...Greg Beaver2009-07-291-48/+48
* Reset TZ environment variable. Some tests assume that it's not set.David Soria Parra2009-07-071-0/+1
* set default value of "precision" ini setting,Arnaud Le Blanc2009-05-201-0/+1
* Print out the WARNed section (contains f.e. passing XFAIL tests)Hannes Magnusson2009-05-181-0/+13
* MFB52: syncJani Taskinen2009-04-251-4/+5
* Make it possible to run on PHP5.2Hannes Magnusson2009-04-161-1/+16
* Sync WS with 5.3Hannes Magnusson2009-04-161-26/+26
* refixing %r in run-tests.php (thanks iain lewis for the fix)Zoe Slattery2009-03-121-26/+27
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Added %r sectionZoe Slattery2009-03-031-1/+26
* fix wsAntony Dovgal2009-01-051-17/+17
* only add "# original source" if a redirect is activeAntony Dovgal2009-01-051-1/+3
* fix PDO and other 'redirected' tests - add that "# original source" line only...Antony Dovgal2009-01-041-1/+1
* Fixed bug #46845 Test expected to fail, but pass, don't cause errorZoe Slattery2008-12-311-7/+18
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: Fixing strict warningLars Strojny2008-12-111-1/+1
* - Use version id instead of defined() since latter does not work with magic c...Jani Taskinen2008-12-091-2/+2
* - Sync with all branches (same run-tests.php everywhereJani Taskinen2008-12-081-0/+5
* More changes to allow the same tests to be used with PHP5 and PHP6Zoe Slattery2008-12-061-0/+5
* Support versions of valgrind from SVN. The version is shown as 3.4.0.SVNScott MacVicar2008-11-061-1/+1
* Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, tooJohannes Schlüter2008-10-191-0/+2
* Windows requires SystemRoot env var to run testsRob Richards2008-09-301-0/+3
* Fix cwd when running tests out of tree with ZTS builds (fixes #45837)Arnaud Le Blanc2008-09-121-2/+2
* run-tests.php: Added %u|b% placeholder, like %unicode|string%, for arrayArnaud Le Blanc2008-09-081-0/+5
* - Environment handling seems to have changed to respect unicode... so weMarcus Boerger2008-08-301-1/+7
* Added %unicode_string_optional% for differences in output between PHP 5 and 6Felix De Vliegher2008-08-291-0/+5
* - No unnecessary errors pleaseJani Taskinen2008-08-141-4/+4
* - No need to load any php.ini hereJani Taskinen2008-08-051-1/+1
* - Fixed undefined variableFelipe Pena2008-08-021-1/+1
* fix typoAntony Dovgal2008-07-251-1/+1
* - Allow the results of a partial run to be saved when -s option is explicitlyMoriyoshi Koizumi2008-07-251-123/+137
* - Revert accidental commit.Jani Taskinen2008-07-241-4/+0
* - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-0/+4
* Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolvedLars Strojny2008-07-231-0/+5
* - The error level must be E_ALL | E_STRICT.Felipe Pena2008-07-221-1/+1