Module: tools Branch: master Commit: df0c808bfe403da9a02ee3fbf2b39610df8595e9 URL: http://source.winehq.org/git/tools.git/?a=commit;h=df0c808bfe403da9a02ee3fbf...
Author: Andrew Eikum aeikum@codeweavers.com Date: Fri Oct 1 10:14:38 2010 -0500
patches: Mention Windows test failures as a cause for 'Test failure' status.
---
patches/update | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/patches/update b/patches/update index e18d32d..d9387f9 100755 --- a/patches/update +++ b/patches/update @@ -77,7 +77,8 @@ my @legend = "<li>The patch is simply too large for review, you need to find a way to split it.</li></ul>" ], [ "testfail", "<ul><li>You didn't run 'make test' before submitting.</li>" . "<li>The patch requires a Wine fix but doesn't use todo_wine.</li>" . - "<li>The patch fixes a failure but doesn't remove the corresponding todo_wine.</li></ul>" ], + "<li>The patch fixes a failure but doesn't remove the corresponding todo_wine.</li>" . + "<li>The <a href="http://testbot.winehq.org/%5C%22%3Etestbot</a> detected new failures on Windows.</li></ul>" ], );
my $dir = "$ENV{HOME}/patches";