summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* run-tests: use the EXTENSIONS section for skippingMax Semenik2021-03-221-2/+13
* run-tests.php: class for test file loadingMax Semenik2021-03-161-251/+345
* Make the nocache tag actually workNikita Popov2021-03-041-1/+3
* Add mechanism to skip the skipif cacheNikita Popov2021-03-041-1/+3
* run-tests.php: Preserve .php on leak in one more placeNikita Popov2021-03-041-1/+1
* run-tests: drop support for ancient Valgrind versionsMax Semenik2021-03-011-7/+1
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-251-0/+3
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-251-0/+3
| |\
| | * Capture Microsoft-defined HRESULT exit codes exit codesDylan K. Taylor2021-02-251-0/+3
* | | run-tests: add skip cacheMax Semenik2021-02-231-13/+82
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-231-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-231-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2021-02-231-1/+1
| | |\
| | | * 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-8.0'Nikita Popov2021-02-171-0/+1
|\ \ \ \ | |/ / /
| * | | Color LEAK&FAIL like a failureNikita Popov2021-02-171-0/+1
* | | | Remove stray mentions of mbstring.func_overloadMax Semenik2021-02-151-1/+0
* | | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* | | | run-tests: fix JUnit countsMax Semenik2021-02-111-1/+7
* | | | run-tests.php: move JUnit stuff into a classMax Semenik2021-02-081-263/+260
* | | | Fix environment variable not work in run-tests.phptwosee2021-02-011-2/+2
* | | | Create .php and .sh on valgrind failureNikita Popov2021-02-011-17/+20
* | | | Show slow SKIPIF sections as wellNikita Popov2020-12-211-1/+13
* | | | Determine run-tests executables consistentlyNikita Popov2020-12-011-78/+44
* | | | Don't pass null to strlen()Nikita Popov2020-12-011-1/+1
* | | | Merge branch 'PHP-8.0'Nikita Popov2020-11-301-4/+6
|\ \ \ \ | |/ / /
| * | | Fixed bug #80437Nikita Popov2020-11-301-4/+6
* | | | Add --repeat flag to usage info of run-tests.phpChristoph M. Becker2020-11-151-0/+4
* | | | Add --repeat testing modeNikita Popov2020-10-301-16/+69
|/ / /
* | | Don't set xdebug.default_enable in run-testsbashkarev2020-10-261-1/+1
* | | Skip arginfo test under msanNikita Popov2020-10-151-0/+4
* | | Remove unused --temp-urlbase option from run-tests.phpNikita Popov2020-09-231-8/+1
* | | Fix: Gracefully handle empty user input in run-tests.phpBerbe2020-08-241-1/+1
* | | Add `run-tests.php --context [n]` option.Tyson Andre2020-08-161-7/+68
* | | Colorize --show-diff, only on stdoutTyson Andre2020-08-131-0/+6
* | | Support NO_COLOR environment variable in run-tests.phpTyson Andre2020-08-121-1/+8
* | | Revert "Make diff section contents red(-)/green(+) in run-tests.php"Nikita Popov2020-08-101-26/+6
* | | Make diff section contents red(-)/green(+) in run-tests.phpTyson Andre2020-08-091-6/+26
* | | Use short array values in run-tests.phpTyson Andre2020-08-091-88/+88
* | | Add colours to test results in run-tests.phpGeorge Peter Banyard2020-08-071-3/+29
* | | Add type information to test-runnerGeorge Peter Banyard2020-08-061-72/+114
* | | [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-251-0/+1
* | | 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