Module: tools
Branch: master
Commit: 2cc1d985807e1b2a748cff9510b0db6cf743be05
URL: https://source.winehq.org/git/tools.git/?a=commit;h=2cc1d985807e1b2a748cff9…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Aug 23 22:58:21 2018 +0200
testbot: Let LogUtils detect and return the list of errors.
LogUtils now exports GetLogErrors() which analyzes the specified log and
associated extra errors file and returns per-module lists of errors. For
test reports modules correspond to dlls or programs and for other types
of log there is a single module called "". Errors from the extra errors
file go to an extra module.
JobDetails now uses that to offload most of the work of identifying
errors. It now can also show errors from more than one report / log when
in summary mode.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/WineTestBot/LogUtils.pm | 140 ++++++++++++++++++++-
testbot/web/JobDetails.pl | 237 +++++++++++++++++-------------------
2 files changed, 247 insertions(+), 130 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=2cc1d985807e1b2a748…