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

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

Issue 13827002: [chromedriver] Run tests against 27. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable a failed test on Win7. Created 7 years, 8 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 | chrome/test/chromedriver/run_all_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/continuous_archive.py
diff --git a/chrome/test/chromedriver/continuous_archive.py b/chrome/test/chromedriver/continuous_archive.py
index 6b311967994bc9b7e4c7264d4850ddddb68427f4..8da247a5479a896aacdb84fa1b0b4d0c1b24f9db 100644
--- a/chrome/test/chromedriver/continuous_archive.py
+++ b/chrome/test/chromedriver/continuous_archive.py
@@ -14,6 +14,7 @@ sys.path.insert(0, os.path.join(_THIS_DIR, os.pardir, 'pylib'))
from common import util
CHROME_26_REVISION = '181664'
+CHROME_27_REVISION = '190466'
_SITE = 'http://commondatastorage.googleapis.com/chromium-browser-continuous'
« no previous file with comments | « no previous file | chrome/test/chromedriver/run_all_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698