Title: [119890] trunk/Tools
Revision
119890
Author
[email protected]
Date
2012-06-08 20:04:53 -0700 (Fri, 08 Jun 2012)

Log Message

remove obsolete NewRunWebKitTests buildbot master factory classes
https://bugs.webkit.org/show_bug.cgi?id=88693

Reviewed by Ryosuke Niwa.

I believe these aren't used any more ...

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunWebKitTests.getText2):
(BuildAndTestLeaksFactory):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-06-09 02:51:14 UTC (rev 119889)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-06-09 03:04:53 UTC (rev 119890)
@@ -402,23 +402,6 @@
         return [self.name]
 
 
-class NewRunWebKitTests(RunWebKitTests):
-    command = ["python", "./Tools/Scripts/new-run-webkit-tests",
-               "--no-show-results", "--no-new-test-results",
-               "--verbose", "--results-directory", "layout-test-results",
-               "--builder-name", WithProperties("%(buildername)s"),
-               "--build-number", WithProperties("%(buildnumber)s"),
-               "--master-name", "webkit.org",
-               "--test-results-server", "test-results.appspot.com",
-               WithProperties("--%(configuration)s")]
-
-    def commandComplete(self, cmd):
-        shell.Test.commandComplete(self, cmd)
-
-        logText = cmd.logs['stdio'].getText()
-        self._parseNewRunWebKitTestsOutput(logText)
-
-
 class RunUnitTests(TestWithFailureCount):
     name = "run-api-tests"
     description = ["unit tests running"]
@@ -776,10 +759,6 @@
     ExtractTestResultsClass = ExtractTestResultsAndLeaks
 
 
-class NewBuildAndTestFactory(BuildAndTestFactory):
-    TestClass = NewRunWebKitTests
-
-
 class TestWebKit2Factory(TestFactory):
     TestClass = RunWebKit2Tests
 

Modified: trunk/Tools/ChangeLog (119889 => 119890)


--- trunk/Tools/ChangeLog	2012-06-09 02:51:14 UTC (rev 119889)
+++ trunk/Tools/ChangeLog	2012-06-09 03:04:53 UTC (rev 119890)
@@ -1,3 +1,16 @@
+2012-06-08  Dirk Pranke  <[email protected]>
+
+        remove obsolete NewRunWebKitTests buildbot master factory classes
+        https://bugs.webkit.org/show_bug.cgi?id=88693
+
+        Reviewed by Ryosuke Niwa.
+
+        I believe these aren't used any more ...
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (RunWebKitTests.getText2):
+        (BuildAndTestLeaksFactory):
+
 2012-06-08  Xianzhu Wang  <[email protected]>
 
         [Chromium-Android] Build DumpRenderTree with Android SDK
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to