summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Delete some security related env variablesMelvyn Sopacua2002-12-221-0/+5
* MFB: libtool detectionMelvyn Sopacua2002-12-201-1/+2
* - Also send reports when there are no failed testsDerick Rethans2002-12-171-20/+30
* Fix a possible E_NOTICE warning message.Ilia Alshanetsky2002-12-121-1/+3
* - MFBDerick Rethans2002-12-111-1/+1
* Ask the user for their e-mail address so that we can contact them if need be.Ilia Alshanetsky2002-12-111-1/+12
* Move up general testsMarcus Boerger2002-11-231-3/+3
* Revert that unwanted debug thing - thanks to Sander RobolMarcus Boerger2002-11-211-1/+1
* Force showing the questionMarcus Boerger2002-11-211-1/+2
* Make it possible to test language features like newly introduced 'abstract'Marcus Boerger2002-11-211-4/+5
* Use eregi is better (noticed by Jon)Marcus Boerger2002-11-151-2/+2
* -Allow skip in upper letters.Marcus Boerger2002-11-151-1/+7
* Show Zend versionMarcus Boerger2002-11-151-0/+1
* Move the build-environment stuff down or the test results up, so youSander Roobol2002-11-151-10/+11
* Add magic_quotes_runtime which affects several testsMarcus Boerger2002-11-141-0/+1
* Only set the overwrites onceMarcus Boerger2002-11-141-26/+18
* Disable safe_mode as it interferes with just about every test that needsIlia Alshanetsky2002-11-141-0/+1
* - Make it possible for people to save results and/or remove unwanted ENVMelvyn Sopacua2002-11-101-5/+18
* This option is needed if we need to track errors inside the skip condition.Ilia Alshanetsky2002-11-081-0/+1
* move the run-test tests to the topMarcus Boerger2002-11-041-2/+14
* sort themMarcus Boerger2002-11-041-0/+1
* better use 'Off' hereMarcus Boerger2002-11-031-2/+2
* without these nearly all tests fail if for example php.ini containsMarcus Boerger2002-11-031-0/+2
* force showing progress of testMarcus Boerger2002-11-031-1/+3
* Fixed ini argument parsing. We now support ini options with = in the argument,Ilia Alshanetsky2002-11-031-1/+1
* pass params used for info call to skipif alsoMarcus Boerger2002-11-031-6/+6
* copy paste errorMarcus Boerger2002-11-021-1/+1
* -allow parameters to be directoriesMarcus Boerger2002-11-021-10/+9
* older versions do not have this functionsMarcus Boerger2002-11-021-1/+1
* wsMarcus Boerger2002-11-021-1/+1
* this would break tests by modifying EXPECT sectionsMarcus Boerger2002-11-021-1/+2
* -move -d stuff into function and update settings for info callMarcus Boerger2002-11-011-26/+43
* Discuss first!Derick Rethans2002-10-311-2/+1
* Fixed more ini settings.Yasuo Ohgaki2002-10-311-1/+2
* Corrected my email address.Ilia Alshanetsky2002-10-301-1/+1
* Enough discussion on display_erros it seemsMarcus Boerger2002-10-301-1/+1
* Get infos from php running tests not from php running run-test.phpMarcus Boerger2002-10-301-6/+14
* better use array_diff_assocMarcus Boerger2002-10-291-2/+2
* This patch addresses the bogus test failures due to error logging/reportingIlia Alshanetsky2002-10-281-2/+1
* remove last line commited by errorMarcus Boerger2002-10-281-1/+0
* forgot 'error_log=' and 'report_memleaks=1'Marcus Boerger2002-10-281-2/+3
* forgot 'error_log=' and 'report_memleaks=1'Marcus Boerger2002-10-281-1/+3
* windows will not have these, so dont bother, but add an OS to the stuff so th...Shane Caraveo2002-10-281-5/+13
* fix getting ini values that contain the char =Shane Caraveo2002-10-281-5/+4
* allow default ini overwrites to be overwritten themselves in --INI--Marcus Boerger2002-10-281-16/+38
* -introduce EXPECTREGEXMarcus Boerger2002-10-261-10/+17
* The log_errors=1 breaks a number of tests and is useless for our purposes,Ilia Alshanetsky2002-10-251-1/+1
* -improoved number detectionMarcus Boerger2002-10-241-3/+5
* Added failed test summary.Ilia Alshanetsky2002-10-241-0/+21
* - gcc prints -v information on stderr, make sure that we catch it anyway.Jan Lehnardt2002-10-241-1/+1