summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* run-tests: fixed exit code not being set on BORKED testsPHP-7.3Dylan K. Taylor2021-02-231-1/+1
* Put Xdebug 3 into 'off' mode for run-tests.phpDerick Rethans2020-05-181-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Levi Morrison2019-07-251-2/+4
|\
| * Remove .post files only for passing testsLevi Morrison2019-07-251-2/+4
* | Add CONFLICTS to recognized sectionsNikita Popov2019-07-101-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-131-1/+3
|\ \ | |/
| * Add test for bug #78106Nikita Popov2019-06-131-1/+3
* | Restore the execute bit for run-tests.phpCraig Duncan2019-05-281-0/+0
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-081-3/+2
|\ \ | |/
| * Add {TMP} placeholder for PHPT INI sectionsChristoph M. Becker2019-05-081-3/+2
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | Small tweaks to php scriptsGabriel Caruso2018-07-141-6/+6
* | Update http to httpsDusta2018-06-251-1/+1
* | Revert braces inside conditionNat Zimmermann2018-06-131-1/+1
* | Use .= where possibleNat Zimmermann2018-06-091-2/+2
* | Remove unncecessary paranthesesNat Zimmermann2018-06-091-5/+5
* | Remove unused variable old_phpNat Zimmermann2018-06-091-6/+0
* | Fix property nameNat Zimmermann2018-06-091-1/+1
* | Use hrtime() for timing testsAnatol Belski2018-05-311-4/+20
* | Remove unused binary_pipes optionPeter Kokot2018-05-281-1/+1
* | Small improvements to run-testsGabriel Caruso2018-03-231-26/+13
* | Merge branch 'PHP-7.2'Stanislav Malyshev2018-03-191-1/+3
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-03-191-1/+3
| |\
| | * Set tests exit status by defaul - also in other instance.Stanislav Malyshev2018-03-191-1/+3
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-03-181-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-03-181-1/+3
| |\ \ | | |/
| | * Set tests exit status by default.Stanislav Malyshev2018-03-181-1/+3
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | correct condition for leaks in run-tests.phpJoe Watkins2018-03-021-1/+1
* | | add ability to show valgrind output with --show-memJoe Watkins2018-03-021-4/+7
* | | remove support for string|unicode in testsGabriel Caruso2018-02-221-21/+1
* | | [ci skip] run-tests.php: add missing put sectionMichael Wallner2018-02-201-1/+1
* | | Fix conjugationAnatol Belski2018-02-201-2/+2
* | | Report unknown sections in run-tests.phpGabriel Caruso2018-02-191-0/+14
* | | Better error message when fail to find test fileGabriel Caruso2018-02-151-4/+4
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Fix junit XML formatAnatol Belski2017-12-021-18/+19
* | | Rework junit outputAnatol Belski2017-12-021-5/+31
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-1/+1
* | | Implemented request #62055 (Make run-tests.php support --CGI-- sections)Christoph M. Becker2017-10-301-1/+1
* | | Merge branch 'PHP-7.2'Joe Watkins2017-10-291-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-291-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-291-2/+2
| | |\
| | | * make sure run-tests reports exit status upon prerequisite errorJoe Watkins2017-10-291-2/+2
| | * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-191-4/+8
| | |\ \ | | | |/
| | | * Fix issues with phpt and EXTENSION on windows (BUG 75042)John Boehr2017-08-191-4/+8
| | * | Revert "fixing run-tests.php for variables_order="GPCS""Anatol Belski2017-05-151-96/+72
| | * | fixing run-tests.php for variables_order="GPCS"Matt Ficken2017-05-151-72/+96
* | | | Consolidate Valgrind logic into a single var and classSara Golemon2017-08-231-43/+61