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

Issue 10014004: Preliminary selenium support for Dartium (Closed)

Created:
8 years, 8 months ago by vsm
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Visibility:
Public.

Description

Preliminary selenium support for Dartium Note, nothing is hooked up to get_drt.py --dartium yet. Future CLs will download it on demand in: - run_perf_tests.py - test.dart for webdriver tests Committed: https://code.google.com/p/dart/source/detail?r=6343

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -18 lines) Patch
M tools/get_drt.py View 1 5 chunks +47 lines, -18 lines 0 comments Download
M tools/testing/run_selenium.py View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
vsm
8 years, 8 months ago (2012-04-09 18:40:13 UTC) #1
Emily Fortuna
lgtm! https://chromiumcodereview.appspot.com/10014004/diff/1/tools/get_drt.py File tools/get_drt.py (right): https://chromiumcodereview.appspot.com/10014004/diff/1/tools/get_drt.py#newcode101 tools/get_drt.py:101: def get_latest(directory, version_file, latest_pattern, permanent_prefix): brief comments explaining ...
8 years, 8 months ago (2012-04-09 19:39:29 UTC) #2
Siggi Cherem (dart-lang)
8 years, 8 months ago (2012-04-09 20:58:17 UTC) #3
lgtm

https://chromiumcodereview.appspot.com/10014004/diff/1/tools/get_drt.py
File tools/get_drt.py (right):

https://chromiumcodereview.appspot.com/10014004/diff/1/tools/get_drt.py#newco...
tools/get_drt.py:177: get_latest(DRT_DIR, DRT_VERSION, DRT_LATEST_PATTERN,
DRT_PERMANENT_PREFIX)
do we need to always get the latest? Or could we update once a week? 

We could for instance add another argument/option '--latest' that forces to get
the latest.

Powered by Google App Engine
This is Rietveld 408576698