[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

ossy at webkit.org ossy at webkit.org
Sun Feb 20 22:55:17 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit a331c0a2664e0c98329756cfa83269df92c74daa
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 13 18:37:33 2011 +0000

    2011-01-13  Csaba Osztrogonác  <ossy at webkit.org>
    
            Reviewed by Darin Adler.
    
            Make old-run-webkit-tests more robust on buildbots
            https://bugs.webkit.org/show_bug.cgi?id=52364
    
            * BuildSlaveSupport/build.webkit.org-config/master.cfg: Pass --exit-after-n-failures 500 to old-run-webkit-tests script.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75726 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index 5d0d6c0..0d69f96 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -193,7 +193,7 @@ class RunWebKitTests(shell.Test):
     descriptionDone = ["layout-tests"]
     command = ["perl", "./Tools/Scripts/run-webkit-tests", "--no-launch-safari", "--no-new-test-results",
                "--no-sample-on-timeout", "--results-directory", "layout-test-results", "--use-remote-links-to-tests",
-               WithProperties("--%(configuration)s"), "--exit-after-n-crashes-or-timeouts", "20"]
+               WithProperties("--%(configuration)s"), "--exit-after-n-crashes-or-timeouts", "20",  "--exit-after-n-failures", "500"]
 
     def __init__(self, skipBuild=False, *args, **kwargs):
         self.skipBuild = skipBuild
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index e050b3c..d0d8512 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -5,6 +5,15 @@
         Make old-run-webkit-tests more robust on buildbots
         https://bugs.webkit.org/show_bug.cgi?id=52364
 
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Pass --exit-after-n-failures 500 to old-run-webkit-tests script.
+
+2011-01-13  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        Make old-run-webkit-tests more robust on buildbots
+        https://bugs.webkit.org/show_bug.cgi?id=52364
+
         * Scripts/old-run-webkit-tests: Ensure that testResultsDirectory is empty.
 
 2011-01-13  Tony Chang  <tony at chromium.org>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list