summaryrefslogtreecommitdiffstats
path: root/scripts/generic
Commit message (Expand)AuthorAgeFilesLines
* parse_build_log: extract mt.exe errorsRohan McGovern2012-07-263-0/+9882
* parse_build_log: extract objcopy errorsRohan McGovern2012-07-263-0/+2403
* parse_build_log: extract rc (resource compiler) errorsRohan McGovern2012-07-263-0/+5930
* parse_build_log: extract (some) qmake "Project ERROR:" linesRohan McGovern2012-07-263-14/+7823
* parse_build_log: extract moc errors, handle them like qmake errorsRohan McGovern2012-07-263-22/+6476
* parse_build_log: detect certain types of clang link errorsRohan McGovern2012-07-263-3/+2802
* parse_build_log: replace File::Fetch with AnyEvent::HTTPRohan McGovern2012-07-171-25/+23
* Truncate too long lines in parse_build_log.plKalle Juhani Lehtonen2012-06-253-11/+7605
* testscheduler: limit size of the "run concurrently with" outputRohan McGovern2012-06-2216-1/+73
* Correction to handling anyinflate return valueKalle Juhani Lehtonen2012-06-223-10/+8
* Make testrunner/testscheduler output unambiguous.Rohan McGovern2012-06-2011-135/+74826
* testrunner: restore re-running of hanging testsRohan McGovern2012-06-082-23/+13
* testrunner: omit -silent argument when re-running a failed testRohan McGovern2012-06-083-3/+52
* testrunner: removed outdated doc snippet about parallel testsRohan McGovern2012-06-081-5/+0
* parse_build_log: fixed wrong test sometimes identifiedRohan McGovern2012-06-062-8/+10
* parse_build_log: fixed handling of "run concurrently with" linesRohan McGovern2012-06-063-0/+16491
* testrunner.pl: Only warn when a single run is within the timeout.Toby Tomkins2012-06-062-7/+32
* testscheduler: when a parallel test fails, print other parallel testsRohan McGovern2012-06-052-1/+21
* parse_build_log: extract "multiple definition of" linker errorsRohan McGovern2012-06-043-1/+3431
* CodeCoverage: Delete temporary files.Caroline Chao2012-05-311-5/+4
* testscheduler: fixed bogus "invalid testcase.timeout" warningsRohan McGovern2012-05-312-6/+17
* testrunner.pl: Add a warning that indicates if a test runs >74% timeout.Toby Tomkins2012-05-312-0/+42
* Allow test timeout to be overridden by testcase.timeout in .pro fileRohan McGovern2012-05-248-7/+50
* testscheduler: make parallel-stress mode more stressfulRohan McGovern2012-05-231-6/+15
* Fixed ambiguous handling of YAML errors in test logs.Rohan McGovern2012-05-224-2/+46097
* testrunner: add elapsed time in --verbose modeRohan McGovern2012-05-221-1/+14
* testrunner: fixed race on --capture-logs file creationRohan McGovern2012-05-223-14/+166
* testscheduler: make sure the failure summary is sortedRohan McGovern2012-05-172-1/+3
* testscheduler: added parallel-stress modeRohan McGovern2012-05-172-7/+203
* testplanner: avoid duplicate test labelsRohan McGovern2012-05-1611-20/+186
* testscheduler: omit parallel tests timing info when there are noneRohan McGovern2012-05-142-16/+34
* testscheduler: always summarize significant test failures firstRohan McGovern2012-05-141-7/+10
* parse_build_log.pl: extract info from MSVC ambiguous function callRohan McGovern2012-05-113-1/+28056
* parse_build_log.pl: handle cc1plus errorsRohan McGovern2012-05-113-2/+13880
* Removed own QtQA::QMake::ProjectRohan McGovern2012-05-111-4/+3
* Removed own QtQA::Win32::Status.Rohan McGovern2012-05-111-3/+2
* testplanner: really fix the "ambiguous makefile on windows" problem.Rohan McGovern2012-05-087-17/+299
* testrunner: fixed another mkpath() race with concurrent testrunnersRohan McGovern2012-05-021-8/+20
* testplanner: fixed handling of .pro files as subdirs on WindowsRohan McGovern2012-05-023-12/+57
* Omit testscheduler summary when running qtqa tests.Rohan McGovern2012-04-302-3/+35
* Mark testrunner-crashreporter test insignificant on Mac.Rohan McGovern2012-04-271-1/+5
* 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
* testscheduler: add a --debug option.Rohan McGovern2012-04-241-1/+47
* parse_build_log.pl: extract failure messages from testscheduler.Rohan McGovern2012-04-243-10/+13165
* Add context information to fatal errors.Rohan McGovern2012-04-233-1/+36
* Provide a way to make fatal errors parseable by parse_build_log.plRohan McGovern2012-04-233-53/+354
* testplanner: jom compatibility fixesRohan McGovern2012-04-191-18/+34
* Fixed testplan where `check' target does a chdirRohan McGovern2012-04-196-44/+89
* testscheduler: expand summary to include failure and timing info.Rohan McGovern2012-04-192-44/+270