#
121a7611 |
| 23-Aug-2017 |
Sara Golemon |
constify some vars that are never changed once set |
#
97ed208c |
| 19-Aug-2017 |
Anatol Belski |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix issues with phpt and EXTENSION on windows (BUG 75042)
|
Revision tags: php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1 |
|
#
71b12940 |
| 06-Aug-2017 |
John Boehr |
Fix issues with phpt and EXTENSION on windows (BUG 75042) * Commands are not properly escaped for windows * Specifying "-n" to check loaded modules causes "Module already loaded" war
Fix issues with phpt and EXTENSION on windows (BUG 75042) * 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
show more ...
|
#
59558ffd |
| 06-Aug-2017 |
John Boehr |
Fix issues with phpt and EXTENSION on windows (BUG 75042) * Commands are not properly escaped for windows * Specifying "-n" to check loaded modules causes "Module already loaded" war
Fix issues with phpt and EXTENSION on windows (BUG 75042) * 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
show more ...
|
Revision tags: php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1 |
|
#
8a287c0e |
| 11-Jul-2017 |
Anatol Belski |
Upgrade bundled PCRE to 8.41 HEADSUP! With PCRE 8.39 the JIT related code was changed in the way, that additional valgrind options became almost unavoidable. Valgrind had it already
Upgrade bundled PCRE to 8.41 HEADSUP! With PCRE 8.39 the JIT related code was changed in the way, that additional valgrind options became almost unavoidable. Valgrind had it already sometimes hard with JIT, now there are seem to be more cases requiring special valgrind options. For this reason, the new configure option --with-pcre-valgrind was introduced. The option is development/debugging only and turns on the Valgrind related pieces in PCRE, so then false positives are avoided to the big part. In addition, run-tests.php was added a new valgrind option, when the leak check is enabled and the test filepath contains pcre. Thus, to debug the code related to PCRE with JIT enabled, two things would likely make sense - configure --with-pcre-valgrind - valgrind option --smc-check=all if run-tests.php is not used The checks so far reveal no new issues.
show more ...
|
Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3 |
|
#
c7a75b71 |
| 21-Jun-2017 |
Dmitry Stogov |
Fixed few test failures if php.ini contains zend.assertions=-1 |
Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1 |
|
#
8ec91086 |
| 15-May-2017 |
Anatol Belski |
Revert "fixing run-tests.php for variables_order="GPCS"" This reverts commit c1d57186976e75a2a54f7bd167a77e2872cadc6a. The commit seems to be inappropriate as it contains parts from
Revert "fixing run-tests.php for variables_order="GPCS"" 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.
show more ...
|
#
041652bd |
| 15-May-2017 |
Anatol Belski |
restore rev f9215b6519d4732498e598de9a3581297c60c4e8 |
#
b273fda8 |
| 15-May-2017 |
Anatol Belski |
restore rev 431e22fb4d2a23f6e522ec5e20503fd6ec7ca1f6 |
#
c1d57186 |
| 15-May-2017 |
Matt Ficken |
fixing run-tests.php for variables_order="GPCS" |
#
ad672189 |
| 15-May-2017 |
Matt Ficken |
fixing run-tests.php for variables_order="GPCS" |
Revision tags: php-7.1.5, php-7.0.19 |
|
#
431e22fb |
| 06-May-2017 |
Sara Golemon |
Add support for run-tests.php to output all test results ./run-tests.php -W outfile.txt PASS foo/bar.phpt FAIL baz/qux.phpt |
Revision tags: php-7.0.19RC1, php-7.1.5RC1 |
|
#
f9215b65 |
| 21-Apr-2017 |
Nikita Popov |
Support showing slow tests in run-tests.php |
Revision tags: php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16 |
|
#
852c4a87 |
| 11-Feb-2017 |
Nikita Popov |
Merge branch 'PHP-7.1'
|
#
479d7c3f |
| 11-Feb-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
981c5870 |
| 11-Feb-2017 |
Nikita Popov |
run-tests: Exit 1 on BORKED tests |
#
06a03401 |
| 02-Feb-2017 |
Nikita Popov |
Deprecate each() |
#
c61daf41 |
| 02-Feb-2017 |
Nikita Popov |
Deprecate track_errors / $php_errormsg |
Revision tags: php-7.0.16RC1, php-7.1.2RC1 |
|
#
3abb5a35 |
| 31-Jan-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: removed additional ";" from run-tests.php
|
#
390134e6 |
| 31-Jan-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: removed additional ";" from run-tests.php
|
#
543141ae |
| 30-Jan-2017 |
Rodrigo Prado |
removed additional ";" from run-tests.php |
Revision tags: php-5.6.30, php-7.0.15 |
|
#
e9f978a2 |
| 13-Jan-2017 |
Anatol Belski |
Merge branch 'PHP-7.1' * PHP-7.1: fix test Fix test runs with Opcache enabled PHP on top
|
#
527bf4d8 |
| 13-Jan-2017 |
Anatol Belski |
Fix test runs with Opcache enabled PHP on top Writing to the same file, while it's cached, is an issue. |
#
ce90742a |
| 10-Jan-2017 |
Nikita Popov |
Merge branch 'PHP-7.1'
|
Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1 |
|
#
5cee9dfe |
| 22-Nov-2016 |
Nikita Popov |
Add support for "xfail" to phpt SKIPIF sections If SKIPIF output starts with "xfail" instead of "skip", the test will be marked as XFAIL with the following message. Example:
Add support for "xfail" to phpt SKIPIF sections 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-- ...
show more ...
|