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

Issue 2608923002: [WPT Export] Delete remote branch, add label, additional refactoring (Closed)

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

Description

[WPT Export] Delete remote branch, add label, additional refactoring This CL - Refactors TestExporter.run into 3 methods - Has a number of other fixes to get things working - Adds the `chromium-export` label to PRs after creation - Deletes remote branch after uploading (5/5) This CL succeeds https://codereview.chromium.org/2595143002 and is the last of the pipelined CLs broken out from https://codereview.chromium.org/2544173002. BUG=657117, 676426 R=qyearsley@chromium.org Review-Url: https://codereview.chromium.org/2608923002 Cr-Commit-Position: refs/heads/master@{#442198} Committed: https://chromium.googlesource.com/chromium/src/+/64ea253d7b62b7a193f7ba9865e66b52174c98a8

Patch Set 1 #

Patch Set 2 : Fix test failures #

Total comments: 18

Patch Set 3 : Address CL feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -58 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py View 1 2 5 chunks +11 lines, -15 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py View 1 2 3 chunks +38 lines, -24 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter_unittest.py View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py View 1 2 4 chunks +21 lines, -11 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github_mock.py View 1 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (14 generated)
jeffcarp
3 years, 11 months ago (2017-01-03 20:40:29 UTC) #5
jeffcarp
https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py (right): https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py#newcode30 third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py:30: # The script assumes it will be run every ...
3 years, 11 months ago (2017-01-03 20:42:31 UTC) #6
jeffcarp
On 2017/01/03 at 20:42:31, jeffcarp wrote: > https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py > File third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py (right): > > https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py#newcode30 ...
3 years, 11 months ago (2017-01-06 18:48:13 UTC) #9
qyearsley
On 2017/01/06 at 18:48:13, jeffcarp wrote: > On 2017/01/03 at 20:42:31, jeffcarp wrote: > > ...
3 years, 11 months ago (2017-01-06 18:58:13 UTC) #10
qyearsley
Initial comments/questions https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py (right): https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py#newcode75 third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py:75: pass What kind of circumstance would result ...
3 years, 11 months ago (2017-01-06 19:20:25 UTC) #11
jeffcarp
https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py (right): https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py#newcode75 third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py:75: pass On 2017/01/06 at 19:20:24, qyearsley wrote: > What ...
3 years, 11 months ago (2017-01-06 23:51:59 UTC) #12
jeffcarp
Addressed CL feedback. https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py (right): https://codereview.chromium.org/2608923002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py#newcode96 third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py:96: # TODO(jeffcarp): this is broken On ...
3 years, 11 months ago (2017-01-07 00:08:48 UTC) #13
qyearsley
lgtm CL description nit: The first line of the description should be the same as ...
3 years, 11 months ago (2017-01-08 23:24:18 UTC) #14
jeffcarp
On 2017/01/08 at 23:24:18, qyearsley wrote: > lgtm > > CL description nit: The first ...
3 years, 11 months ago (2017-01-09 05:39:48 UTC) #20
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/2608923002/40001
3 years, 11 months ago (2017-01-09 05:40:05 UTC) #22
commit-bot: I haz the power
3 years, 11 months ago (2017-01-09 05:44:08 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/64ea253d7b62b7a193f7ba9865e6...

Powered by Google App Engine
This is Rietveld 408576698