summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-291-2/+2
|\ | | | | | | | | * PHP-7.0: make sure run-tests reports exit status upon prerequisite error
| * make sure run-tests reports exit status upon prerequisite errorJoe Watkins2017-10-291-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-191-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 Boehr2017-08-191-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 Belski2017-05-151-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 Ficken2017-05-151-72/+96
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-2/+2
|\ \ | |/
| * run-tests: Exit 1 on BORKED testsNikita Popov2017-02-121-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-311-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: removed additional ";" from run-tests.php
| * removed additional ";" from run-tests.phpRodrigo Prado2017-01-311-1/+1
| |
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| |
* | Fix test runs with Opcache enabled PHP on topAnatol Belski2017-01-131-0/+6
| | | | | | | | Writing to the same file, while it's cached, is an issue.
* | Add support for "xfail" to phpt SKIPIF sectionsNikita Popov2017-01-101-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 2017Sammy Kaye Powers2017-01-041-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-301-28/+21
|\ \ | |/
| * Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg availableBob Weinand2016-11-301-28/+21
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Matteo Beccati2016-11-271-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: Added missing array key to $JUNIT
| * Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-11-271-0/+1
| |\ | | | | | | | | | | | | * PHP-5.6: Added missing array key to $JUNIT
| | * Added missing array key to $JUNITMatteo Beccati2016-11-271-0/+1
| | |
| * | Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-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.1Bob Weinand2016-10-141-1/+1
| | | | | | | | | | | | (cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274)
* | | Run ext/opcache/tests/*.phpt by defaultDmitry Stogov2016-08-231-1/+1
| | |
* | | Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpointsBob Weinand2016-07-121-1/+2
| | |
* | | Merge branch 'PHP-7.0'Derick Rethans2016-05-101-2/+6
|\ \ \ | |/ /
| * | Allow for special case for the opcache zend extensionDerick Rethans2016-05-101-2/+6
| | |
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-041-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 Kaplan2016-01-031-1/+1
| | |
* | | Update run-tests.phpEriko Torralba2016-04-211-1/+1
| | | | | | | | | code style; lack of whitespace
* | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2015-12-091-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 Laupretre2015-12-091-12/+13
| | |
* | | Merge branch 'PHP-7.0'Bob Weinand2015-11-101-2/+4
|\ \ \ | |/ /
| * | Use --vex-iropt-precise-memory-exns=yes for valgrind < 3.8.0Bob Weinand2015-11-101-2/+4
| | |
* | | Drop support for EOL'd PHP versions from run-testsSobak2015-10-121-39/+1
|/ /
* | Generally run all tests in sapi folder by defaultBob Weinand2015-10-101-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 testBob Weinand2015-07-151-2/+3
| |
* | Fix last invalid readBob Weinand2015-08-031-2/+2
| | | | | | | | Also revert debugging run-tests.php changes...
* | Fix a few valgrind errors in phpdbgBob Weinand2015-08-031-2/+2
| |
* | Move phpdbg tests to .phpt mechanismBob Weinand2015-07-201-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 Weinand2015-07-021-1/+1
| |
* | Remove debug codesXinchen Hui2015-05-271-1/+0
| |
* | Fixed sapi/tests (maybe needs some run-test.php people's reviewing)Xinchen Hui2015-05-271-6/+18
| |
* | Added experimental (disabled by default) file based opcode cache.Dmitry Stogov2015-05-061-6/+9
| |
* | really only signal reportsMichael Wallner2015-01-301-1/+1
| |
* | also catch segfaults reported by subshellsMichael Wallner2015-01-301-1/+4
| |
* | Remove set_magic_quotes_runtimeNikita Popov2015-01-171-2/+0
| | | | | | | | And the alias magic_quotes_runtime
* | Merge branch 'PHP-5.6'Ferenc Kovacs2014-12-041-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.6Ferenc Kovacs2014-12-041-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 Kovacs2014-12-041-1/+1
| | | | | | | | | | | | http://docs.travis-ci.com/user/ci-environment/)
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-12-021-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