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

Issue 9454004: frogpad now invokes DumpRenderTree (Closed)

Created:
8 years, 10 months ago by mattsh
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

frogpad now invokes DumpRenderTree BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=4513

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -19 lines) Patch
M tools/testing/frogpad/frogpad.py View 9 chunks +67 lines, -19 lines 7 comments Download

Messages

Total messages: 5 (0 generated)
mattsh
8 years, 10 months ago (2012-02-23 03:12:46 UTC) #1
Jennifer Messerly
lgtm https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/frogpad.py File tools/testing/frogpad/frogpad.py (right): https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/frogpad.py#newcode250 tools/testing/frogpad/frogpad.py:250: args = [] args = [drt, self.html_file] or ...
8 years, 10 months ago (2012-02-23 03:24:48 UTC) #2
mattsh
https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/frogpad.py File tools/testing/frogpad/frogpad.py (right): https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/frogpad.py#newcode250 tools/testing/frogpad/frogpad.py:250: args = [] On 2012/02/23 03:24:49, John Messerly wrote: ...
8 years, 10 months ago (2012-02-23 04:13:03 UTC) #3
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/frogpad.py File tools/testing/frogpad/frogpad.py (right): https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/frogpad.py#newcode95 tools/testing/frogpad/frogpad.py:95: {{FROGPAD_JS}} note that this approach works ok on any ...
8 years, 10 months ago (2012-02-23 16:43:26 UTC) #4
Emily Fortuna
8 years, 10 months ago (2012-02-23 21:38:50 UTC) #5
https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/f...
File tools/testing/frogpad/frogpad.py (right):

https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/f...
tools/testing/frogpad/frogpad.py:255: match = re.match("(?s).*Output:(.*)#EOF",
stdout)
On 2012/02/23 16:43:26, sigmund wrote:
> I think it is better to check that 'Output:' is at the beginning of the line,
> otherwise this can match in many other places. I don't know about how this is
> done in a single regexp, if you do a line-by-line scan of the output, I
believe
> you can check for:
>   re.match("^Output:$", line)

+1

https://chromiumcodereview.appspot.com/9454004/diff/1/tools/testing/frogpad/f...
tools/testing/frogpad/frogpad.py:257: raise Exception("can't find regex in
DumpRenderTree output")
Possibly print the regex you were looking for in this error message to make our
errors more helpful?

Powered by Google App Engine
This is Rietveld 408576698