summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-0/+12
* run-tests: Don't pass --INI-- settings to --SKIPIF--Nikita Popov2019-06-281-7/+9
* run-tests: Don't die unnecessarilyNikita Popov2019-06-251-5/+3
* Don't force USE_ZEND_ALLOC=0 in run-tests.phpNikita Popov2019-06-251-6/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-131-1/+3
|\
| * 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
* | | junit testcase classname is used as filename on azureJoe Watkins2019-06-051-1/+1
* | | only clear when showing in parallel runnerJoe Watkins2019-06-011-2/+8
* | | Fix NO_INTERACTION handling in parallel test runnerNikita Popov2019-05-311-4/+4
* | | Add junit support for parallel test runnerNikita Popov2019-05-311-19/+56
* | | run-tests: Remove redundant 'suites' keyNikita Popov2019-05-311-1/+0
* | | have parallel test runner respect NO_INTERACTIONJoe Watkins2019-05-301-3/+7
* | | Run sapi tests when running all testsNikita Popov2019-05-291-1/+1
* | | fix notice in run-testsJoe Watkins2019-05-231-1/+1
* | | run-tests improvements:Joe Watkins2019-05-231-14/+48
* | | add support for valgrind tools to run-tests.phpJoe Watkins2019-05-221-8/+17
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-081-3/+2
|\ \ \ | |/ /
| * | 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
* | | Add minimum required PHP version to run-tests.phpPeter Kokot2019-03-261-0/+2
* | | Don't use parallel testing with -j1Nikita Popov2019-03-251-0/+4
* | | Drop lightning for concurrent worker countNikita Popov2019-03-251-1/+1
* | | Make run-tests.php compatible with php 7.0-7.2Tyson Andre2019-03-251-2/+2
* | | 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