summaryrefslogtreecommitdiffstats
path: root/scripts/generic/testrunner.pl
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-081-27/+2
* Fix licensingJani Heikkinen2017-06-011-17/+12
* Add path for test executable to log filesTony Sarajärvi2015-06-081-1/+1
* Update copyright headersAntti Kokko2015-02-131-7/+7
* Update license headers and add new license filesAntti Kokko2014-09-221-19/+11
* Fix "missing AutoLoader" complain in OSX 10.9Simo Fält2014-05-091-0/+1
* Testrunner: Kill iPhone Simulator after each testSimo Fält2014-04-231-0/+3
* Qtqa: Add support for ios-sim to run iOS tests in simulatorSimo Fält2014-03-101-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-141-1/+1
* testrunner: fixed log capturing when local data dir does not yet existRohan McGovern2012-10-081-2/+14
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Make testrunner/testscheduler output unambiguous.Rohan McGovern2012-06-201-7/+34
* testrunner: omit -silent argument when re-running a failed testRohan McGovern2012-06-081-3/+6
* testrunner: removed outdated doc snippet about parallel testsRohan McGovern2012-06-081-5/+0
* testrunner.pl: Only warn when a single run is within the timeout.Toby Tomkins2012-06-061-7/+10
* testrunner.pl: Add a warning that indicates if a test runs >74% timeout.Toby Tomkins2012-05-311-0/+12
* testrunner: add elapsed time in --verbose modeRohan McGovern2012-05-221-1/+14
* testrunner: fixed race on --capture-logs file creationRohan McGovern2012-05-221-14/+69
* Removed own QtQA::Win32::Status.Rohan McGovern2012-05-111-3/+2
* testrunner: fixed another mkpath() race with concurrent testrunnersRohan McGovern2012-05-021-8/+20
* testrunner: fixed mkpath() race with concurrent testrunnersRohan McGovern2012-04-261-1/+6
* testrunner: fixed no output on a logging error with sync-outputRohan McGovern2012-04-261-2/+20
* testrunner: add --verbose switch to make test output identifiableRohan McGovern2012-04-111-0/+92
* testrunner: add -C / --chdir optionRohan McGovern2012-03-211-0/+8
* testrunner: remove sync-output optimization for single running testRohan McGovern2012-03-211-17/+5
* testrunner: fixed failure to find libs when invoked via bin/ symlinkRohan McGovern2012-03-121-1/+6
* testrunner: handle more process status values on WindowsRohan McGovern2012-03-091-37/+3
* testrunner: add crashreporter plugin, for crash logs on macRohan McGovern2012-03-081-1/+6
* testrunner: improve output when tests crash on WindowsRohan McGovern2012-03-061-4/+91
* testrunner: add --sync-output option for parallel testsRohan McGovern2012-03-011-6/+84
* testrunner: enable tee-logs/capture-logs on WindowsRohan McGovern2012-02-291-11/+2
* Implemented proper stdout_cb/stderr_cb callbacks on Windows.Rohan McGovern2012-02-291-11/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* testrunner: accept plugin args mixed with global testrunner argsRohan McGovern2011-11-231-1/+10
* Support measuring test coverage with testcocoon.Caroline Chao2011-11-161-0/+22
* testrunner: fixed hang/crash info missing for flaky tests sometimesRohan McGovern2011-11-061-17/+20
* testrunner: make capturing work with testlib multi-destination loggingRohan McGovern2011-10-111-56/+110
* testrunner: add new methods for handling flaky autotestsRohan McGovern2011-08-291-5/+28
* Add missing license headersJason McDonald2011-08-121-0/+41
* testrunner: add support for --timeout option on WindowsRohan McGovern2011-07-311-40/+12
* testrunner: add a `flaky' plugin to deal with unstable testsRohan McGovern2011-07-271-6/+70
* testrunner: add support for WindowsRohan McGovern2011-07-251-13/+89
* testrunner: collect backtraces from crashing testsRohan McGovern2011-06-221-18/+176
* Fixed testrunner killing any process which closes stdoutRohan McGovern2011-06-221-2/+5
* Rename `Qt' namespace used in qtqa perl scripts to `QtQA'Rohan McGovern2011-06-031-2/+2
* testrunner: add --capture-logs, --tee-logs featureRohan McGovern2011-06-031-47/+604
* testrunner: fixed stdout, stderr being unexpectedly mergedRohan McGovern2011-06-011-0/+1
* testrunner: fixed timeout stuck at 60 secondsRohan McGovern2011-06-011-2/+5