Title: [109726] trunk/Tools
Revision
109726
Author
o...@webkit.org
Date
2012-03-05 01:24:50 -0800 (Mon, 05 Mar 2012)

Log Message

Qt API test buildstep throws exception after buildmaster update
https://bugs.webkit.org/show_bug.cgi?id=80249

Reviewed by Zoltan Herczeg.

* BuildSlaveSupport/build.webkit.org-config/master.cfg: Disable API tests on the Qt bot temporarily.
(BuildAndTestFactory.__init__):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-03-05 09:05:57 UTC (rev 109725)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-03-05 09:24:50 UTC (rev 109726)
@@ -758,8 +758,10 @@
         self.addStep(self.ExtractTestResultsClass)
         if platform == "gtk":
             self.addStep(RunGtkAPITests)
-        if platform == "qt":
-            self.addStep(RunQtAPITests)
+# Qt API test buildstep throws exception after buildmaster update
+# https://bugs.webkit.org/show_bug.cgi?id=80249
+#        if platform == "qt":
+#            self.addStep(RunQtAPITests)
 
 class BuildAndTestLeaksFactory(BuildAndTestFactory):
     TestClass = RunWebKitLeakTests

Modified: trunk/Tools/ChangeLog (109725 => 109726)


--- trunk/Tools/ChangeLog	2012-03-05 09:05:57 UTC (rev 109725)
+++ trunk/Tools/ChangeLog	2012-03-05 09:24:50 UTC (rev 109726)
@@ -1,3 +1,13 @@
+2012-03-05  Csaba Osztrogonác  <o...@webkit.org>
+
+        Qt API test buildstep throws exception after buildmaster update
+        https://bugs.webkit.org/show_bug.cgi?id=80249
+
+        Reviewed by Zoltan Herczeg.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Disable API tests on the Qt bot temporarily.
+        (BuildAndTestFactory.__init__):
+
 2012-03-04  Martin Robinson  <mrobin...@igalia.com>
 
         [GTK] Unit tests are noisy when run under jhbuild
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to