#
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)
|
Revision tags: php-5.5.3, php-5.4.19 |
|
#
3da2fb33 |
| 18-Aug-2013 |
Stanislav Malyshev |
Add -P option to use the current binary
|
Revision tags: php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1 |
|
#
02e4d7a2 |
| 10-Jun-2013 |
Stanislav Malyshev |
Merge branch 'pull-request/341' * pull-request/341: (23 commits) typofixes
|
#
ac40c0b5 |
| 10-Jun-2013 |
Stanislav Malyshev |
Merge branch 'pull-request/341' * pull-request/341: (23 commits) typofixes
|
Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1 |
|
#
e9641141 |
| 16-Mar-2013 |
Dmitry Stogov |
Made test compatible with O+
|
Revision tags: php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1 |
|
#
16efc776 |
| 25-Nov-2012 |
Xinchen Hui |
count($test_files) already be checked above : if ($test_cnt) thus we can use $sum_results instead of the preg_match
|
#
11c946e5 |
| 25-Nov-2012 |
Xinchen Hui |
XFAIL test should not be considered as failed
|
#
20d7ef43 |
| 25-Nov-2012 |
Xinchen Hui |
XFAIL test should not be considered as failed
|
Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1 |
|
#
dd093ac1 |
| 25-Sep-2012 |
Remi Collet |
add --offline option to run-tests command
|
Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5 |
|
#
88f7f3c0 |
| 17-Jul-2012 |
Hannes Magnusson |
Do not unload shared extensions when checking for leaks
|
Revision tags: php-5.3.15 |
|
#
26b37f17 |
| 07-Jul-2012 |
Anthony Ferrara |
Fix two issues with run-tests.php 1. E_STRICT error due to passing return of array_intersect() into reset() directly 2. Details in junit output can produce invalid UTF-8 and XML due to u
Fix two issues with run-tests.php 1. E_STRICT error due to passing return of array_intersect() into reset() directly 2. Details in junit output can produce invalid UTF-8 and XML due to unescaped characters
show more ...
|
Revision tags: php-5.3.15RC1, php-5.4.5RC1 |
|
#
75d8af71 |
| 30-Jun-2012 |
Felipe Pena |
- Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 for successful XFAIL)
|
Revision tags: php-5.3.14, php-5.4.4 |
|
#
c56ff39c |
| 06-Jun-2012 |
Till Klampaeckel |
Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
|
Revision tags: php-5.3.14RC2, php-5.4.4RC2 |
|
#
5ef46fe4 |
| 28-May-2012 |
Davey Shafik |
Fix boolean casting and whitespace (@dsp / #68)
|
Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12 |
|
#
3966df7f |
| 26-Apr-2012 |
Davey Shafik |
Add support for Travis CI
|
#
339508d6 |
| 28-May-2012 |
Nuno Lopes |
sync with HEAD
|