Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: webkit/tools/layout_tests/canary-webkit-revisions.py

Issue 7031003: Remove "Linux 64" from the list of builders that canary-webkit-revisions.py checks by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add Linux 32, remove Linux 64 Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/canary-webkit-revisions.py
diff --git a/webkit/tools/layout_tests/canary-webkit-revisions.py b/webkit/tools/layout_tests/canary-webkit-revisions.py
index bba39dbcd9e688fdd8141cabce9699d6c39611c6..0a7cf6a7ce2ca5104fefbd8ead4a3e1384a9c93e 100755
--- a/webkit/tools/layout_tests/canary-webkit-revisions.py
+++ b/webkit/tools/layout_tests/canary-webkit-revisions.py
@@ -33,7 +33,7 @@ _DEFAULT_BUILDERS = [
"Webkit Mac10.5 (dbg)(2)",
"Webkit Mac10.6 (dbg)",
"Webkit Linux",
- "Webkit Linux 64",
+ "Webkit Linux 32",
"Webkit Linux (dbg)(1)",
"Webkit Linux (dbg)(2)",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698