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

Unified Diff: chrome/test/chromedriver/test/run_all_tests.py

Issue 295103009: [chromedriver] Add 36 to test suite and remove 33 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 35 -> 36 Created 6 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 | « chrome/test/chromedriver/chrome/version.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/run_all_tests.py
diff --git a/chrome/test/chromedriver/test/run_all_tests.py b/chrome/test/chromedriver/test/run_all_tests.py
index 078f214f2614aca64561ed1b46a915b4ae637296..58bb53aad5d3a0a68e08b26405471750ff5ebc42 100755
--- a/chrome/test/chromedriver/test/run_all_tests.py
+++ b/chrome/test/chromedriver/test/run_all_tests.py
@@ -191,9 +191,9 @@ def main():
latest_snapshot_revision = archive.GetLatestRevision(archive.Site.SNAPSHOT)
versions = [
['HEAD', latest_snapshot_revision],
+ ['36', archive.CHROME_36_REVISION],
['35', archive.CHROME_35_REVISION],
- ['34', archive.CHROME_34_REVISION],
- ['33', archive.CHROME_33_REVISION]
+ ['34', archive.CHROME_34_REVISION]
]
code = 0
for version in versions:
« no previous file with comments | « chrome/test/chromedriver/chrome/version.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698