Title: [89373] trunk/Tools
Revision
89373
Author
commit-qu...@webkit.org
Date
2011-06-21 12:58:38 -0700 (Tue, 21 Jun 2011)

Log Message

2011-06-21  Dmitry Lomov  <dslo...@google.com>

        Reviewed by Adam Roben.

        https://bugs.webkit.org/show_bug.cgi?id=63080
        Unit-tests step on test-only bot is broken.
        Removing the step until run-api-tests is fixed.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-21 19:52:51 UTC (rev 89372)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-21 19:58:38 UTC (rev 89373)
@@ -535,10 +535,6 @@
         self.addStep(RunJavaScriptCoreTests, buildJSCTool=False)
         self.addStep(self.TestClass, buildJSCTool=(platform != 'win'))
 
-        # FIXME: Only running in debug mode due to https://bugs.webkit.org/show_bug.cgi?id=61812
-        if configuration == "debug":
-            self.addStep(RunUnitTests)
-
         self.addStep(RunPythonTests)
         self.addStep(RunPerlTests)
         self.addStep(RunBindingsTests)
@@ -560,7 +556,7 @@
             self.addStep(RunChromiumWebKitUnitTests)
         self.addStep(self.TestClass)
         # FIXME: Only running in debug mode due to https://bugs.webkit.org/show_bug.cgi?id=61812
-        if configuration == "debug":
+        if configuration == "debug" and (platform == 'mac' or platform == 'win'):
             self.addStep(RunUnitTests)
         self.addStep(RunPythonTests)
         # Chromium Win runs in non-Cygwin environment, which is not yet fit

Modified: trunk/Tools/ChangeLog (89372 => 89373)


--- trunk/Tools/ChangeLog	2011-06-21 19:52:51 UTC (rev 89372)
+++ trunk/Tools/ChangeLog	2011-06-21 19:58:38 UTC (rev 89373)
@@ -1,3 +1,13 @@
+2011-06-21  Dmitry Lomov  <dslo...@google.com>
+
+        Reviewed by Adam Roben.
+
+        https://bugs.webkit.org/show_bug.cgi?id=63080
+        Unit-tests step on test-only bot is broken.
+        Removing the step until run-api-tests is fixed.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2011-06-20  Dmitry Lomov  <dslo...@google.com>
 
         Reviewed by David Levin.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to