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

Issue 8220015: get_drt.py: show warning, but do not fail if we can't download DumpRenderTree (Closed)

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

Description

get_drt.py: show warning, but do not fail if we can't download DumpRenderTree Committed: https://code.google.com/p/dart/source/detail?r=318

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M tools/get_drt.py View 2 chunks +5 lines, -3 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Siggi Cherem (dart-lang)
9 years, 2 months ago (2011-10-10 22:13:07 UTC) #1
Jennifer Messerly
9 years, 2 months ago (2011-10-10 22:18:27 UTC) #2
lgtm

http://codereview.chromium.org/8220015/diff/1/tools/get_drt.py
File tools/get_drt.py (right):

http://codereview.chromium.org/8220015/diff/1/tools/get_drt.py#newcode124
tools/get_drt.py:124: print "Couldn't download DumpRenderTree: %s\n%s" %
(pattern, str(out))
nit: you shouldn't need str() here, %s will do that

Powered by Google App Engine
This is Rietveld 408576698