diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:06:57 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:06:57 +0000 |
commit | c0610196b856c092c365207538c50888fb6062b7 (patch) | |
tree | c3275c16749e657d90a02ae94744abb2809edfbd /webkit/tools/layout_tests | |
parent | bcd57d3b5242a80089bf93857b281cd54df4e0dd (diff) | |
download | chromium_src-c0610196b856c092c365207538c50888fb6062b7.zip chromium_src-c0610196b856c092c365207538c50888fb6062b7.tar.gz chromium_src-c0610196b856c092c365207538c50888fb6062b7.tar.bz2 |
Use Apache for all Mac builders. The Mac V8-latest builder has been
using Apache for the last week and is considerably less flaky for
HTTP tests.
See http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#useV8Canary=true&builder=Webkit%20Mac%20(V8-Latest)
We started using Apache on that builder at r33130.
Review URL: http://codereview.chromium.org/455007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index 95d0fc6..f643688 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -1079,8 +1079,7 @@ def main(options, args): options.target = "Release" if not options.use_apache: - options.use_apache = (sys.platform == 'darwin' and options.builder_name and - options.builder_name.find("(V8-Latest)") != -1) + options.use_apache = sys.platform == 'darwin' if options.results_directory.startswith("/"): # Assume it's an absolute path and normalize. |