Module: tools Branch: master Commit: 51d7779e876241c0a39839bb6eee3837379ed092 URL: https://source.winehq.org/git/tools.git/?a=commit;h=51d7779e876241c0a39839bb...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jan 19 18:59:51 2021 +0100
testbot/TestWTBS: Automate checking the Wine TestBot test Suite results.
The Wine TestBot test Suite is a series of Wine pactches that can be used to verify that the TestBot handles test failures, timeouts, etc as expected. The TestWTBS script looks for directives in the commit message of these patches to automate a range of checks on the corresponding jobs and tasks. To simplify parsing the directives, reuse the TestBot's simple errors cache format.
For instance: ----- TestWTBS ----- p job.Status completed p tasks.Status completed p tests.TestFailures 1 ----- TestWTBS -----
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/tests/TestWTBS | 459 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 459 insertions(+)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=51d7779e876241c0a398...