summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* detect test cases with duplicated sectionsNuno Lopes2008-03-171-11/+8
* Using new magic constant __DIR__ in run-tests.phpLars Strojny2008-03-051-3/+3
* New E_ALL valueFelipe Pena2008-02-241-1/+1
* Disable mbstring overloadIlia Alshanetsky2008-02-121-0/+1
* fix ===DONE=== with windows EOLsNuno Lopes2008-02-081-1/+1
* - MFH valgrind detection, note in headerMarcus Boerger2008-01-151-15/+15
* - MFH Show info for CL and CGI if both are going to be usedMarcus Boerger2008-01-061-3/+21
* remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECT...Greg Beaver2008-01-051-1/+1
* implement --FILE_EXTERNAL-- section for using an external file as --FILE--, u...Greg Beaver2008-01-051-4/+18
* Leftover: Bump copyright year.Sebastian Bergmann2008-01-011-1/+1
* Fixed %f regexDmitry Stogov2007-12-251-1/+1
* Changing the regex for %f so the it will match e-, e+ and e.Raghubansh Kumar2007-12-241-1/+1
* Check if we know which php executable we should useHannes Magnusson2007-12-171-0/+1
* MFH: add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly op...Antony Dovgal2007-12-121-1/+23
* - - Allow to check the out,exp and diff results on console while executing th...Marcus Boerger2007-12-051-53/+68
* - Allow to specify php executable on commandlineMarcus Boerger2007-12-051-1/+8
* MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to failJani Taskinen2007-11-211-0/+1
* MFH: Changing the regex for %f so the it will match E-, E+ and E.Zoe Slattery2007-11-121-1/+1
* - Add hash bang lineMarcus Boerger2007-11-061-0/+1
* changes to run-tests.php:Nuno Lopes2007-09-141-8/+9
* MFH:- Allow using * in test filenames to match patternJani Taskinen2007-07-311-1/+12
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-4/+6
* Fixed "make test"Dmitry Stogov2007-07-041-2/+2
* Fixed CGI testsDmitry Stogov2007-06-291-5/+10
* enable display_startup_errors, fix testAntony Dovgal2007-06-051-0/+1
* MFHAntony Dovgal2007-05-271-3/+3
* Added support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulationIlia Alshanetsky2007-05-071-0/+9
* MFH: add USE_ZEND_ALLOC env varAntony Dovgal2007-05-021-0/+6
* MFHAntony Dovgal2007-04-231-1/+4
* add tests for CGIAntony Dovgal2007-04-171-1/+1
* - MFH Allow to load multipe extensions via -dMarcus Boerger2007-03-271-3/+17
* convert all ereg*() calls to preg_match(), so that we become future-proof (er...Nuno Lopes2007-02-081-17/+14
* MFH: use getenv() instead of _ENVNuno Lopes2007-02-071-10/+14
* Update copyright yearIlia Alshanetsky2007-01-011-1/+1
* MFH: force tidy.clean_output=0Nuno Lopes2006-12-281-0/+1
* Fixed handling of multiple cookies with the same name.Ilia Alshanetsky2006-12-091-2/+10
* MFH: look for tests in sapi/cliAntony Dovgal2006-12-041-1/+1
* do not set an env variable without a name and a valueAntony Dovgal2006-11-231-1/+3
* - fix ENV section handlingMichael Wallner2006-11-221-5/+3
* add --STDIN-- supportNuno Lopes2006-09-141-2/+5
* MFH: make run-tests to work with directories containing spaces (bug #38558)Antony Dovgal2006-08-231-3/+3
* Fix "make test" on win32Dmitry Stogov2006-08-221-2/+3
* fix previous patchAntony Dovgal2006-08-141-3/+5
* make sure USE_ZEND_ALLOC is always 1Antony Dovgal2006-08-141-3/+3
* suppress errors from date() if no date.timezone setAntony Dovgal2006-08-071-6/+8
* MFH: disable --leak-checkAntony Dovgal2006-07-281-1/+1
* turn Off Zend MM and check for leaks when running tests through valgrindAntony Dovgal2006-07-261-1/+1
* make valgrind trace child processes. useful for the PCNTL extension (fork()),...Nuno Lopes2006-07-171-1/+1
* now they are really equivalent..Nuno Lopes2006-07-171-1/+1
* Don't use regex where none is needed.Ilia Alshanetsky2006-07-171-1/+1