#
ccf8b54b |
| 10-Nov-2015 |
Bob Weinand |
Use --vex-iropt-precise-memory-exns=yes for valgrind < 3.8.0
|
Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
31f2dbc3 |
| 11-Oct-2015 |
Sobak |
Drop support for EOL'd PHP versions from run-tests
|
#
fe676968 |
| 10-Oct-2015 |
Bob Weinand |
Generally run all tests in sapi folder by default Turned out that sapi/phpdbg actually wasn't explicitly included as sapi folders were individually selected
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
b2095311 |
| 03-Aug-2015 |
Bob Weinand |
Fix last invalid read Also revert debugging run-tests.php changes...
|
#
b5e16ceb |
| 03-Aug-2015 |
Bob Weinand |
Fix a few valgrind errors in phpdbg
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2 |
|
#
378a05f0 |
| 20-Jul-2015 |
Bob Weinand |
Move phpdbg tests to .phpt mechanism Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions
|
#
af0d6256 |
| 15-Jul-2015 |
Bob Weinand |
Fix [valid] valgrind warnings, add first watchpoints test
|
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
6ff72467 |
| 02-Jul-2015 |
Bob Weinand |
XFAILED tests are not "You may have found a problem in PHP"
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1 |
|
#
0e438a27 |
| 27-May-2015 |
Xinchen Hui |
Remove debug codes
|
#
c1702931 |
| 27-May-2015 |
Xinchen Hui |
Fixed sapi/tests (maybe needs some run-test.php people's reviewing)
|
Revision tags: php-5.5.25, php-5.6.9, php-5.4.41 |
|
#
3abde432 |
| 06-May-2015 |
Dmitry Stogov |
Added experimental (disabled by default) file based opcode cache.
|
Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1 |
|
#
34710ddc |
| 30-Jan-2015 |
Michael Wallner |
really only signal reports
|
#
d88edb6d |
| 30-Jan-2015 |
Michael Wallner |
also catch segfaults reported by subshells
|
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1 |
|
#
a60efc5e |
| 10-Sep-2014 |
Nikita Popov |
Remove set_magic_quotes_runtime And the alias magic_quotes_runtime
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13 |
|
#
43c36bdb |
| 18-May-2014 |
Ferenc Kovacs |
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
|
#
b28c3eb4 |
| 02-Dec-2014 |
Ferenc Kovacs |
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
|
#
4b953534 |
| 19-Nov-2014 |
Veres Lajos |
typo fixes - https://github.com/vlajos/misspell_fixer
|
#
8bd58502 |
| 29-Oct-2014 |
Matteo Beccati |
Don't treat warnings as failures in the junit output This matches Travis and the actual return code.
|
#
abfb30dc |
| 29-Oct-2014 |
Matteo Beccati |
Don't treat warnings as failures in the junit output This matches Travis and the actual return code.
|
#
a3b4f832 |
| 29-Oct-2014 |
Matteo Beccati |
Don't treat warnings as failures in the junit output This matches Travis and the actual return code.
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
3defdb18 |
| 11-Sep-2014 |
Nikita Popov |
Also skip line-overwriting if SHOW_ONLY_GROUPS is used
|
#
7014dec7 |
| 11-Sep-2014 |
Nikita Popov |
Don't show TEST line if SHOW_ONLY_GROUPS is used
|
#
ab4ded90 |
| 06-Jul-2014 |
Timm Friebe |
Add support for PHP's 'extended information for debugger/profiler' mode
|
#
52705631 |
| 27-May-2014 |
Matteo Beccati |
Escape non-printable characters in the junit XML output XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities
Escape non-printable characters in the junit XML output XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities either, so the generated entities are escaped in order to be printed as text.
show more ...
|