summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Collapse)AuthorAgeFilesLines
* Made test compatible with O+Dmitry Stogov2013-03-161-0/+1
|
* count($test_files) already be checked above : if ($test_cnt)Xinchen Hui2012-11-251-8/+6
| | | | thus we can use $sum_results instead of the preg_match
* XFAIL test should not be considered as failedXinchen Hui2012-11-251-1/+1
|
* Merge branch 'PHP-5.4'Stanislav Malyshev2012-09-301-0/+5
|\ | | | | | | | | | | | | | | | | * PHP-5.4: add news for --offline add --offline option to run-tests command Bug #63147: SKIP_ONLINE_TESTS, for getmxrr Bug #63147: introduce SKIP_ONLINE_TESTS, for gethostbyname gethostbyname_basic002.phpt is a duplicate to gethostbyname_error004.phpt
| * add --offline option to run-tests commandRemi Collet2012-09-301-0/+5
| |
* | Merge branch 'PHP-5.4'Hannes Magnusson2012-07-171-0/+4
|\ \ | |/ | | | | | | * PHP-5.4: Do not unload shared extensions when checking for leaks
| * Do not unload shared extensions when checking for leaksHannes Magnusson2012-07-171-0/+4
| |
* | Merge branch 'PHP-5.4'Anthony Ferrara2012-07-061-3/+6
|\ \ | |/ | | | | | | * PHP-5.4: Fix two issues with run-tests.php
| * 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)
| * - Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 ↵Felipe Pena2012-06-301-1/+3
| | | | | | | | for successful XFAIL)
* | Merge branch 'PHP-5.4'David Soria Parra2012-06-071-1/+1
|\ \ | |/ | | | | | | | | By Till Klampaeckel * PHP-5.4: Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
| * 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
| |
* | Fix boolean casting and whitespace (@dsp / #68)Davey Shafik2012-05-281-4/+4
| |
* | Add support for Travis CIDavey Shafik2012-05-281-6/+9
| |
* | 128 MB is enough for everyone (TM)Nuno Lopes2012-05-271-0/+1
| | | | | | | | | | this is an initial tentative to avoid some testcases go crazy and consume 16 GB of memory. Additional measures will have to be taken if the problem persists. Please patch individual tests that really require more than 128MB of memory
* | remove remaining traces of unicode.* ini settingsNuno Lopes2012-05-271-4/+0
|/
* 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
|