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

Issue 1998413002: Simplify import-w3c-tests: support exactly one argument. (Closed)

Created:
4 years, 7 months ago by qyearsley
Modified:
4 years, 6 months ago
Reviewers:
Dirk Pranke, ojan
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, tfarina, dcampb, raikiri
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Simplify import-w3c-tests: support exactly one argument. Specifically, take the source repo path (top of repo) as the required argument, and don't support importing single subdirectories. Reason: 1. Using the current directory as the top of repo may be a bit confusing. 2. In the future, I believe we want some kind of auto-updater that updates everything at once and we won't need to support importing individual directories. At present, I believe the only thing that uses import-w3c-tests is update-w3c-deps which, which doesn't currently have an option for updating just one subdirectory. Committed: https://crrev.com/868f94e75ad4b86b2a8a6c15b694cde508af91ee Cr-Commit-Position: refs/heads/master@{#398437}

Patch Set 1 #

Patch Set 2 : Update usage string #

Total comments: 1

Patch Set 3 : Only support importing entire repo at once #

Patch Set 4 : Update test_importer unit test #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -44 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py View 1 2 3 4 5 6 9 chunks +20 lines, -35 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py View 1 2 3 4 5 6 3 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 35 (13 generated)
qyearsley
4 years, 7 months ago (2016-05-23 17:16:09 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1998413002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py (right): https://codereview.chromium.org/1998413002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py#newcode145 third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py:145: if len(args) > 2 or len(args) == 0: In ...
4 years, 7 months ago (2016-05-23 20:28:24 UTC) #3
qyearsley
On 2016/05/23 at 20:28:24, dpranke wrote: > https://codereview.chromium.org/1998413002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py > File third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py (right): > > https://codereview.chromium.org/1998413002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py#newcode145 ...
4 years, 7 months ago (2016-05-23 20:34:02 UTC) #4
Dirk Pranke
On 2016/05/23 20:34:02, qyearsley wrote: > On 2016/05/23 at 20:28:24, dpranke wrote: > > > ...
4 years, 7 months ago (2016-05-23 20:39:39 UTC) #5
qyearsley
On 2016/05/23 at 20:39:39, dpranke wrote: > On 2016/05/23 20:34:02, qyearsley wrote: > > On ...
4 years, 7 months ago (2016-05-23 21:13:42 UTC) #6
Dirk Pranke
On 2016/05/23 21:13:42, qyearsley wrote: > On 2016/05/23 at 20:39:39, dpranke wrote: > > On ...
4 years, 7 months ago (2016-05-23 21:15:51 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998413002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998413002/40001
4 years, 7 months ago (2016-05-26 00:59:15 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/234205)
4 years, 7 months ago (2016-05-26 02:21:58 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998413002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998413002/60001
4 years, 6 months ago (2016-05-26 23:23:22 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/28706)
4 years, 6 months ago (2016-05-27 01:25:49 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998413002/120001
4 years, 6 months ago (2016-06-03 20:16:30 UTC) #19
qyearsley
On 2016/05/23 at 21:15:51, dpranke wrote: > > OK to change this CL to support ...
4 years, 6 months ago (2016-06-03 20:16:34 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/241100)
4 years, 6 months ago (2016-06-03 23:10:40 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998413002/120001
4 years, 6 months ago (2016-06-06 16:37:30 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-06 17:42:06 UTC) #26
qyearsley
Note, this CL is ready for review; as noted above, I informed all people who ...
4 years, 6 months ago (2016-06-07 17:39:30 UTC) #27
Dirk Pranke
lgtm
4 years, 6 months ago (2016-06-07 22:10:44 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998413002/120001
4 years, 6 months ago (2016-06-07 22:45:26 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 6 months ago (2016-06-08 00:40:57 UTC) #31
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/868f94e75ad4b86b2a8a6c15b694cde508af91ee Cr-Commit-Position: refs/heads/master@{#398437}
4 years, 6 months ago (2016-06-08 00:43:24 UTC) #33
kinuko
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2048953002/ by kinuko@chromium.org. ...
4 years, 6 months ago (2016-06-08 03:48:22 UTC) #34
Dirk Pranke
4 years, 6 months ago (2016-06-08 03:50:07 UTC) #35
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698