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

Issue 2144343002: Fix is_manual_test for files with no file extension. (Closed)

Created:
4 years, 5 months ago by qyearsley
Modified:
4 years, 5 months ago
Reviewers:
tkent, Rick Byers
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix is_manual_test for files with no file extension. In http://crrev.com/2132273002, I made an assumption that all files have a "." character, which is incorrect. This is a follow-up fix for that mistake. BUG=626740 Committed: https://crrev.com/8313c6bc7a7b916b6e56d987a6110a5936aa47c8 Cr-Commit-Position: refs/heads/master@{#405790}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use splitext #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
qyearsley
4 years, 5 months ago (2016-07-14 17:21:54 UTC) #2
qyearsley
I think this needs to be fixed before doing another import, update-w3c-deps is currently broken ...
4 years, 5 months ago (2016-07-14 17:58:18 UTC) #5
Rick Byers
LGTM
4 years, 5 months ago (2016-07-15 15:24:50 UTC) #9
Rick Byers
https://codereview.chromium.org/2144343002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py (right): https://codereview.chromium.org/2144343002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py#newcode202 third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py:202: basename_without_extension, _ = basename.rsplit('.', 1) nit: this would be ...
4 years, 5 months ago (2016-07-15 15:29:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2144343002/20001
4 years, 5 months ago (2016-07-15 15:52:51 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-15 18:03:32 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-15 18:03:51 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 18:05:10 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8313c6bc7a7b916b6e56d987a6110a5936aa47c8
Cr-Commit-Position: refs/heads/master@{#405790}

Powered by Google App Engine
This is Rietveld 408576698