summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Collapse)AuthorAgeFilesLines
* add --offline option to run-tests commandRemi Collet2012-09-301-0/+5
|
* Do not unload shared extensions when checking for leaksHannes Magnusson2012-07-171-0/+4
|
* Fix two issues with run-tests.phpAnthony Ferrara2012-07-061-3/+6
| | | | | 1. E_STRICT error due to passing return of array_intersect() into reset() directly 2. Details in junit output can produce invalid UTF-8 and XML due to unescaped characters
* - Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 ↵Felipe Pena2012-06-301-1/+3
| | | | for successful XFAIL)
* Don't depend on a fixed path for PHP shebang but use /usr/bin/envTill Klampaeckel2012-06-071-1/+1
| | | | (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
* sync with HEADNuno Lopes2012-05-271-4/+1
|
* Change impl of GZIP_POST, DEFLATE_POST. See #62021zoe slattery2012-05-151-10/+30
|
* Refactoring junit logger. Added generation of nested testsuites in junit.xml.Shein Alexey2012-03-281-142/+235
|
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
|
* add --PUT-- section support based on POST_RAWMichael Wallner2012-03-171-2/+42
|
* merge 322758 (detect a php-cgi which is a sibling of php cli)Michael Wallner2012-03-091-0/+3
|
* Simple fix that just quotes the filenames in run-tests to support paths with ↵Rasmus Lerdorf2012-01-281-4/+4
| | | | | | | spaces. Fixes bug #60734
* This changes adds the --EXTENSION-- section to .phpt files as Derick Rethans2011-12-061-1/+13
| | | | | described in http://marc.info/?t=132248616300007&r=1&w=2.
* - Replace possible esc char to <esc> in the XML outputFelipe Pena2011-12-011-2/+2
|
* - Added JUnit output format optionFelipe Pena2011-11-261-0/+128
| | | | | patch by: Ferenc Kovacs (tyrael at php.net)
* - Fixed bug #55788 (test redirects should abide SHOW_ONLY_GROUPS in ↵Felipe Pena2011-11-261-5/+15
| | | | | | | run-tests.php) patch by: tyrael at php.net
* - Clean upFelipe Pena2011-11-261-104/+73
|
* Improve speed of finding tests (no more CVS, we're on svn now)Johannes Schlüter2011-09-011-1/+1
|
* Move the XFAILED printout way up the list so we can actually notice the ↵Hannes Magnusson2011-09-011-12/+12
| | | | really failing ones
* Seeing thousands of PASS tests flying by is meaningless.Hannes Magnusson2011-09-011-3/+23
| | | | | Add an option to only print certain result groups.
* Remove annoying extra newline on XFAIL summariesHannes Magnusson2011-08-311-1/+1
| | | | | and sync text to trunk
* terminate timeouting processes with SIGKILL (9)Nuno Lopes2011-08-091-1/+1
|
* - Fixed bug #55080 (Deprecated call in run--test.php)Felipe Pena2011-07-011-1/+1
| | | | | | patch by: fedora at famillecollet dot com
* Add http_proxy env var support to run-tests.php result submissionChristopher Jones2011-06-241-10/+23
|
* - Possible fix for Bug #54108 (valgrind can not be found if located outside ↵Felipe Pena2011-02-271-1/+1
| | | | of system's default PATH)
* 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
| | | | | characters.
* - Sync with trunkJani Taskinen2010-11-131-1/+13
|
* Loosen the valgrind version check slightly in run-tests.php so that it worksAdam Harvey2010-09-301-1/+1
| | | | | with the packaged valgrind in Ubuntu 10.04.
* 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-10/+48
|
* - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings ↵Jani Taskinen2009-12-111-1/+1
| | | | f.e.)
* 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
|