summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed handling of multiple cookies with the same name.Ilia Alshanetsky2006-12-091-2/+10
| | | | | Added support for cookies into run-tests.php
* 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
| | | | | Patch by danielc at analysisandsolutions dot com
* 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
| | | | | don't try to look for libtool if $sys_libtool_path is empty
* 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 ↵Nuno Lopes2006-07-171-1/+1
| | | | (fork()), for example
* 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
|
* Fixed CGI tests.Dmitry Stogov2006-05-241-1/+1
|
* - MFH '_' is valid in test blocksMarcus Boerger2006-05-161-1/+1
|
* - MFH add support for --EXPECTHEADERS--Marcus Boerger2006-05-131-8/+67
|
* - MFH add E_RECOVERABLE as defaultMarcus Boerger2006-05-101-1/+1
|
* - remove debug partPierre Joye2006-05-031-1/+0
| | | | | nota bene, there is still work in this area, but this is a start
* - add support for POST_RAW, allow to pass raw POST dataPierre Joye2006-05-031-7/+46
| | | | | | - add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible to set both TEST_PHP_EXECUTABLE and CGI
* - MFH Fix writing faillog with redirected testsMarcus Boerger2006-03-111-4/+17
|
* - MFH Fix test results with redirected testsMarcus Boerger2006-03-111-8/+7
|
* - Load list of extensions to test from php that is being tested rather thanMarcus Boerger2006-03-111-8/+8
| | | | | from php running the tests
* fix typoAntony Dovgal2006-02-161-1/+1
|
* - SynchMarcus Boerger2006-02-121-22/+22
|
* Simplify test codeIlia Alshanetsky2006-02-051-11/+13
|
* MFH: fix error message on `make test` when bison is not installedAntony Dovgal2006-01-181-1/+1
|
* MFH: fix CGI SAPI check on WindowsMichael Wallner2006-01-111-1/+4
|
* - MFHMarcus Boerger2006-01-041-1/+1
|
* - MFHMarcus Boerger2006-01-041-11/+55
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH Fix environment handlingMarcus Boerger2005-12-311-64/+51
|
* - WSMarcus Boerger2005-12-301-10/+10
|
* - Allow to specify ini to use for test executeableMarcus Boerger2005-12-301-0/+10
|
* - If user wnats help, don't complain about missing environmentMarcus Boerger2005-12-301-6/+8
|
* - MFH Fix handling of bork testsMarcus Boerger2005-12-231-3/+4
|
* - MFH Add --[keep|show]-[all|skip|php] switchesMarcus Boerger2005-12-211-4/+58
|
* fix noticeAntony Dovgal2005-12-201-1/+1
|
* - MFH Fix --versionMarcus Boerger2005-12-181-1/+1
|
* - MFH End test script when detecting '===DONE===' that way showing memleaksMarcus Boerger2005-12-181-5/+16
|
* - MFH Increase timeut for -m testingMarcus Boerger2005-12-181-1/+3
|
* Added token for capturing arbitrary whitespace blocks inside text.Ilia Alshanetsky2005-12-171-0/+1
|
* MFHfoobar2005-12-101-1/+1
|
* - MFH Section FILE does not exist for redirection testsMarcus Boerger2005-12-091-2/+4
|
* - MFH Add missing newlineMarcus Boerger2005-12-091-1/+1
|
* - Revert piece of MFH that shows an inconsistency - actually we should fixMarcus Boerger2005-12-091-1/+1
| | | | | this fread() issue.
* - MFHMarcus Boerger2005-12-081-72/+161
| | | | | | . Add ability to create temp files in separate dir and keep them. . Add ability to create links in html results as table.
* MFH:- Made tests that require CGI skipped if it is not availablefoobar2005-12-071-3/+7
|
* MFH: fixed wrong logicfoobar2005-12-071-13/+15
|