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

Issue 160442: Add presubmit check to lint test files. (Closed)

Created:
11 years, 4 months ago by ukai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Add presubmit check to lint test files. BUG=5339 TEST=report error by "gcl presubmit" with bad test_expectations.txt. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22456

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Total comments: 14

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
A webkit/tools/layout_tests/PRESUBMIT.py View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ukai
11 years, 4 months ago (2009-07-31 05:30:27 UTC) #1
Mohamed Mansour
looks good (wait for lgtm from maruel since he is a presubmit king) I tested ...
11 years, 4 months ago (2009-07-31 06:02:50 UTC) #2
M-A Ruel
http://codereview.chromium.org/160442/diff/1/2 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/1/2#newcode11 Line 11: import sys remove these http://codereview.chromium.org/160442/diff/1/2#newcode19 Line 19: sys.path.append(curdir) ...
11 years, 4 months ago (2009-07-31 09:51:56 UTC) #3
ukai
Thanks for review! http://codereview.chromium.org/160442/diff/1/2 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/1/2#newcode11 Line 11: import sys On 2009/07/31 09:51:57, ...
11 years, 4 months ago (2009-07-31 10:39:45 UTC) #4
M-A Ruel
http://codereview.chromium.org/160442/diff/7/8 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/7/8#newcode1 Line 1: #!/usr/bin/python Remove this line, this file is not ...
11 years, 4 months ago (2009-07-31 10:53:01 UTC) #5
ukai
Thanks for review! http://codereview.chromium.org/160442/diff/7/8 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/7/8#newcode1 Line 1: #!/usr/bin/python On 2009/07/31 10:53:01, Marc-Antoine ...
11 years, 4 months ago (2009-08-03 05:02:15 UTC) #6
M-A Ruel
lgtm, you can commit with the folliwing changes. http://codereview.chromium.org/160442/diff/12/1002 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/12/1002#newcode16 Line 16: ...
11 years, 4 months ago (2009-08-03 13:05:11 UTC) #7
M-A Ruel
2 additional changes (I just found out about os.path.pathsep). http://codereview.chromium.org/160442/diff/12/1002 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/12/1002#newcode11 Line ...
11 years, 4 months ago (2009-08-03 14:02:50 UTC) #8
ukai
Thanks for review http://codereview.chromium.org/160442/diff/12/1002 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/12/1002#newcode11 Line 11: import os # for os.pathsep ...
11 years, 4 months ago (2009-08-04 00:59:25 UTC) #9
M-A Ruel
lgtm with nits http://codereview.chromium.org/160442/diff/17/1004 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/17/1004#newcode16 Line 16: pythonpaths = [ in fact ...
11 years, 4 months ago (2009-08-04 12:46:25 UTC) #10
ukai
http://codereview.chromium.org/160442/diff/17/1004 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/17/1004#newcode16 Line 16: pythonpaths = [ On 2009/08/04 12:46:25, Marc-Antoine Ruel ...
11 years, 4 months ago (2009-08-05 01:12:26 UTC) #11
M-A Ruel
You know what that means? Please check-in ASAP before I invent yet another way to ...
11 years, 4 months ago (2009-08-05 01:22:31 UTC) #12
ukai
Thanks for review. I'll check it in :) http://codereview.chromium.org/160442/diff/1007/1008 File webkit/tools/layout_tests/PRESUBMIT.py (right): http://codereview.chromium.org/160442/diff/1007/1008#newcode39 Line 39: ...
11 years, 4 months ago (2009-08-05 01:31:18 UTC) #13
M-A Ruel
11 years, 4 months ago (2009-08-05 01:33:52 UTC) #14
On 2009/08/05 01:31:18, ukai wrote:
> Done.

This code is now perfect.

Powered by Google App Engine
This is Rietveld 408576698