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

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

Issue 585343002: [chromedriver] Remove M34 and add M37 to test suite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 63eedd17ff811f4ee2a4ebed7375a18393c2d39c..5c4c3ce4735563d9241c6818525499e74be5faef 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.GetLatestSnapshotVersion()
versions = [
['HEAD', latest_snapshot_revision],
+ ['37', archive.CHROME_37_REVISION],
['36', archive.CHROME_36_REVISION],
- ['35', archive.CHROME_35_REVISION],
- ['34', archive.CHROME_34_REVISION]
+ ['35', archive.CHROME_35_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