[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

eric at webkit.org eric at webkit.org
Wed Dec 22 18:21:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f62e5b70db66e3dd17c3e103f6b7f44eeb305fd5
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 10 08:31:34 2010 +0000

    2010-12-10  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.  Somehow this last-minute edit didn't quite get committed.
    
            The commit-queue should file bugs about flaky tests it encounters
            https://bugs.webkit.org/show_bug.cgi?id=50803
    
            * Scripts/webkitpy/tool/bot/flakytestreporter.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73692 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 63c2b32..f1bef84 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-10  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed.  Somehow this last-minute edit didn't quite get committed.
+
+        The commit-queue should file bugs about flaky tests it encounters
+        https://bugs.webkit.org/show_bug.cgi?id=50803
+
+        * Scripts/webkitpy/tool/bot/flakytestreporter.py:
+
 2010-12-09  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/Scripts/webkitpy/tool/bot/flakytestreporter.py b/WebKitTools/Scripts/webkitpy/tool/bot/flakytestreporter.py
index 01874e8..5429e1f 100644
--- a/WebKitTools/Scripts/webkitpy/tool/bot/flakytestreporter.py
+++ b/WebKitTools/Scripts/webkitpy/tool/bot/flakytestreporter.py
@@ -102,7 +102,7 @@ If you would like to track this test fix with another bug, please close this bug
             latest_flake_message = "The %s just saw %s flake while processing attachment %s on bug %s." % (self._bot_name, flaky_test, patch.id(), patch.bug_id())
             author_emails = self._author_emails_for_test(flaky_test)
             if not bug:
-                self._create_bug_for_flaky_test(flaky_test, latest_flake_message)
+                self._create_bug_for_flaky_test(flaky_test, author_emails, latest_flake_message)
             else:
                 # FIXME: If the bug is closed we should follow the duplicate chain to the last bug,
                 # and then re-open the last bug if that too is closed.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list