summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Collapse)AuthorAgeFilesLines
* sync run-tests.php with revision 286499 changes making php 6 tests with ↵Greg Beaver2009-07-291-49/+48
| | | | EXPECTF that can have arbitrary binary data in output work
* MFH: Reset TZ environment variable. Some tests assume that it's not set.David Soria Parra2009-07-071-0/+1
|
* MFH: set default value of "precision" ini setting,Arnaud Le Blanc2009-05-201-0/+1
| | | | | many tests depend on this
* MFH: Print out the WARNed sectionHannes Magnusson2009-05-181-0/+13
|
* MFB52: syncJani Taskinen2009-04-251-4/+5
|
* MFH: Make it possible to run on 5.2Hannes Magnusson2009-04-161-1/+16
|
* refixing %r in run-tests.php (thanks iain lewis for the fix)Zoe Slattery2009-03-121-26/+26
|
* Added %r sectionZoe Slattery2009-03-031-1/+27
|
* fix wsAntony Dovgal2009-01-051-14/+14
|
* MFH: only add "# original source" if a redirect is activeAntony Dovgal2009-01-051-1/+3
|
* MFH: fix PDO and other 'redirected' tests - add that "# original source" ↵Antony Dovgal2009-01-041-1/+1
| | | | line only if the test fails
* Fixed bug #46845 Test expected to fail, but pass, don't cause errorZoe Slattery2008-12-311-0/+11
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixing strict warning when null is passedLars Strojny2008-12-111-1/+1
|
* MFHJani Taskinen2008-12-091-2/+2
|
* - Sync with HEADJani Taskinen2008-12-081-1/+11
|
* More changes to allow the same tests to be used with PHP5 and PHP6Zoe Slattery2008-12-061-0/+5
|
* MFH: Support versions of valgrind from SVN. The version is shown as 3.4.0.SVNScott MacVicar2008-11-061-1/+1
|
* - Opss, reverted accidental changesFelipe Pena2008-11-031-70/+19
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-19/+70
|
* Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, tooJohannes Schlüter2008-10-191-0/+2
|
* MFH: Windows requires SystemRoot env var to run testsRob Richards2008-09-301-0/+3
|
* MFH: Fix cwd when running tests out of tree with ZTS builds (fixes #45837)Arnaud Le Blanc2008-09-121-2/+2
|
* MFH: run-tests.php: Added %u|b% placeholder, like %unicode|string%, forArnaud Le Blanc2008-09-081-0/+5
| | | | | array keys in var_dump() output.
* - MFH Fix -p handlingMarcus Boerger2008-08-301-0/+1
|
* Added %unicode_string_optional% for differences in output between PHP 5 and 6Felix De Vliegher2008-08-291-0/+5
|
* Silencio for some unnecessary errorsJani Taskinen2008-08-141-4/+4
|
* MFHJani Taskinen2008-08-051-1/+1
|
* - MFH: Fixed undefined variableFelipe Pena2008-08-021-1/+1
|
* fix typoAntony Dovgal2008-07-251-1/+1
|
* - MFH: Allow the results of a partial run to be saved when -s option isMoriyoshi Koizumi2008-07-251-123/+137
| | | | | explicitly specified.
* Allowing "%unicode|string%" as a placeholder (backport from HEAD)Lars Strojny2008-07-231-0/+5
|
* - MFH: The error level must be E_ALL | E_STRICT.Felipe Pena2008-07-221-1/+1
|
* MFH Add missing help textSteph Fox2008-07-221-3/+5
|
* MFH: Sync with PHP 6.Jani Taskinen2008-07-211-216/+283
|
* - More stupid WS etc fixes. Plus the missing help text place holders for ↵Jani Taskinen2008-07-211-14/+20
| | | | Steph to fill up..
* MFH: Stupid WS fixes..Thanks Steph!Jani Taskinen2008-07-211-108/+239
|
* Run the tests with E_STRICT againHannes Magnusson2008-07-211-1/+1
| | | | | # Why isn't E_STRICT in E_ALL?
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-1/+1
|
* - fix the fixPierre Joye2008-07-161-1/+1
|
* increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my ↵Nuno Lopes2008-07-081-0/+2
| | | | | | | computer. we should really consider increase the default of this limit.. (but not the recursion one though)
* Fix parse errorOlivier Hill2008-07-021-1/+1
|
* - MFH: fix make test TESTS=... and dynamic extension usage on windowsPierre Joye2008-07-021-1/+5
|
* Reverted part of Steph's patch (stdin stream must be closed to make script ↵Dmitry Stogov2008-06-241-2/+1
| | | | finish)
* - remove debug codePierre Joye2008-06-191-1/+1
|
* Oops.Steph Fox2008-06-191-1/+0
|
* Two new options for Travis to come to terms with:Steph Fox2008-06-191-2/+11
| | | | | | | | - --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout() - -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause and just for a special treat, you can have it from my working branch this time.
* Two new options for Travis to come to terms with:Steph Fox2008-06-191-1/+2
| | | | | | - --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout() - -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause
* fix typoAntony Dovgal2008-05-261-1/+1
|
* Added --XFAIL-- sectionZoe Slattery2008-05-251-9/+26
|