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

Issue 7693018: Intial checkin of layout test analyzer. (Closed)

Created:
9 years, 4 months ago by imasaki1
Modified:
9 years, 3 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), scherkus (not reviewing)
Visibility:
Public.

Description

Intial checkin of layout test analyzer. This is continuation of http://codereview.chromium.org/7671049/. The goal of this tool is to provide updated information about layout test status to help developers. The tool goes to Webkit SVN to get layout test cases and the test expectation file (chromium) and do some analysis and send out periodical emails. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98756

Patch Set 1 #

Total comments: 2

Patch Set 2 : Adding trend graph related classes and some minor bug fixes. #

Patch Set 3 : Minor modifications. #

Total comments: 330

Patch Set 4 : Modification based on CR comments. #

Patch Set 5 : Minor modification after doublecheck. #

Total comments: 65

Patch Set 6 : Modification based on CR comments. #

Total comments: 15

Patch Set 7 : Modification based on CR comments. #

Total comments: 2

Patch Set 8 : Modified based on CR comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12735 lines, -0 lines) Patch
A media/tools/layout_tests/anno/anno.csv View 1 chunk +6 lines, -0 lines 0 comments Download
A media/tools/layout_tests/bug.py View 1 2 3 4 5 1 chunk +60 lines, -0 lines 0 comments Download
A media/tools/layout_tests/graph/graph.html View 1 2 3 4 5 6 1 chunk +53 lines, -0 lines 0 comments Download
A media/tools/layout_tests/layouttest_analyzer.py View 1 2 3 4 5 6 7 1 chunk +120 lines, -0 lines 0 comments Download
A media/tools/layout_tests/layouttest_analyzer_helpers.py View 1 2 3 4 5 1 chunk +437 lines, -0 lines 0 comments Download
A media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py View 1 2 3 4 5 1 chunk +102 lines, -0 lines 0 comments Download
A media/tools/layout_tests/layouttests.py View 1 2 3 4 5 1 chunk +259 lines, -0 lines 0 comments Download
A media/tools/layout_tests/layouttests_unittest.py View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
A media/tools/layout_tests/result/2011-08-19-11 View 1 2 1 chunk +1891 lines, -0 lines 0 comments Download
A media/tools/layout_tests/result/2011-08-19-21 View 1 2 1 chunk +1883 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_data/base View 1 chunk +1877 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_data/graph.html.bak View 1 2 3 4 5 6 1 chunk +53 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_data/less View 1 chunk +1869 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_data/more View 1 chunk +1883 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_data/more_te_info View 1 chunk +1891 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_expectations_history.py View 1 2 3 4 5 6 1 chunk +105 lines, -0 lines 0 comments Download
A media/tools/layout_tests/test_expectations_history_unittest.py View 1 2 3 4 5 1 chunk +60 lines, -0 lines 0 comments Download
A media/tools/layout_tests/testname/media.csv View 1 chunk +24 lines, -0 lines 0 comments Download
A media/tools/layout_tests/trend_graph.py View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download
A media/tools/layout_tests/trend_graph_unittest.py View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
imasaki1
Thanks.
9 years, 4 months ago (2011-08-21 05:25:19 UTC) #1
Ami GONE FROM CHROMIUM
I'm going to defer to Dennis for reviewing this. http://codereview.chromium.org/7693018/diff/1/media/tools/layout_tests/bug.py File media/tools/layout_tests/bug.py (right): http://codereview.chromium.org/7693018/diff/1/media/tools/layout_tests/bug.py#newcode16 media/tools/layout_tests/bug.py:16: ...
9 years, 4 months ago (2011-08-23 14:49:13 UTC) #2
imasaki1
Fixed and did some manual double check. Thanks. http://codereview.chromium.org/7693018/diff/1/media/tools/layout_tests/bug.py File media/tools/layout_tests/bug.py (right): http://codereview.chromium.org/7693018/diff/1/media/tools/layout_tests/bug.py#newcode16 media/tools/layout_tests/bug.py:16: WEBKIT_BUG_URL ...
9 years, 4 months ago (2011-08-23 21:18:03 UTC) #3
dennis_jeffrey
I'm only partially through this CL, but wanted to send the comments I have so ...
9 years, 4 months ago (2011-08-24 17:40:47 UTC) #4
dennis_jeffrey
Comments on the rest of the files. http://codereview.chromium.org/7693018/diff/8001/media/tools/layout_tests/graph/graph.html File media/tools/layout_tests/graph/graph.html (right): http://codereview.chromium.org/7693018/diff/8001/media/tools/layout_tests/graph/graph.html#newcode20 media/tools/layout_tests/graph/graph.html:20: // insert ...
9 years, 4 months ago (2011-08-25 00:36:46 UTC) #5
imasaki1
Thank for following up all the issues. I hope most of the issues are resolved. ...
9 years, 4 months ago (2011-08-25 23:57:01 UTC) #6
dennis_jeffrey
Thank you for addressing the last big batch of comments! This batch of comments is ...
9 years, 4 months ago (2011-08-26 19:01:26 UTC) #7
imasaki1
Thank you. I put "?" in the comments that I do not understand. http://codereview.chromium.org/7693018/diff/12005/media/tools/layout_tests/bug.py File ...
9 years, 4 months ago (2011-08-26 22:28:44 UTC) #8
dennis_jeffrey
A handful more comments. Thank you! http://codereview.chromium.org/7693018/diff/12005/media/tools/layout_tests/graph/graph.html File media/tools/layout_tests/graph/graph.html (right): http://codereview.chromium.org/7693018/diff/12005/media/tools/layout_tests/graph/graph.html#newcode33 media/tools/layout_tests/graph/graph.html:33: var chart = ...
9 years, 4 months ago (2011-08-27 00:04:49 UTC) #9
imasaki1
Thank you. http://codereview.chromium.org/7693018/diff/26001/media/tools/layout_tests/graph/graph.html File media/tools/layout_tests/graph/graph.html (right): http://codereview.chromium.org/7693018/diff/26001/media/tools/layout_tests/graph/graph.html#newcode20 media/tools/layout_tests/graph/graph.html:20: [new Date(2011,08,26,14,48,00),220,undefined,undefined,51,undefined,undefined,11,undefined,undefined,], On 2011/08/27 00:04:50, dennis_jeffrey wrote: ...
9 years, 3 months ago (2011-08-29 21:32:49 UTC) #10
dennis_jeffrey
LGTM Just 1 nit to consider before submitting. Thank you very much for addressing all ...
9 years, 3 months ago (2011-08-29 23:52:26 UTC) #11
imasaki1
9 years, 3 months ago (2011-08-29 23:59:30 UTC) #12
Thank you!

http://codereview.chromium.org/7693018/diff/33001/media/tools/layout_tests/la...
File media/tools/layout_tests/layouttest_analyzer.py (right):

http://codereview.chromium.org/7693018/diff/33001/media/tools/layout_tests/la...
media/tools/layout_tests/layouttest_analyzer.py:40: help=('reciever\'s email
adddress (defaults to '
On 2011/08/29 23:52:26, dennis_jeffrey wrote:
> nit: 'reciever' --> 'receiver'

Done.

Powered by Google App Engine
This is Rietveld 408576698