Changeset 181050 in webkit


Ignore:
Timestamp:
Mar 4, 2015 4:10:44 PM (9 years ago)
Author:
Chris Dumez
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json

    r180945 r181050  
    110110                    },
    111111                    {
    112                       "name": "Apple Mavericks Release (Perf)", "type": "DownloadAndPerfTest", "builddir": "mavericks-release-perf-tests",
     112                      "name": "Apple Mavericks Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "mavericks-release-perf-tests",
    113113                      "platform": "mac-mavericks", "configuration": "release", "architectures": ["x86_64"],
    114114                      "slavenames": ["bot135"]
     
    161161                    },
    162162                    {
    163                       "name": "Apple Yosemite Release (Perf)", "type": "DownloadAndPerfTest", "builddir": "yosemite-release-perf-tests",
     163                      "name": "Apple Yosemite Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "yosemite-release-perf-tests",
    164164                      "platform": "mac-yosemite", "configuration": "release", "architectures": ["x86_64"],
    165165                      "slavenames": ["bot194"]
  • trunk/Tools/ChangeLog

    r181031 r181050  
     12015-03-04  Chris Dumez  <cdumez@apple.com>
     2
     3        Mac Perf bots should use WebKitTestRunner instead of DumpRenderTree
     4        https://bugs.webkit.org/show_bug.cgi?id=142314
     5        <rdar://problem/20046835>
     6
     7        Reviewed by Ryosuke Niwa.
     8
     9        Mac Perf bots should use WebKitTestRunner instead of DumpRenderTree
     10        to get WK2 code coverage.
     11
     12        * BuildSlaveSupport/build.webkit.org-config/config.json:
     13
    1142015-03-04  Alex Christensen  <achristensen@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.