summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Add special "all" conflictNikita Popov2019-02-211-4/+23
* Don't use uniqid for temporary POST data filesNikita Popov2019-02-201-1/+1
* Add a --shuffle mode to run-testsNikita Popov2019-02-201-3/+12
* Use PHP_BINARY by default in run-tests.phpNikita Popov2019-02-201-10/+9
* Implement fine-grained conflict handlingNikita Popov2019-02-201-70/+68
* Don't preload tests without --FILE-- sectionDmitry Stogov2019-02-201-1/+1
* Better new-line handlingDmitry Stogov2019-02-191-1/+1
* Make parallel run-tests compatible with IO capture testsNikita Popov2019-02-191-6/+1
* Better line handlingDmitry Stogov2019-02-191-1/+1
* Filter preloading warning messagesDmitry Stogov2019-02-191-0/+4
* run-tests.php: fix typoAndrea Faulds2019-02-181-1/+1
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-8/+432
* Don't suppress errors during in preload testingNikita Popov2019-02-181-1/+1
* run-tests.php: fix all tab-space indentation inconsistencyAndrea Faulds2019-02-161-893/+893
* run-tests.php: move all top-level code into a functionAndrea Faulds2019-02-161-852/+909
* Add a --preload testing mode to run-tests.phpNikita Popov2019-02-151-1/+16
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Merge remote-tracking branch 'github/pr/3345'Stanislav Malyshev2018-12-021-247/+277
|\
| * Update Coding styleDusta2018-06-271-247/+277
* | Clean up server-tests.php remainsChristoph M. Becker2018-11-231-2/+2
* | Document --show-mem as a valid run-tests.php optionNikita Popov2018-11-231-4/+4
* | Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-141-0/+1
* | Fix run-tests.php for running phpdbg and certain test sectionsPeter Kokot2018-10-241-4/+9
* | Use combined assignment contanation operatorGabriel Caruso2018-09-071-1/+1
* | Make PHP development tools files and scripts executablePeter Kokot2018-08-291-0/+0
* | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
* | Remove superfluous checks of always available functionsGabriel Caruso2018-08-031-1/+1
* | 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