Commit 6efc376e authored by samuong@chromium.org's avatar samuong@chromium.org

[chromedriver] Add 36 to test suite and remove 33

BUG=
NOTRY=True

Review URL: https://codereview.chromium.org/295103009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272320 0039d316-1c4b-4281-b951-d872f2087c98
parent 13ea45aa
...@@ -10,9 +10,9 @@ import urllib ...@@ -10,9 +10,9 @@ import urllib
import util import util
CHROME_33_REVISION = '241075'
CHROME_34_REVISION = '251854' CHROME_34_REVISION = '251854'
CHROME_35_REVISION = '260135' CHROME_35_REVISION = '260135'
CHROME_36_REVISION = '269467'
_SITE = 'http://commondatastorage.googleapis.com' _SITE = 'http://commondatastorage.googleapis.com'
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace { namespace {
// This variable must be able to be found and parsed by the upload script. // This variable must be able to be found and parsed by the upload script.
const int kMinimumSupportedChromeVersion[] = {33, 0, 1750, 0}; const int kMinimumSupportedChromeVersion[] = {34, 0, 1847, 0};
} // namespace } // namespace
......
...@@ -191,9 +191,9 @@ def main(): ...@@ -191,9 +191,9 @@ def main():
latest_snapshot_revision = archive.GetLatestRevision(archive.Site.SNAPSHOT) latest_snapshot_revision = archive.GetLatestRevision(archive.Site.SNAPSHOT)
versions = [ versions = [
['HEAD', latest_snapshot_revision], ['HEAD', latest_snapshot_revision],
['36', archive.CHROME_36_REVISION],
['35', archive.CHROME_35_REVISION], ['35', archive.CHROME_35_REVISION],
['34', archive.CHROME_34_REVISION], ['34', archive.CHROME_34_REVISION]
['33', archive.CHROME_33_REVISION]
] ]
code = 0 code = 0
for version in versions: for version in versions:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment