summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-01-241-1/+1
|\
| * Don't use CRLF when generating diffsNikita Popov2020-01-241-1/+1
* | Use smaller batch size in run-tests.php when appropriateTyson Andre2020-01-211-2/+9
* | Don't start unnecessary processes with run-tests.php -jTyson Andre2020-01-211-2/+5
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-211-4/+4
|\ \ | |/
| * Avoid some @count() suppressions in run-tests.phpNikita Popov2020-01-211-4/+4
* | Use IS_WINDOWSChristoph M. Becker2020-01-091-5/+1
* | Replace fakemail with minimal PHP scriptChristoph M. Becker2020-01-091-1/+1
* | Unify mail related tests for *nix and WindowsChristoph M. Becker2020-01-091-0/+6
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-101-0/+1
|\ \ | |/
| * Set zend.exception_ignore_args=0 in run-tests.phpNikita Popov2019-12-101-0/+1
* | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-081-273/+270
|\ \ | |/
| * Make test runner runnable without argumentsFabien Villepinte2019-11-081-273/+270
* | Define IS_WINDOWS in the test runnerFabien Villepinte2019-10-281-9/+11
* | Set display_startup_errors=0 when running skipifNikita Popov2019-10-101-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-071-0/+2
|\ \ | |/
| * Bail out if JUNIT is not enabledChristoph M. Becker2019-10-071-0/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-071-4/+2
|\ \ | |/
| * Delete temporary .post files of run-tests.phpChristoph M. Becker2019-10-071-4/+2
* | Require a space ofter run-tests "warn"Nikita Popov2019-10-011-1/+1
* | Mark test as borked when skipif produces invalid outputFabien Villepinte2019-09-301-20/+25
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Fix reporting of redirect test failures in junitNikita Popov2019-09-071-2/+4
* Fix handling of succeeding XFAIL testsChristoph M. Becker2019-08-051-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Levi Morrison2019-07-251-1/+4
|\
| * 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
* | | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-2/+2
* | | Fix failed tests for pharPeter Kokot2019-07-211-0/+1
* | | Deprecate alternative array access syntaxrjhdby2019-07-191-4/+4
* | | Remove remaining lightnings from run-tests.phpChristoph M. Becker2019-07-181-1/+1
* | | Remove lightningNikita Popov2019-07-181-3/+3
* | | Allow multiple cache instances per user/host on WindowsChristoph M. Becker2019-07-171-1/+1
* | | Remove checks for always enabled spl and pcrePeter Kokot2019-07-131-23/+2
* | | Include test name in JUnit testcase nameNikita Popov2019-07-111-2/+2
* | | 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