Title: [144739] trunk/Tools
Revision
144739
Author
[email protected]
Date
2013-03-05 00:46:24 -0800 (Tue, 05 Mar 2013)

Log Message

Add content shell bots to garden-o-matic for general failurse
https://bugs.webkit.org/show_bug.cgi?id=111168

Reviewed by Adam Barth.

All but the WebKit (Content Shell) Android bot is stable enough. While
they're not green yet, there must not be any non-layout test failures on
them.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
(.):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js (144738 => 144739)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2013-03-05 08:31:43 UTC (rev 144738)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2013-03-05 08:46:24 UTC (rev 144739)
@@ -97,7 +97,7 @@
             return builderName.indexOf('GPU') == -1 &&
                    builderName.indexOf('deps') == -1 &&
                    builderName.indexOf('ASAN') == -1 &&
-                   builderName.indexOf('Content Shell') == -1 &&
+                   builderName.indexOf('WebKit (Content Shell) Android') == -1 &&
                    builderName.indexOf('Mac10.8 Tests') == -1 &&
                    builderName.indexOf('WebKit Android') == -1;
         },

Modified: trunk/Tools/ChangeLog (144738 => 144739)


--- trunk/Tools/ChangeLog	2013-03-05 08:31:43 UTC (rev 144738)
+++ trunk/Tools/ChangeLog	2013-03-05 08:46:24 UTC (rev 144739)
@@ -1,3 +1,17 @@
+2013-03-05  Jochen Eisinger  <[email protected]>
+
+        Add content shell bots to garden-o-matic for general failurse
+        https://bugs.webkit.org/show_bug.cgi?id=111168
+
+        Reviewed by Adam Barth.
+
+        All but the WebKit (Content Shell) Android bot is stable enough. While
+        they're not green yet, there must not be any non-layout test failures on
+        them.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+        (.):
+
 2013-03-04  Jochen Eisinger  <[email protected]>
 
         [chromium] remove deprecated WebTestRunner::setFocus API
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to