Module: tools Branch: master Commit: 41584035d6e400aa2cadce6ac8b1fd48d2061302 URL: https://gitlab.winehq.org/winehq/tools/-/commit/41584035d6e400aa2cadce6ac8b1...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Apr 7 01:36:22 2020 +0200
testbot: Allow tracking multiple message types, not just errors.
This can be used to track flaky failures and warnings separately from regular failures, while still distinguishing which are old / new.
---
testbot/bin/WineRunBuild.pl | 4 +- testbot/bin/WineRunReconfig.pl | 4 +- testbot/bin/WineRunTask.pl | 6 +- testbot/bin/WineRunWineTest.pl | 12 +- testbot/bin/WineSendLog.pl | 37 ++--- testbot/lib/WineTestBot/LogUtils.pm | 300 ++++++++++++++++++++++-------------- testbot/tests/TestWTBS | 46 +++--- testbot/web/JobDetails.pl | 44 +++--- 8 files changed, 259 insertions(+), 194 deletions(-)