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

Issue 40151: Fix _ValidateLists to work when running in linting mode. (Closed)

Created:
11 years, 9 months ago by ojan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix _ValidateLists to work when running in linting mode. In linting mode we don't walk the tree to find the list of actual test files, so we don't know the full paths to files. We just use prefix matching to look for duplicate files. So when validating the two test lists in linting mode, we should also use prefix matching.

Patch Set 1 #

Patch Set 2 : Fix 80 char violation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -6 lines) Patch
M webkit/tools/layout_tests/layout_package/compare_failures.py View 2 chunks +5 lines, -2 lines 0 comments Download
M webkit/tools/layout_tests/layout_package/test_expectations.py View 1 1 chunk +20 lines, -2 lines 0 comments Download
M webkit/tools/layout_tests/run_webkit_tests.py View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ojan
11 years, 9 months ago (2009-03-05 02:30:43 UTC) #1
Pam (message me for reviews)
11 years, 9 months ago (2009-03-05 03:21:00 UTC) #2
The log message is a little confusing. Should one of those "in linting mode"
pieces be "in real mode"? And the last sentence is hard to parse, too.

Otherwise LGTM.

Powered by Google App Engine
This is Rietveld 408576698