Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-10-29 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-7.0: make sure run-tests reports exit status upon prerequisite error | ||||
| * | make sure run-tests reports exit status upon prerequisite error | Joe Watkins | 2017-10-29 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-08-19 | 1 | -4/+8 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix issues with phpt and EXTENSION on windows (BUG 75042) | ||||
| * | Fix issues with phpt and EXTENSION on windows (BUG 75042) | John Boehr | 2017-08-19 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Commands are not properly escaped for windows * Specifying "-n" to check loaded modules causes "Module already loaded" warning * Extensions to be loaded need the "php_" prefix on Windows Bug: https://bugs.php.net/bug.php?id=75042 Add back -n flag to fetch loaded extensions in run-tests.php Add test for phpt EXTENSIONS directive Add a second test for bug 75042 Add test to test loading of nonexistent shared module with the EXTENSIONS phpt block Pass ini settings when checking loaded extensions Fix skipifs | ||||
* | | Revert "fixing run-tests.php for variables_order="GPCS"" | Anatol Belski | 2017-05-15 | 1 | -96/+72 |
| | | | | | | | | | | | | | | | | This reverts commit c1d57186976e75a2a54f7bd167a77e2872cadc6a. The commit seems to be inappropriate as it contains parts from master, which have nothing to do with the variables order issue. Obviously patch applied to wrong branch or alike. | ||||
* | | fixing run-tests.php for variables_order="GPCS" | Matt Ficken | 2017-05-15 | 1 | -72/+96 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | run-tests: Exit 1 on BORKED tests | Nikita Popov | 2017-02-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-31 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: removed additional ";" from run-tests.php | ||||
| * | removed additional ";" from run-tests.php | Rodrigo Prado | 2017-01-31 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | |||||
* | | Fix test runs with Opcache enabled PHP on top | Anatol Belski | 2017-01-13 | 1 | -0/+6 |
| | | | | | | | | Writing to the same file, while it's cached, is an issue. | ||||
* | | Add support for "xfail" to phpt SKIPIF sections | Nikita Popov | 2017-01-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If SKIPIF output starts with "xfail" instead of "skip", the test will be marked as XFAIL with the following message. Example: --TEST-- Test xfailif feature --SKIPIF-- <?php if (some_cond()) die('xfail Expected to fail!'); ?> --FILE-- ... | ||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-30 | 1 | -28/+21 |
|\ \ | |/ | |||||
| * | Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available | Bob Weinand | 2016-11-30 | 1 | -28/+21 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Matteo Beccati | 2016-11-27 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Added missing array key to $JUNIT | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Matteo Beccati | 2016-11-27 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.6: Added missing array key to $JUNIT | ||||
| | * | Added missing array key to $JUNIT | Matteo Beccati | 2016-11-27 | 1 | -0/+1 |
| | | | |||||
| * | | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago... | ||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | (cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274) | ||||
* | | | Run ext/opcache/tests/*.phpt by default | Dmitry Stogov | 2016-08-23 | 1 | -1/+1 |
| | | | |||||
* | | | Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpoints | Bob Weinand | 2016-07-12 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Derick Rethans | 2016-05-10 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Allow for special case for the opcache zend extension | Derick Rethans | 2016-05-10 | 1 | -2/+6 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2016-01-04 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) Conflicts: ext/json/php_json_encoder.h sapi/continuity/capi.c | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Update run-tests.php | Eriko Torralba | 2016-04-21 | 1 | -1/+1 |
| | | | | | | | | | code style; lack of whitespace | ||||
* | | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2015-12-09 | 1 | -12/+13 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Fix bug #70781 (Extension tests fail on dynamic ext dependency) | ||||
| * | | Fix bug #70781 (Extension tests fail on dynamic ext dependency) | Francois Laupretre | 2015-12-09 | 1 | -12/+13 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Bob Weinand | 2015-11-10 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Use --vex-iropt-precise-memory-exns=yes for valgrind < 3.8.0 | Bob Weinand | 2015-11-10 | 1 | -2/+4 |
| | | | |||||
* | | | Drop support for EOL'd PHP versions from run-tests | Sobak | 2015-10-12 | 1 | -39/+1 |
|/ / | |||||
* | | Generally run all tests in sapi folder by default | Bob Weinand | 2015-10-10 | 1 | -1/+1 |
| | | | | | | | | Turned out that sapi/phpdbg actually wasn't explicitly included as sapi folders were individually selected | ||||
* | | Fix [valid] valgrind warnings, add first watchpoints test | Bob Weinand | 2015-07-15 | 1 | -2/+3 |
| | | |||||
* | | Fix last invalid read | Bob Weinand | 2015-08-03 | 1 | -2/+2 |
| | | | | | | | | Also revert debugging run-tests.php changes... | ||||
* | | Fix a few valgrind errors in phpdbg | Bob Weinand | 2015-08-03 | 1 | -2/+2 |
| | | |||||
* | | Move phpdbg tests to .phpt mechanism | Bob Weinand | 2015-07-20 | 1 | -27/+96 |
| | | | | | | | | Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions | ||||
* | | XFAILED tests are not "You may have found a problem in PHP" | Bob Weinand | 2015-07-02 | 1 | -1/+1 |
| | | |||||
* | | Remove debug codes | Xinchen Hui | 2015-05-27 | 1 | -1/+0 |
| | | |||||
* | | Fixed sapi/tests (maybe needs some run-test.php people's reviewing) | Xinchen Hui | 2015-05-27 | 1 | -6/+18 |
| | | |||||
* | | Added experimental (disabled by default) file based opcode cache. | Dmitry Stogov | 2015-05-06 | 1 | -6/+9 |
| | | |||||
* | | really only signal reports | Michael Wallner | 2015-01-30 | 1 | -1/+1 |
| | | |||||
* | | also catch segfaults reported by subshells | Michael Wallner | 2015-01-30 | 1 | -1/+4 |
| | | |||||
* | | Remove set_magic_quotes_runtime | Nikita Popov | 2015-01-17 | 1 | -2/+0 |
| | | | | | | | | And the alias magic_quotes_runtime | ||||
* | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-12-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.6: add initial install switch to C travis project instead of PHP use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/) | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-12-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | * PHP-5.5: add initial install switch to C travis project instead of PHP use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/) | ||||
| | * | use the generic TRAVIS environment var to check for travis (see ↵ | Ferenc Kovacs | 2014-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | http://docs.travis-ci.com/user/ci-environment/) | ||||
* | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-12-02 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path |