Title: [90310] trunk/Tools
Revision
90310
Author
[email protected]
Date
2011-07-01 19:38:16 -0700 (Fri, 01 Jul 2011)

Log Message

2011-07-01  Adam Barth  <[email protected]>

        Fix typo in master.cfg, hoping to trigger a master restart.

        * BuildSlaveSupport/build.webkit.org-config/master.cfg:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (90309 => 90310)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-07-02 02:34:52 UTC (rev 90309)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-07-02 02:38:16 UTC (rev 90310)
@@ -215,7 +215,7 @@
             self.setCommand(self.command + rootArgument)
         return shell.Test.start(self)
 
-    def _parseOldRunWebKitTestsOutput(self):
+    def _parseOldRunWebKitTestsOutput(self, logText):
         incorrectLayoutLines = []
         for line in logText.splitlines():
             if line.find('had incorrect layout') >= 0 or line.find('were new') >= 0 or line.find('was new') >= 0:
@@ -231,7 +231,7 @@
 
         self.incorrectLayoutLines = incorrectLayoutLines
 
-    def _parseNewRunWebKitTestsOutput(self):
+    def _parseNewRunWebKitTestsOutput(self, logText):
         incorrectLayoutLines = []
         expressions = {
             'failed': re.compile(r'Regressions: Unexpected.+:?\s*\((\d+)\)'),

Modified: trunk/Tools/ChangeLog (90309 => 90310)


--- trunk/Tools/ChangeLog	2011-07-02 02:34:52 UTC (rev 90309)
+++ trunk/Tools/ChangeLog	2011-07-02 02:38:16 UTC (rev 90310)
@@ -1,5 +1,11 @@
 2011-07-01  Adam Barth  <[email protected]>
 
+        Fix typo in master.cfg, hoping to trigger a master restart.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
+2011-07-01  Adam Barth  <[email protected]>
+
         Turn off new-run-webkit-tests and remove some debug logging.
 
         * Scripts/run-webkit-tests:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to