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

Issue 2655183002: In WPT importer, abort if there are exportable-but-not-yet-exported commits. (Closed)

Created:
3 years, 11 months ago by qyearsley
Modified:
3 years, 11 months ago
Reviewers:
jeffcarp
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, Dirk Pranke
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

In WPT importer, abort if there are exportable-but-not-yet-exported commits. In this CL: - In importer main method, check for exportable but not yet exported commits, and if there are any, print an error message and abort. - In order to put this in the main method, this CL also changes it so that checking out the repo is done in the main method. - There are also a couple places where variables are renamed, in order to try to improve clarity. BUG=666540 Review-Url: https://codereview.chromium.org/2655183002 Cr-Commit-Position: refs/heads/master@{#446579} Committed: https://chromium.googlesource.com/chromium/src/+/15da4792dd9356efe3ce47f101956bcfe6f3638b

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebased #

Patch Set 3 : Add TODO note #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -25 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py View 1 2 3 4 chunks +43 lines, -13 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
qyearsley
Does this look like it makes sense? As-is, this uses the previous existing logic for ...
3 years, 11 months ago (2017-01-26 00:04:34 UTC) #3
jeffcarp
https://codereview.chromium.org/2655183002/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/2655183002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py#newcode72 third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py:72: self.run(['git', 'clone', repo_url, temp_repo_path]) It would be nice to ...
3 years, 11 months ago (2017-01-26 00:17:15 UTC) #4
qyearsley
https://codereview.chromium.org/2655183002/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/2655183002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py#newcode72 third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py:72: self.run(['git', 'clone', repo_url, temp_repo_path]) On 2017/01/26 at 00:17:15, jeffcarp ...
3 years, 11 months ago (2017-01-26 00:30:07 UTC) #5
jeffcarp
lgtm https://codereview.chromium.org/2655183002/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/2655183002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py#newcode72 third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py:72: self.run(['git', 'clone', repo_url, temp_repo_path]) On 2017/01/26 at 00:30:07, ...
3 years, 11 months ago (2017-01-27 02:05:41 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/2655183002/60001
3 years, 11 months ago (2017-01-27 03:41:06 UTC) #12
commit-bot: I haz the power
3 years, 11 months ago (2017-01-27 03:47:25 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/15da4792dd9356efe3ce47f10195...

Powered by Google App Engine
This is Rietveld 408576698