[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

kov at webkit.org kov at webkit.org
Fri Feb 26 22:26:23 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 6c98651849d597239047d600be545dd91d2925e8
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Feb 20 14:29:01 2010 +0000

    Unreviewed, obvious fix for the python failure in our new buildbot step:
    
      http://build.webkit.org/builders/GTK Linux 32-bit Release/builds/9075/steps/API tests/logs/err.text
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55049 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index 1823277..e87a383 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -261,7 +261,7 @@ class RunGtkAPITests(shell.Test):
 
     def getText2(self, cmd, results):
         if results != SUCCESS and self.incorrectLines:
-            return ["%d API tests failed" % self.incorrectLines]
+            return ["%d API tests failed" % len(self.incorrectLines)]
 
         return [self.name]
 
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 90b7e96..e33f9e5 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-20  Gustavo Noronha Silva  <gns at gnome.org>
+
+        Unreviewed, obvious fix for the python failure in our new buildbot
+        step:
+
+        http://build.webkit.org/builders/GTK Linux 32-bit Release/builds/9075/steps/API tests/logs/err.text
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2010-02-19  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by David Levin.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list