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

Issue 8469017: Support CSV output format for analyzer results. (Closed)

Created:
9 years, 1 month ago by imasaki1
Modified:
8 years, 9 months ago
Reviewers:
dennis_jeffrey
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, Paweł Hajdan Jr., acolwell+watch_chromium.org, annacc+watch_chromium.org, pam+watch_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), ihf+watch_chromium.org
Visibility:
Public.

Description

Support CSV output format for analyzer results in layout test analyzer. CSV output format is used for integration with Google spreadsheet. Plus several minor issue fixes and adding minor features. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109673

Patch Set 1 #

Total comments: 36

Patch Set 2 : Modified based on CR comments. #

Total comments: 2

Patch Set 3 : add blankline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -19 lines) Patch
M media/tools/layout_tests/layouttest_analyzer.py View 1 2 5 chunks +21 lines, -2 lines 0 comments Download
M media/tools/layout_tests/layouttest_analyzer_helpers.py View 1 5 chunks +67 lines, -16 lines 0 comments Download
M media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py View 1 1 chunk +22 lines, -0 lines 0 comments Download
M media/tools/layout_tests/layouttest_analyzer_runner.py View 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
imasaki1
Thank you.
9 years, 1 month ago (2011-11-10 23:27:45 UTC) #1
scherkus (not reviewing)
out of curiosity (the CL description doesn't mention) but what are we using CSV for?
9 years, 1 month ago (2011-11-10 23:33:45 UTC) #2
scherkus (not reviewing)
On 2011/11/10 23:33:45, scherkus wrote: > out of curiosity (the CL description doesn't mention) but ...
9 years, 1 month ago (2011-11-10 23:34:10 UTC) #3
dennis_jeffrey
http://codereview.chromium.org/8469017/diff/1/media/tools/layout_tests/layouttest_analyzer.py File media/tools/layout_tests/layouttest_analyzer.py (right): http://codereview.chromium.org/8469017/diff/1/media/tools/layout_tests/layouttest_analyzer.py#newcode291 media/tools/layout_tests/layouttest_analyzer.py:291: prev_time = None I think we could remove this ...
9 years, 1 month ago (2011-11-11 00:01:36 UTC) #4
imasaki1
Thanks! http://codereview.chromium.org/8469017/diff/1/media/tools/layout_tests/layouttest_analyzer.py File media/tools/layout_tests/layouttest_analyzer.py (right): http://codereview.chromium.org/8469017/diff/1/media/tools/layout_tests/layouttest_analyzer.py#newcode291 media/tools/layout_tests/layouttest_analyzer.py:291: prev_time = None On 2011/11/11 00:01:36, dennis_jeffrey wrote: ...
9 years, 1 month ago (2011-11-11 00:25:52 UTC) #5
dennis_jeffrey
LGTM Just 1 more nit. Thank you! http://codereview.chromium.org/8469017/diff/5001/media/tools/layout_tests/layouttest_analyzer.py File media/tools/layout_tests/layouttest_analyzer.py (right): http://codereview.chromium.org/8469017/diff/5001/media/tools/layout_tests/layouttest_analyzer.py#newcode475 media/tools/layout_tests/layouttest_analyzer.py:475: if not ...
9 years, 1 month ago (2011-11-11 00:32:30 UTC) #6
imasaki1
8 years, 9 months ago (2012-03-01 23:52:18 UTC) #7
https://chromiumcodereview.appspot.com/8469017/diff/5001/media/tools/layout_t...
File media/tools/layout_tests/layouttest_analyzer.py (right):

https://chromiumcodereview.appspot.com/8469017/diff/5001/media/tools/layout_t...
media/tools/layout_tests/layouttest_analyzer.py:475: if not options.debug and
(result_change or not prev_analyzer_result_map):
On 2011/11/11 00:32:30, dennis_jeffrey wrote:
> I recommend adding a blank line right above this, to separate the CSV stuff
> above from the rest of the code here and below.

Done.

Powered by Google App Engine
This is Rietveld 408576698