| Commit message (Expand) | Author | Age | Files | Lines |
* | This changes adds the --EXTENSION-- section to .phpt files as | Derick Rethans | 2011-12-06 | 1 | -1/+13 |
* | - Replace possible esc char to <esc> in the XML output | Felipe Pena | 2011-12-01 | 1 | -2/+2 |
* | - Added JUnit output format option | Felipe Pena | 2011-11-26 | 1 | -0/+128 |
* | - Fixed bug #55788 (test redirects should abide SHOW_ONLY_GROUPS in run-tests... | Felipe Pena | 2011-11-26 | 1 | -5/+15 |
* | - Clean up | Felipe Pena | 2011-11-26 | 1 | -104/+73 |
* | Improve speed of finding tests (no more CVS, we're on svn now) | Johannes Schlüter | 2011-09-01 | 1 | -1/+1 |
* | Move the XFAILED printout way up the list so we can actually notice the reall... | Hannes Magnusson | 2011-09-01 | 1 | -12/+12 |
* | Seeing thousands of PASS tests flying by is meaningless. | Hannes Magnusson | 2011-09-01 | 1 | -3/+23 |
* | Remove annoying extra newline on XFAIL summaries | Hannes Magnusson | 2011-08-31 | 1 | -1/+1 |
* | terminate timeouting processes with SIGKILL (9) | Nuno Lopes | 2011-08-09 | 1 | -1/+1 |
* | - Fixed bug #55080 (Deprecated call in run--test.php) | Felipe Pena | 2011-07-01 | 1 | -1/+1 |
* | Add http_proxy env var support to run-tests.php result submission | Christopher Jones | 2011-06-24 | 1 | -10/+23 |
* | - Possible fix for Bug #54108 (valgrind can not be found if located outside o... | Felipe Pena | 2011-02-27 | 1 | -1/+1 |
* | Show XFAIL reasons (Daniel Convissor) | Christopher Jones | 2011-02-11 | 1 | -0/+1 |
* | rm trailing whitespace | Christopher Jones | 2011-02-11 | 1 | -11/+11 |
* | - Don't lower case setting names; some of them actually have upper case | Derick Rethans | 2011-01-31 | 1 | -1/+1 |
* | - Sync with trunk | Jani Taskinen | 2010-11-13 | 1 | -1/+13 |
* | Loosen the valgrind version check slightly in run-tests.php so that it works | Adam Harvey | 2010-09-30 | 1 | -1/+1 |
* | Fixed bug #50836 (run_tests.php alerts syntax errors while testing session) | Kalle Sommer Nielsen | 2010-08-16 | 1 | -1/+11 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Sync (and KEEP it synced!) | Jani Taskinen | 2009-12-21 | 1 | -10/+48 |
* | - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings ... | Jani Taskinen | 2009-12-11 | 1 | -1/+1 |
* | sync run-tests.php with revision 286499 changes making php 6 tests with EXPEC... | Greg Beaver | 2009-07-29 | 1 | -49/+48 |
* | MFH: Reset TZ environment variable. Some tests assume that it's not set. | David Soria Parra | 2009-07-07 | 1 | -0/+1 |
* | MFH: set default value of "precision" ini setting, | Arnaud Le Blanc | 2009-05-20 | 1 | -0/+1 |
* | MFH: Print out the WARNed section | Hannes Magnusson | 2009-05-18 | 1 | -0/+13 |
* | MFB52: sync | Jani Taskinen | 2009-04-25 | 1 | -4/+5 |
* | MFH: Make it possible to run on 5.2 | Hannes Magnusson | 2009-04-16 | 1 | -1/+16 |
* | refixing %r in run-tests.php (thanks iain lewis for the fix) | Zoe Slattery | 2009-03-12 | 1 | -26/+26 |
* | Added %r section | Zoe Slattery | 2009-03-03 | 1 | -1/+27 |
* | fix ws | Antony Dovgal | 2009-01-05 | 1 | -14/+14 |
* | MFH: only add "# original source" if a redirect is active | Antony Dovgal | 2009-01-05 | 1 | -1/+3 |
* | MFH: fix PDO and other 'redirected' tests - add that "# original source" line... | Antony Dovgal | 2009-01-04 | 1 | -1/+1 |
* | Fixed bug #46845 Test expected to fail, but pass, don't cause error | Zoe Slattery | 2008-12-31 | 1 | -0/+11 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Fixing strict warning when null is passed | Lars Strojny | 2008-12-11 | 1 | -1/+1 |
* | MFH | Jani Taskinen | 2008-12-09 | 1 | -2/+2 |
* | - Sync with HEAD | Jani Taskinen | 2008-12-08 | 1 | -1/+11 |
* | More changes to allow the same tests to be used with PHP5 and PHP6 | Zoe Slattery | 2008-12-06 | 1 | -0/+5 |
* | MFH: Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN | Scott MacVicar | 2008-11-06 | 1 | -1/+1 |
* | - Opss, reverted accidental changes | Felipe Pena | 2008-11-03 | 1 | -70/+19 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -19/+70 |
* | Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too | Johannes Schlüter | 2008-10-19 | 1 | -0/+2 |
* | MFH: Windows requires SystemRoot env var to run tests | Rob Richards | 2008-09-30 | 1 | -0/+3 |
* | MFH: Fix cwd when running tests out of tree with ZTS builds (fixes #45837) | Arnaud Le Blanc | 2008-09-12 | 1 | -2/+2 |
* | MFH: run-tests.php: Added %u|b% placeholder, like %unicode|string%, for | Arnaud Le Blanc | 2008-09-08 | 1 | -0/+5 |
* | - MFH Fix -p handling | Marcus Boerger | 2008-08-30 | 1 | -0/+1 |
* | Added %unicode_string_optional% for differences in output between PHP 5 and 6 | Felix De Vliegher | 2008-08-29 | 1 | -0/+5 |
* | Silencio for some unnecessary errors | Jani Taskinen | 2008-08-14 | 1 | -4/+4 |
* | MFH | Jani Taskinen | 2008-08-05 | 1 | -1/+1 |