Francois Gouget : testbot/web: Add pages to add, edit and show known failures.
Module: tools Branch: master Commit: 0d43ade150f348b4dbd8bccf7fea0c877ae9be01 URL: https://source.winehq.org/git/tools.git/?a=commit;h=0d43ade150f348b4dbd8bccf... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Jun 15 18:21:32 2022 +0200 testbot/web: Add pages to add, edit and show known failures. The pages allow everyone to see the known failures. But only TestBot administrators can create and modify them. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48912 Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/lib/WineTestBot/CGI/PageBase.pm | 1 + testbot/lib/WineTestBot/Config.pm | 6 +- testbot/web/FailureDetails.pl | 119 ++++++++++++++++++++++++ testbot/web/FailuresList.pl | 160 ++++++++++++++++++++++++++++++++ testbot/web/WineTestBot.css | 3 + 5 files changed, 287 insertions(+), 2 deletions(-) Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=0d43ade150f348b4dbd8...
participants (1)
-
Alexandre Julliard