Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8 |
|
#
c7d1c14b |
| 09-Jul-2018 |
Gabriel Caruso |
Small tweaks to php scripts
|
Revision tags: php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3 |
|
#
1deda932 |
| 27-Jun-2018 |
Dusta |
Update Coding style
|
#
da82719f |
| 24-Jun-2018 |
Dusta |
Update http to https
|
Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7 |
|
#
4ac531af |
| 13-Jun-2018 |
Nat Zimmermann |
Revert braces inside condition
|
#
3c3ef6dd |
| 09-Jun-2018 |
Nat Zimmermann |
Use .= where possible
|
#
1b767ac2 |
| 09-Jun-2018 |
Nat Zimmermann |
Remove unncecessary parantheses
|
#
e5043d06 |
| 09-Jun-2018 |
Nat Zimmermann |
Remove unused variable old_php
|
#
a91d5a81 |
| 09-Jun-2018 |
Nat Zimmermann |
Fix property name
|
Revision tags: php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1 |
|
#
35302c22 |
| 31-May-2018 |
Anatol Belski |
Use hrtime() for timing tests
|
#
af01ef87 |
| 27-May-2018 |
Peter Kokot |
Remove unused binary_pipes option Option binary_pipes was added in PHP 6 which was then refactored and this option was removed.
|
Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28 |
|
#
543cab8a |
| 27-Feb-2018 |
Gabriel Caruso |
Small improvements to run-tests * substr instead of preg_match * cast instead of settype * remove $borked and check if $bork_info isn't null to report borked tests * remove s
Small improvements to run-tests * substr instead of preg_match * cast instead of settype * remove $borked and check if $bork_info isn't null to report borked tests * remove some error control operators
show more ...
|
#
f46da1da |
| 19-Mar-2018 |
Stanislav Malyshev |
Set tests exit status by defaul - also in other instance.
|
#
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 ...
|