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

Issue 9138042: Adds a 'webkit_lint' test step to the bots (Closed)

Created:
8 years, 11 months ago by Dirk Pranke
Modified:
8 years, 11 months ago
CC:
chromium-reviews, nsylvain+cc_chromium.org, cmp+cc_chromium.org
Visibility:
Public.

Description

Adds a 'webkit_lint' test step to the bots that will run before the actual layout tests and check for any errors in the test_expectations.txt file. Currently errors in the test_expectations.txt file get caught during the webkit test run and prevent any actual tests from running. We want to break this out separately so we can diagnose errors in the file separately from actual layout_test failures. R=ojan@chromium.org,nsylvain@chromium.org BUG=110940 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=119148

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : update w/ review feedback, change other bot configs as well #

Patch Set 4 : whoops, remove todo #

Patch Set 5 : make sure the test step name is webkit_lint #

Patch Set 6 : fix script #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -12 lines) Patch
M masters/master.chromium.webkit/master_linux_webkit_latest_cfg.py View 2 chunks +2 lines, -2 lines 0 comments Download
M masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M masters/master.chromium.webkit/master_mac_webkit_latest_cfg.py View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M masters/master.chromium.webkit/master_mac_webkit_pinned_cfg.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M masters/master.chromium.webkit/master_win_webkit_latest_cfg.py View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M masters/master.chromium.webkit/master_win_webkit_pinned_cfg.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/master/factory/chromium_commands.py View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M scripts/master/factory/chromium_factory.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A scripts/slave/chromium/lint_test_files_wrapper.py View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Dirk Pranke
8 years, 11 months ago (2012-01-25 01:17:19 UTC) #1
ojan
lint_**test_files_wrapper.py LGTM, except for the TODO. I don't see how you intend to ever remove ...
8 years, 11 months ago (2012-01-25 03:06:01 UTC) #2
Dirk Pranke
Whoops, you're right. That was left over from when I was thinking I would lint ...
8 years, 11 months ago (2012-01-25 03:08:56 UTC) #3
nsylvain
https://chromiumcodereview.appspot.com/9138042/diff/2001/scripts/master/factory/chromium_commands.py File scripts/master/factory/chromium_commands.py (right): https://chromiumcodereview.appspot.com/9138042/diff/2001/scripts/master/factory/chromium_commands.py#newcode749 scripts/master/factory/chromium_commands.py:749: """Adds a step to the factory to lint the ...
8 years, 11 months ago (2012-01-25 20:19:54 UTC) #4
Dirk Pranke
Please take another look? https://chromiumcodereview.appspot.com/9138042/diff/2001/scripts/master/factory/chromium_commands.py File scripts/master/factory/chromium_commands.py (right): https://chromiumcodereview.appspot.com/9138042/diff/2001/scripts/master/factory/chromium_commands.py#newcode749 scripts/master/factory/chromium_commands.py:749: """Adds a step to the ...
8 years, 11 months ago (2012-01-25 22:39:07 UTC) #5
nsylvain
8 years, 11 months ago (2012-01-25 23:07:54 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698