Title: [185743] trunk/Tools
Revision
185743
Author
o...@webkit.org
Date
2015-06-19 01:33:29 -0700 (Fri, 19 Jun 2015)

Log Message

Disable tests on the WinCairo buildbot
https://bugs.webkit.org/show_bug.cgi?id=146106

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/config.json:
* BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (185742 => 185743)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-06-19 08:22:09 UTC (rev 185742)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-06-19 08:33:29 UTC (rev 185743)
@@ -225,7 +225,7 @@
                       "slavenames": ["gtk-linux-slave-8"]
                     },
                     {
-                      "name": "WinCairo 64-Bit Release", "type": "BuildAndNonLayoutTest", "builddir": "win-cairo-release",
+                      "name": "WinCairo 64-Bit Release", "type": "Build", "builddir": "win-cairo-release",
                       "platform": "wincairo", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["wincairo-1"]
                     },

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py (185742 => 185743)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py	2015-06-19 08:22:09 UTC (rev 185742)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py	2015-06-19 08:33:29 UTC (rev 185743)
@@ -408,7 +408,7 @@
     'GTK Linux 64-bit Release (Tests)' : ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'download-built-product', 'extract-built-product', 'jscore-test', 'layout-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'archive-test-results', 'upload', 'MasterShellCommand', 'API tests', 'WebKit GObject DOM bindings API break tests'],
     'GTK Linux ARM Release' : ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'compile-webkit', 'jscore-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'API tests', 'WebKit GObject DOM bindings API break tests'],
 
-    'WinCairo 64-Bit Release' : ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit', 'jscore-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests'],
+    'WinCairo 64-Bit Release' : ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'],
 }
 
 

Modified: trunk/Tools/ChangeLog (185742 => 185743)


--- trunk/Tools/ChangeLog	2015-06-19 08:22:09 UTC (rev 185742)
+++ trunk/Tools/ChangeLog	2015-06-19 08:33:29 UTC (rev 185743)
@@ -1,3 +1,13 @@
+2015-06-19  Csaba Osztrogonác  <o...@webkit.org>
+
+        Disable tests on the WinCairo buildbot
+        https://bugs.webkit.org/show_bug.cgi?id=146106
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        * BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py:
+
 2015-06-19  Hunseop Jeong  <hs85.je...@samsung.com>
 
         [EFL] Fix the minibrowser after r185725
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to