#
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 ...
|
#
92d54f81 |
| 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 ...
|
#
1b08c885 |
| 27-May-2014 |
Matteo Beccati |
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792d
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
show more ...
|
#
16961664 |
| 27-May-2014 |
Matteo Beccati |
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792d
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
show more ...
|
#
5d7f8274 |
| 24-May-2014 |
Matteo Beccati |
Fix broken Junit output with --disable-cgi
|
#
f9357b44 |
| 24-May-2014 |
Matteo Beccati |
Fix broken Junit output with --disable-cgi
|
#
5d1bfd6f |
| 22-May-2014 |
Adam Harvey |
Fix run-tests.php with Valgrind >= 3.10.0. The version test that we had in run-tests.php assumed that the major and minor version numbers were always single digits. This removes that ass
Fix run-tests.php with Valgrind >= 3.10.0. The version test that we had in run-tests.php assumed that the major and minor version numbers were always single digits. This removes that assumption and also uses version_compare() for the comparison instead of naively converting it to an integer.
show more ...
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2 |
|
#
f46200bc |
| 08-Feb-2014 |
Nuno Lopes |
fix regex to detect valgrind version New PCRE version got stricter
|
#
62404e76 |
| 08-Feb-2014 |
Nuno Lopes |
fix regex to detect valgrind version New PCRE version got stricter
|
#
7b7d2952 |
| 08-Feb-2014 |
Nuno Lopes |
fix regex to detect valgrind version New PCRE version got stricter
|
Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
dff0d512 |
| 06-Jan-2014 |
Gernot Vormayr |
Add some basic and apparmor tests to fpm
|
#
e9883779 |
| 06-Jan-2014 |
Gernot Vormayr |
Add some basic and apparmor tests to fpm
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1 |
|
#
a8c7e50f |
| 26-Nov-2013 |
Dmitry Stogov |
Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)
|
#
25c08a83 |
| 19-Nov-2013 |
Remi Collet |
avoid doing a stream_select on a closed stream
|
Revision tags: php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1 |
|
#
cd1cab3f |
| 01-Oct-2013 |
Michael Wallner |
fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode())
|
Revision tags: php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1 |
|
#
5ffaf95d |
| 03-Sep-2013 |
Tim Strehle |
run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL and EXPECTREGEX_EXTERNAL. (Issue 55736)
|