summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Escape non-printable characters in the junit XML outputMatteo Beccati2014-05-271-0/+3
* Fixed broken XML junit output due to escaping of CDATA sectionsMatteo Beccati2014-05-271-7/+8
* Fix broken Junit output with --disable-cgiMatteo Beccati2014-05-251-0/+1
* Fix run-tests.php with Valgrind >= 3.10.0.Adam Harvey2014-05-221-3/+3
* avoid doing a stream_select on a closed streamRemi Collet2013-11-191-0/+1
* fix bug #62396 'make test' crashes starting with 5.3.14Michael Wallner2013-10-011-1/+11
* Add -P option to use the current binaryStanislav Malyshev2013-08-181-0/+11
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* 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
* - Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 fo...Felipe Pena2012-06-301-1/+3
* Don't depend on a fixed path for PHP shebang but use /usr/bin/envTill Klampaeckel2012-06-071-1/+1
* 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
* This changes adds the --EXTENSION-- section to .phpt files as Derick Rethans2011-12-061-1/+13
* - 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
* - Fixed bug #55788 (test redirects should abide SHOW_ONLY_GROUPS in run-tests...Felipe Pena2011-11-261-5/+15
* - 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 reall...Hannes Magnusson2011-09-011-12/+12
* Seeing thousands of PASS tests flying by is meaningless.Hannes Magnusson2011-09-011-3/+23
* Remove annoying extra newline on XFAIL summariesHannes Magnusson2011-08-311-1/+1
* 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
* 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 o...Felipe Pena2011-02-271-1/+1
* 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
* - 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
* 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
* sync run-tests.php with revision 286499 changes making php 6 tests with EXPEC...Greg Beaver2009-07-291-49/+48
* 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
* 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