summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Use small counter values for testingDmitry Stogov2020-07-081-0/+4
* Removing HTML Functionality from run-tests.phpPaul Dragoonis2020-06-191-119/+12
* Optimize parallel test runner startupNikita Popov2020-06-161-13/+14
* run-tests: refactorGerard Roche2020-05-221-29/+48
* run-tests: echo message and exit if no tests foundGerard Roche2020-05-221-0/+7
* Add --file-cache-prime/use options to run-testsNikita Popov2020-05-201-5/+38
* Slightly deduplicate run-tests codeNikita Popov2020-05-201-66/+54
* Merge branch 'PHP-7.4'Derick Rethans2020-05-181-1/+1
|\
| * Put Xdebug 3 into 'off' mode for run-tests.phpDerick Rethans2020-05-181-1/+1
* | run-tests: extract usage messageGerard Roche2020-05-131-86/+92
* | run-tests: cs fixes (cleanup)Gerard Roche2020-05-131-112/+88
* | run-tests: remove use of FILE_BINARY constantGerard Roche2020-05-121-10/+10
* | Revert "Show eventual output of clean sections"Christoph M. Becker2020-04-301-4/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-291-4/+1
|\ \ | |/
| * Pass worker ID to clean scriptsChristoph M. Becker2020-04-291-4/+1
* | Show eventual output of clean sectionsChristoph M. Becker2020-04-281-1/+4
* | Fixed run-tests.php for PHP 7.2Flávio Heleno2020-04-271-2/+3
* | Enhance test failure SH script to allow gdb, valgrind, rr as alternative modes.Benjamin Eberlei2020-04-181-4/+18
* | Force short_open_tag=0 in run-tests.phpNikita Popov2020-04-151-0/+1
* | Use serialize_precision for var_dump()Nikita Popov2020-02-251-0/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-171-1/+2
|\ \ | |/
| * Create a new console for each test worker on WindowsChristoph M. Becker2020-02-171-1/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-3105/+3105
|\ \ | |/
| * Apply tidy formattingNikita Popov2020-02-031-3086/+3086
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+1
|\ \ | |/
| * Add WHITESPACE_SENSITIVE run-tests sectionNikita Popov2020-02-031-1/+1
* | 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