Title: [89746] trunk/Tools
- Revision
- 89746
- Author
- [email protected]
- Date
- 2011-06-25 11:53:00 -0700 (Sat, 25 Jun 2011)
Log Message
2011-06-25 Dimitri Glazkov <[email protected]>
Reviewed by Adam Barth.
run-bindings-tests does not work on Chromium Windows.
https://bugs.webkit.org/show_bug.cgi?id=63382
* BuildSlaveSupport/build.webkit.org-config/master.cfg: Removed run-bindings-tests as a build step for cr-win.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (89745 => 89746)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2011-06-25 18:41:39 UTC (rev 89745)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2011-06-25 18:53:00 UTC (rev 89746)
@@ -563,7 +563,7 @@
# for running tests. This can be removed once bug 48166 is fixed.
if platform != "chromium-win":
self.addStep(RunPerlTests)
- self.addStep(RunBindingsTests)
+ self.addStep(RunBindingsTests)
self.addStep(ArchiveTestResults)
self.addStep(UploadTestResults)
self.addStep(self.ExtractTestResultsClass)
Modified: trunk/Tools/ChangeLog (89745 => 89746)
--- trunk/Tools/ChangeLog 2011-06-25 18:41:39 UTC (rev 89745)
+++ trunk/Tools/ChangeLog 2011-06-25 18:53:00 UTC (rev 89746)
@@ -1,3 +1,12 @@
+2011-06-25 Dimitri Glazkov <[email protected]>
+
+ Reviewed by Adam Barth.
+
+ run-bindings-tests does not work on Chromium Windows.
+ https://bugs.webkit.org/show_bug.cgi?id=63382
+
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg: Removed run-bindings-tests as a build step for cr-win.
+
2011-06-25 Dan Bernstein <[email protected]>
Try to fix the Qt and Chromium builds.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes