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

Issue 2708883004: Increase max WPT import path length to 160. (Closed)

Created:
3 years, 10 months ago by qyearsley
Modified:
3 years, 9 months ago
Reviewers:
tkent, foolip
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, estark, jochen (gone - plz use gerrit)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Increase max WPT import path length to 160. Review-Url: https://codereview.chromium.org/2708883004 Cr-Commit-Position: refs/heads/master@{#453281} Committed: https://chromium.googlesource.com/chromium/src/+/a3547c0e56d617c5a82dcd0d8a128f4c2c3f921f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py View 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier_unittest.py View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (13 generated)
qyearsley
I noticed that in the recent web-platform-tests imports, many or most of the tests in ...
3 years, 10 months ago (2017-02-21 23:29:10 UTC) #2
qyearsley
3 years, 10 months ago (2017-02-21 23:29:40 UTC) #5
tkent
On 2017/02/21 at 23:29:10, qyearsley wrote: > I noticed that in the recent web-platform-tests imports, ...
3 years, 10 months ago (2017-02-21 23:45:03 UTC) #7
qyearsley
On 2017/02/21 at 23:45:03, tkent wrote: > On 2017/02/21 at 23:29:10, qyearsley wrote: > > ...
3 years, 10 months ago (2017-02-22 00:11:35 UTC) #9
tkent
> > According to https://bugs.chromium.org/p/chromium/issues/detail?id=535615#c2, "E:\b\build\slave\windows-content-browser-drm-full-6\build\src" caused the problem. What's the longest Windows bot name ...
3 years, 10 months ago (2017-02-22 00:21:26 UTC) #10
foolip
I'll leave this review to tkent since you've already started the discussion.
3 years, 10 months ago (2017-02-23 02:38:07 UTC) #13
qyearsley
On 2017/02/23 at 02:38:07, foolip wrote: > I'll leave this review to tkent since you've ...
3 years, 10 months ago (2017-02-23 19:38:20 UTC) #14
foolip
Is it tricky to figure out how long the relevant builder names are before making ...
3 years, 10 months ago (2017-02-23 19:41:00 UTC) #15
qyearsley
On 2017/02/23 at 19:41:00, foolip wrote: > Is it tricky to figure out how long ...
3 years, 10 months ago (2017-02-23 19:51:58 UTC) #16
tkent
On 2017/02/23 at 19:38:20, qyearsley wrote: > On 2017/02/23 at 02:38:07, foolip wrote: > > ...
3 years, 10 months ago (2017-02-24 00:43:23 UTC) #17
foolip
On 2017/02/24 00:43:23, tkent wrote: > On 2017/02/23 at 19:38:20, qyearsley wrote: > > On ...
3 years, 10 months ago (2017-02-24 04:39:46 UTC) #18
tkent
On 2017/02/24 at 04:39:46, foolip wrote: > Do you mean to add a simple dummy ...
3 years, 10 months ago (2017-02-24 05:07:42 UTC) #19
foolip
On 2017/02/24 05:07:42, tkent wrote: > On 2017/02/24 at 04:39:46, foolip wrote: > > Do ...
3 years, 10 months ago (2017-02-24 05:10:25 UTC) #20
qyearsley
On 2017/02/24 at 05:10:25, foolip wrote: > On 2017/02/24 05:07:42, tkent wrote: > > On ...
3 years, 10 months ago (2017-02-24 19:06:50 UTC) #21
foolip
On 2017/02/24 19:06:50, qyearsley wrote: > On 2017/02/24 at 05:10:25, foolip wrote: > > On ...
3 years, 9 months ago (2017-02-26 14:54:31 UTC) #22
qyearsley
On 2017/02/26 at 14:54:31, foolip wrote: > On 2017/02/24 19:06:50, qyearsley wrote: > > On ...
3 years, 9 months ago (2017-02-27 17:43:54 UTC) #25
foolip
On 2017/02/27 17:43:54, qyearsley wrote: > On 2017/02/26 at 14:54:31, foolip wrote: > > On ...
3 years, 9 months ago (2017-02-27 18:23:34 UTC) #26
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/2708883004/1
3 years, 9 months ago (2017-02-27 18:50:56 UTC) #29
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/a3547c0e56d617c5a82dcd0d8a128f4c2c3f921f
3 years, 9 months ago (2017-02-27 19:09:15 UTC) #32
tkent
WPT lint tool rejects 150+ path names. We don't need MAX_PATH_LENGTH check entirely now. https://github.com/w3c/wpt-tools/blob/95b0f836657b5bab6064850bdb6f92b4a71f574a/lint/lint.py#L49 ...
3 years, 9 months ago (2017-02-28 04:30:59 UTC) #33
foolip
3 years, 9 months ago (2017-02-28 04:58:43 UTC) #34
Message was sent while issue was closed.
On 2017/02/28 04:30:59, tkent wrote:
> WPT lint tool rejects 150+ path names. We don't need MAX_PATH_LENGTH check
> entirely now.
>
https://github.com/w3c/wpt-tools/blob/95b0f836657b5bab6064850bdb6f92b4a71f574...
> 
> We can remove the section of crbug.com/535615 from W3CImportExceptions.

Wow, that's great! And it looks like the lint check is actually working, the
longest path is now 149:

referrer-policy/strict-origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers

Powered by Google App Engine
This is Rietveld 408576698