#
371076d6 |
| 19-Mar-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.2' * PHP-7.2: Set tests exit status by defaul - also in other instance.
|
#
13a33f7c |
| 19-Mar-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Set tests exit status by defaul - also in other instance.
|
#
f46da1da |
| 19-Mar-2018 |
Stanislav Malyshev |
Set tests exit status by defaul - also in other instance. |
#
6aec16c0 |
| 18-Mar-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.2' * PHP-7.2: Set tests exit status by default.
|
#
077b7705 |
| 18-Mar-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Set tests exit status by default.
|
#
f19c94b5 |
| 18-Mar-2018 |
Stanislav Malyshev |
Set tests exit status by default. Use REPORT_EXIT_STATUS=0 or REPORT_EXIT_STATUS=no to prevent it. Based on discussion in https://www.mail-archive.com/internals@lists.php.net/msg941
Set tests exit status by default. Use REPORT_EXIT_STATUS=0 or REPORT_EXIT_STATUS=no to prevent it. Based on discussion in https://www.mail-archive.com/internals@lists.php.net/msg94141.html
show more ...
|
#
0fe76360 |
| 02-Mar-2018 |
Joe Watkins |
correct condition for leaks in run-tests.php |
#
03f15f70 |
| 02-Mar-2018 |
Joe Watkins |
add ability to show valgrind output with --show-mem |
#
b895690d |
| 20-Feb-2018 |
Gabriel Caruso |
remove support for string|unicode in tests |
#
ba8cd2f4 |
| 20-Feb-2018 |
Michael Wallner |
[ci skip] run-tests.php: add missing put section |
#
377f3463 |
| 20-Feb-2018 |
Anatol Belski |
Fix conjugation |
#
d4999ad8 |
| 19-Feb-2018 |
Gabriel Caruso |
Report unknown sections in run-tests.php |
#
ea4401c1 |
| 14-Feb-2018 |
Gabriel Caruso |
Better error message when fail to find test file |
Revision tags: php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27 |
|
#
a6519d05 |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
#
7a7ec01a |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
#
ccd4716e |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
Revision tags: php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1 |
|
#
65c209d0 |
| 02-Dec-2017 |
Anatol Belski |
Fix junit XML format The junit XML format is purely documented, some existings spec like http://llg.cubic.org/docs/junit/ also provide an XSD. The testsuite tag included into itself
Fix junit XML format The junit XML format is purely documented, some existings spec like http://llg.cubic.org/docs/junit/ also provide an XSD. The testsuite tag included into itself doesn't seems to be correct, instead only a flat list is included into "testsuites" tag.
show more ...
|
#
7a96ab7b |
| 02-Dec-2017 |
Anatol Belski |
Rework junit output - testcase classname attribute is closest to put the filename - if tests run from php checkout, don't include the full path - remove filename from the testcase de
Rework junit output - testcase classname attribute is closest to put the filename - if tests run from php checkout, don't include the full path - remove filename from the testcase description, as it's included into classname
show more ...
|
Revision tags: php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25 |
|
#
a5bc5aed |
| 12-Oct-2017 |
Anatol Belski |
Patch core for PCRE2 support RFC https://wiki.php.net/rfc/pcre2-migration |
#
dc4427d0 |
| 30-Oct-2017 |
Christoph M. Becker |
Implemented request #62055 (Make run-tests.php support --CGI-- sections) Not regarding the CGI section might even been seen as a bug, and since server-tests.php appears to broken, anway[
Implemented request #62055 (Make run-tests.php support --CGI-- sections) Not regarding the CGI section might even been seen as a bug, and since server-tests.php appears to broken, anway[1][2], we implement it for run-tests.php in the way as described[3] for server-tests.php, i.e. respective tests are skipped if no CGI executable is found. [1] <https://github.com/php/php-src/pull/222#commitcomment-2064387> [2] <https://github.com/php/php-src/pull/1811#issuecomment-256677997> [3] <https://qa.php.net/phpt_details.php#cgi_section>
show more ...
|
#
f45a7e26 |
| 29-Oct-2017 |
Joe Watkins |
Merge branch 'PHP-7.2' * PHP-7.2: make sure run-tests reports exit status upon prerequisite error
|
#
cb04599d |
| 29-Oct-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: make sure run-tests reports exit status upon prerequisite error
|
#
6c90612d |
| 29-Oct-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: make sure run-tests reports exit status upon prerequisite error
|
#
59d413ce |
| 29-Oct-2017 |
Joe Watkins |
make sure run-tests reports exit status upon prerequisite error |
Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23 |
|
#
5a2a92f1 |
| 23-Aug-2017 |
Sara Golemon |
Consolidate Valgrind logic into a single var and class |