summaryrefslogtreecommitdiff
path: root/scripts/generic/parse_build_log.pl
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-081-27/+2
* parse_build_log.pl: Add note about deprecationFriedemann Kleint2019-06-201-0/+3
* Merge changes to parse_build_log applied by CoinJędrzej Nowacki2019-04-091-189/+120
* Fix licensingJani Heikkinen2017-06-011-17/+12
* Update copyright headersAntti Kokko2015-02-131-7/+7
* Update license headers and add new license filesAntti Kokko2014-09-221-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-141-1/+1
* parse_build_log: detect another form of jenkins socket exceptionRohan McGovern2012-10-231-1/+6
* parse_build_log: remove pulse-specific codeRohan McGovern2012-10-161-216/+2
* parse_build_log: truncate lines only once, as they are readRohan McGovern2012-10-161-19/+10
* parse_build_log: fixed performance of various regular expressionsRohan McGovern2012-10-161-109/+50
* parse_build_log: hoist consts out of inner loopRohan McGovern2012-10-111-7/+12
* parse_build_log: replace Readonly with Const::Fast for performanceRohan McGovern2012-10-111-9/+8
* parse_build_log: retry on testconfig or git clone errorsRohan McGovern2012-10-091-1/+29
* Differentiate between failures and errors when aborting a test scriptRohan McGovern2012-10-091-5/+24
* parse_build_log: only consider the first failed Jenkins build stepRohan McGovern2012-09-281-0/+31
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* parse_build_log: handle failure-like messages in test outputRohan McGovern2012-09-181-10/+27
* parse_build_log: extract a couple more Jenkins glitchesRohan McGovern2012-09-131-0/+24
* parse_build_log: extract jenkins remote call failure as a glitchRohan McGovern2012-09-121-0/+7
* parse_build_log: added should_retry metadata to YAML outputRohan McGovern2012-09-111-0/+12
* parse_build_log: added YAML output optionRohan McGovern2012-09-111-26/+96
* parse_build_log: extract mt.exe errorsRohan McGovern2012-07-261-0/+25
* parse_build_log: extract objcopy errorsRohan McGovern2012-07-261-0/+13
* parse_build_log: extract rc (resource compiler) errorsRohan McGovern2012-07-261-0/+19
* parse_build_log: extract (some) qmake "Project ERROR:" linesRohan McGovern2012-07-261-14/+71
* parse_build_log: extract moc errors, handle them like qmake errorsRohan McGovern2012-07-261-22/+69
* parse_build_log: detect certain types of clang link errorsRohan McGovern2012-07-261-3/+16
* 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-251-11/+25
* Correction to handling anyinflate return valueKalle Juhani Lehtonen2012-06-221-10/+6
* Make testrunner/testscheduler output unambiguous.Rohan McGovern2012-06-201-114/+243
* parse_build_log: fixed wrong test sometimes identifiedRohan McGovern2012-06-061-2/+8
* parse_build_log: fixed handling of "run concurrently with" linesRohan McGovern2012-06-061-0/+6
* parse_build_log: extract "multiple definition of" linker errorsRohan McGovern2012-06-041-1/+11
* Fixed ambiguous handling of YAML errors in test logs.Rohan McGovern2012-05-221-1/+1
* parse_build_log.pl: extract info from MSVC ambiguous function callRohan McGovern2012-05-111-1/+16
* parse_build_log.pl: handle cc1plus errorsRohan McGovern2012-05-111-2/+25
* parse_build_log.pl: extract failure messages from testscheduler.Rohan McGovern2012-04-241-10/+40
* Add context information to fatal errors.Rohan McGovern2012-04-231-1/+30
* Provide a way to make fatal errors parseable by parse_build_log.plRohan McGovern2012-04-231-53/+153
* parse_build_log.pl: improve mac "cannot execute binary file"Rohan McGovern2012-04-181-1/+11
* parse_build_log.pl: handle "Agent idle before recipe expected to complete"Rohan McGovern2012-04-181-1/+15
* parse_build_log.pl: Add more git glitches.Toby Tomkins2012-03-201-0/+7
* parse_build_log.pl: Ignores more gdb errors that are flagged.Toby Tomkins2012-03-071-0/+9
* parse_build_log.pl: extract test failures during `nmake check'Rohan McGovern2012-02-221-52/+149
* parse_build_log.pl: Add pulse bootstrap error parsing.Toby Tomkins2012-02-211-0/+9
* parse_build_log.pl: Refine glitch checking.Toby Tomkins2012-02-141-0/+8
* parse_build_log.pl: detect network glitches affecting git.Toby Tomkins2012-02-101-0/+8
* parse_build_log.pl: fixed warningRohan McGovern2012-02-081-1/+1