Title: [181050] trunk/Tools
Revision
181050
Author
[email protected]
Date
2015-03-04 16:10:44 -0800 (Wed, 04 Mar 2015)

Log Message

Mac Perf bots should use WebKitTestRunner instead of DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=142314
<rdar://problem/20046835>

Reviewed by Ryosuke Niwa.

Mac Perf bots should use WebKitTestRunner instead of DumpRenderTree
to get WK2 code coverage.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-03-05 00:09:25 UTC (rev 181049)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-03-05 00:10:44 UTC (rev 181050)
@@ -109,7 +109,7 @@
                       "slavenames": ["bot200", "bot152"]
                     },
                     {
-                      "name": "Apple Mavericks Release (Perf)", "type": "DownloadAndPerfTest", "builddir": "mavericks-release-perf-tests",
+                      "name": "Apple Mavericks Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "mavericks-release-perf-tests",
                       "platform": "mac-mavericks", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["bot135"]
                     },
@@ -160,7 +160,7 @@
                       "slavenames": ["bot192", "bot193"]
                     },
                     {
-                      "name": "Apple Yosemite Release (Perf)", "type": "DownloadAndPerfTest", "builddir": "yosemite-release-perf-tests",
+                      "name": "Apple Yosemite Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "yosemite-release-perf-tests",
                       "platform": "mac-yosemite", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["bot194"]
                     },

Modified: trunk/Tools/ChangeLog (181049 => 181050)


--- trunk/Tools/ChangeLog	2015-03-05 00:09:25 UTC (rev 181049)
+++ trunk/Tools/ChangeLog	2015-03-05 00:10:44 UTC (rev 181050)
@@ -1,3 +1,16 @@
+2015-03-04  Chris Dumez  <[email protected]>
+
+        Mac Perf bots should use WebKitTestRunner instead of DumpRenderTree
+        https://bugs.webkit.org/show_bug.cgi?id=142314
+        <rdar://problem/20046835>
+
+        Reviewed by Ryosuke Niwa.
+
+        Mac Perf bots should use WebKitTestRunner instead of DumpRenderTree
+        to get WK2 code coverage.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2015-03-04  Alex Christensen  <[email protected]>
 
         Move content extensions test to properly named directory.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to